Added v1.4.1 release notes
This commit is contained in:
parent
8cf9ddd8ce
commit
e1f0742849
14
src/docs/releaseNotes/v1.4.1.md
Normal file
14
src/docs/releaseNotes/v1.4.1.md
Normal file
@ -0,0 +1,14 @@
|
||||
## Minor Changes
|
||||
|
||||
- Added all new [How To](https://owlbear.rodeo/howTo) page with detailed tutorials on how to use Owlbear Rodeo.
|
||||
- Along with text tutorials there are also video tutorials on our new [YouTube Channel](https://www.youtube.com/channel/UCePe1wJC53_7fbBbSECG7YQ)
|
||||
- Added a grid type option for custom maps, this will be used in a future release to set the grid to hex.
|
||||
- Release notes can now be minimized and their video content viewed on the site.
|
||||
- Fixed a bug with map setting changes being carried to a new map when the old map is deleted.
|
||||
|
||||
[Reddit]()
|
||||
[Twitter]()
|
||||
|
||||
---
|
||||
|
||||
Jul 12 2020
|
@ -14,6 +14,7 @@ const v131 = raw("../docs/releaseNotes/v1.3.1.md");
|
||||
const v132 = raw("../docs/releaseNotes/v1.3.2.md");
|
||||
const v133 = raw("../docs/releaseNotes/v1.3.3.md");
|
||||
const v140 = raw("../docs/releaseNotes/v1.4.0.md");
|
||||
const v141 = raw("../docs/releaseNotes/v1.4.1.md");
|
||||
|
||||
function ReleaseNotes() {
|
||||
return (
|
||||
@ -37,6 +38,11 @@ function ReleaseNotes() {
|
||||
<Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
||||
Release Notes
|
||||
</Text>
|
||||
<div id="v141">
|
||||
<Accordion heading="v1.4.1" defaultOpen>
|
||||
<Markdown source={v141} />
|
||||
</Accordion>
|
||||
</div>
|
||||
<div id="v140">
|
||||
<Accordion heading="v1.4.0" defaultOpen>
|
||||
<Markdown source={v140} />
|
||||
|
Loading…
Reference in New Issue
Block a user