Release 6.1.0

This commit is contained in:
GriffinR 2025-06-09 14:38:01 -04:00
parent 796e8b3ae4
commit 65d3ba3a34
3 changed files with 25 additions and 4 deletions

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project somewhat adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The MAJOR version number is bumped when there are **"Breaking Changes"** in the pret projects. For more on this, see [the manual page on breaking changes](https://huderlem.github.io/porymap/manual/breaking-changes.html).
## [Unreleased]
Nothing, yet.
## [6.1.0] - 2025-06-09
### Added
- Add settings to change the application font and the map list font.
@ -623,7 +626,8 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
## [1.0.0] - 2018-10-26
This was the initial release.
[Unreleased]: https://github.com/huderlem/porymap/compare/6.0.0...HEAD
[Unreleased]: https://github.com/huderlem/porymap/compare/6.1.0...HEAD
[6.1.0]: https://github.com/huderlem/porymap/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/huderlem/porymap/compare/5.4.1...6.0.0
[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1
[5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0

View File

@ -1,5 +1,5 @@
Version: 6.0.0
Date: May 26th, 2025
Version: 6.1.0
Date: June 9th, 2025
Official Porymap documentation: https://huderlem.github.io/porymap/
@ -7,6 +7,23 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues]
-------------------------
## [6.1.0] - 2025-06-09
### Added
- Add settings to change the application font and the map list font.
### Changed
- The scale of the map can now be changed while resizing the map.
### Fixed
- Fix duplicated maps writing the wrong name.
- Fix small maps being difficult to see while resizing.
- Fix the map border sometimes not updating to reflect changes.
- Fix expressions using the prefix '0X' as opposed to '0x' not being recognized has hex numbers.
- Fix certain characters not writing correctly to JSON files.
- Fix all `map.json` files being added to the file watcher at launch.
- Fix files sometimes being removed from the file watcher if they're deleted as part of a write.
- Fix `porymap.cfg` and `porymap.shortcuts.cfg` writing outside the `pret/porymap` folder.
## [6.0.0] - 2025-05-27
### Breaking Changes
- See [Breaking Changes](https://huderlem.github.io/porymap/manual/breaking-changes.html) in the manual.

View File

@ -30,7 +30,7 @@ win32 {
DEFINES += PORYMAP_LATEST_COMMIT=\\\"$$LATEST_COMMIT\\\"
VERSION = 6.0.0
VERSION = 6.1.0
DEFINES += PORYMAP_VERSION=\\\"$$VERSION\\\"
SOURCES += src/core/advancemapparser.cpp \