From 0ccccb60b2d7634cc4ee9565196c6e080b925fe4 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 9 Jun 2025 12:52:33 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f53bac3..01a423c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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