Skip to content

Commit 07c9428

Browse files
committed
Release v1.3.1
1 parent 6e925e2 commit 07c9428

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

docs/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog][1], and this project adheres to
66
[Semantic Versioning][2].
77

8+
## [1.3.1] - 2021-09-26
9+
10+
### Added
11+
12+
- Added new demo scene - The Yawning Portal
13+
- Added new demo scene - The Lost Library
14+
- Added button to lock map pan and zoom
15+
- Added dungeoneering logo to center bottom of the screen
16+
17+
### Fixed
18+
19+
- Fixed grid toggle not working during scene setup
20+
- Fixed map logo being saved to scene JSON with it's full path
21+
22+
### Changed
23+
24+
- Updated application icons
25+
- Updated demo scene tokens
26+
827
## [1.3.0] - 2021-09-09
928

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

127-
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.0...HEAD
146+
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.1...HEAD
147+
[1.3.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.3.0...v1.3.1
128148
[1.3.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.2.1...v1.3.0
129149
[1.2.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.2.0...v1.2.1
130150
[1.2.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.3...v1.2.0
@@ -141,3 +161,5 @@ same resolution where they were created
141161
[3]: https://github.com/luiscastilho/dungeoneering/blob/main/dungeoneering/data/maps/Animated-SwordCoast.mp4
142162
[4]: https://www.patreon.com/animatedmaps
143163
[5]: https://www.patreon.com/dysonlogos
164+
[6]: https://www.reddit.com/user/3DMAcademy/
165+
[7]: https://www.wistedt.net/
-105 KB
Loading

docs/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ The icons used in the application were either released under a public-domain-lik
111111

112112
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.
113113

114-
- The two awesome animated maps are from [Animated Dungeon Maps](https://www.patreon.com/animatedmaps "Animated Dungeon Maps Patreon page"){:target="_blank"}.
114+
- 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"}.
115+
- The Yawning Portal animated map was created by [3DMAcademy](https://www.reddit.com/user/3DMAcademy/ "3DMAcademy Reddit user page"){:target="_blank"}.
115116
- 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.
116117
- 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"}.
118+
- 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"}.
117119
- 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.
118120

119121

docs/latest_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0
1+
v1.3.1

dungeoneering/dungeoneering.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void setup() {
241241

242242
previousClickTime = 0;
243243

244-
appVersion = "v1.3.0";
244+
appVersion = "v1.3.1";
245245
checkedForUpdates = false;
246246

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

0 commit comments

Comments
 (0)