Skip to content

Commit 175b52c

Browse files
committed
Update CHANGELOG.md
1 parent f9e646f commit 175b52c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.1.3] - 2021-06-06
9+
10+
### Fixed
11+
12+
- Pressing ESC no longer exits the application
13+
14+
### Changed
15+
16+
- Improved logging and error handling
17+
- Logs are now sent to console and to a log file - `/log/dungeoneering.log`
18+
- Log file is rotated every 500KB
19+
- Only the last 5 rotated log files are kept, older ones are deleted
20+
821
## [1.1.2] - 2021-06-03
922

1023
### Fixed
@@ -54,7 +67,8 @@ same resolution where they were created
5467
- Visual initiative order widget to help in combats
5568
- An [exclusive video map][3] from [Animated Dungeon Maps][4]
5669

57-
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.2...HEAD
70+
[unreleased]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.3...HEAD
71+
[1.1.3]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.2...v1.1.3
5872
[1.1.2]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.1...v1.1.2
5973
[1.1.1]: https://github.com/luiscastilho/dungeoneering/compare/v1.1.0...v1.1.1
6074
[1.1.0]: https://github.com/luiscastilho/dungeoneering/compare/v1.0.2...v1.1.0

0 commit comments

Comments
 (0)