diff --git a/src/docs/releaseNotes/v1.3.1.md b/src/docs/releaseNotes/v1.3.1.md new file mode 100644 index 0000000..e678133 --- /dev/null +++ b/src/docs/releaseNotes/v1.3.1.md @@ -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]() diff --git a/src/routes/ReleaseNotes.js b/src/routes/ReleaseNotes.js index b991e5a..2c9c74a 100644 --- a/src/routes/ReleaseNotes.js +++ b/src/routes/ReleaseNotes.js @@ -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() { Release Notes +
+ +