Update changelog

This commit is contained in:
GriffinR 2025-06-09 12:52:33 -04:00
parent 52f7e76abe
commit 0ccccb60b2

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]
### 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.
@ -15,6 +18,7 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
- 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-26
### Breaking Changes