Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscastilho committed Sep 26, 2021
1 parent 6e925e2 commit 07c9428
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
24 changes: 23 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][1], and this project adheres to
[Semantic Versioning][2].

## [1.3.1] - 2021-09-26

### Added

- Added new demo scene - The Yawning Portal
- Added new demo scene - The Lost Library
- Added button to lock map pan and zoom
- Added dungeoneering logo to center bottom of the screen

### Fixed

- Fixed grid toggle not working during scene setup
- Fixed map logo being saved to scene JSON with it's full path

### Changed

- Updated application icons
- Updated demo scene tokens

## [1.3.0] - 2021-09-09

### Added
Expand Down Expand Up @@ -124,7 +143,8 @@ same resolution where they were created
- Visual initiative order widget to help in combats
- An [exclusive video map][3] from [Animated Dungeon Maps][4]

[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.0...HEAD
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.3...v1.2.0
Expand All @@ -141,3 +161,5 @@ same resolution where they were created
[3]: https://github.com/luiscastilho/dungeoneering/blob/main/dungeoneering/data/maps/Animated-SwordCoast.mp4
[4]: https://www.patreon.com/animatedmaps
[5]: https://www.patreon.com/dysonlogos
[6]: https://www.reddit.com/user/3DMAcademy/
[7]: https://www.wistedt.net/
Binary file modified docs/assets/img/screenshot/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ The icons used in the application were either released under a public-domain-lik

There are a few demo scenes bundled with the application. The assets used in these scenes can be found at or created using the following links.

- The two awesome animated maps are from [Animated Dungeon Maps](https://www.patreon.com/animatedmaps "Animated Dungeon Maps Patreon page"){:target="_blank"}.
- The Sword Coast and Siege of Bamburgh animated maps are from [Animated Dungeon Maps](https://www.patreon.com/animatedmaps "Animated Dungeon Maps Patreon page"){:target="_blank"}.
- The Yawning Portal animated map was created by [3DMAcademy](https://www.reddit.com/user/3DMAcademy/ "3DMAcademy Reddit user page"){:target="_blank"}.
- The <a class="lightbox-link cabin" title="Abandoned Cabin map by Mike Schley">Abandoned Cabin map</a> is from Mike Schley, available in this [D&D article](https://dnd.wizards.com/articles/features/schley-stack "D&D Schley Stack article"){:target="_blank"}, © Wizards of the Coast.
- The <a class="lightbox-link illusionist" title="Dungeons of the Grand Illusionist map by Dyson Logos">Dungeons of the Grand Illusionist map</a> is from [Dyson Logos](https://www.patreon.com/dysonlogos "Dyson Logos Patreon page"){:target="_blank"}.
- The <a class="lightbox-link library" title="The Lost Library map by Paths Peculiar">Lost Library map</a> is from [Paths Peculiar](https://www.wistedt.net/ "Paths Peculiar website"){:target="_blank"}.
- All tokens were created using the [Token Stamp tool](https://rolladvantage.com/tokenstamp/ "Token Stamp tool"){:target="_blank"} with D&D 5th edition images, © Wizards of the Coast.


Expand Down
2 changes: 1 addition & 1 deletion docs/latest_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
2 changes: 1 addition & 1 deletion dungeoneering/dungeoneering.pde
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ void setup() {

previousClickTime = 0;

appVersion = "v1.3.0";
appVersion = "v1.3.1";
checkedForUpdates = false;

logger.info("Setup: dungeoneering initialization done");
Expand Down

0 comments on commit 07c9428

Please sign in to comment.