Added 1.3.1 release notes
This commit is contained in:
parent
74fb6a2c37
commit
443aff8e4d
11
src/docs/releaseNotes/v1.3.1.md
Normal file
11
src/docs/releaseNotes/v1.3.1.md
Normal file
@ -0,0 +1,11 @@
|
||||
# v1.3.1
|
||||
|
||||
## Minor Changes
|
||||
|
||||
- Fixed a bug where tokens that were placed on the map then removed from the token select screen could no longer be deleted from the map.
|
||||
- Fixed a bug where fog drawing couldn't be undone if there the last fog shape was deleted.
|
||||
- Added the ability to add multiple new maps or tokens at the same time.
|
||||
- Added a Show Grid option for maps that will overlay a grid on the map. This can be useful for when you have a map with no grid or you want to verify your current grid settings.
|
||||
- Added the ability to erase multiple shapes at a time by dragging over a shape with the eraser tool. This works for fog erase and toggle as well.
|
||||
|
||||
[Reddit]()
|
@ -9,6 +9,7 @@ const v110 = raw("../docs/releaseNotes/v1.1.0.md");
|
||||
const v120 = raw("../docs/releaseNotes/v1.2.0.md");
|
||||
const v121 = raw("../docs/releaseNotes/v1.2.1.md");
|
||||
const v130 = raw("../docs/releaseNotes/v1.3.0.md");
|
||||
const v131 = raw("../docs/releaseNotes/v1.3.1.md");
|
||||
|
||||
function ReleaseNotes() {
|
||||
return (
|
||||
@ -31,6 +32,9 @@ function ReleaseNotes() {
|
||||
<Text mb={2} variant="heading" as="h1" sx={{ fontSize: 5 }}>
|
||||
Release Notes
|
||||
</Text>
|
||||
<div id="v131">
|
||||
<Markdown source={v131} />
|
||||
</div>
|
||||
<div id="v130">
|
||||
<Markdown source={v130} />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user