Skip to content

Commit 2358491

Browse files
Update manual
1 parent 65d3ba3 commit 2358491

22 files changed

+1413
-1246
lines changed

docs/_sources/reference/CHANGELOG.md.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,24 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
77
## [Unreleased]
88
Nothing, yet.
99

10-
## [6.0.0] - 2025-05-26
10+
## [6.1.0] - 2025-06-09
11+
### Added
12+
- Add settings to change the application font and the map list font.
13+
14+
### Changed
15+
- The scale of the map can now be changed while resizing the map.
16+
17+
### Fixed
18+
- Fix duplicated maps writing the wrong name.
19+
- Fix small maps being difficult to see while resizing.
20+
- Fix the map border sometimes not updating to reflect changes.
21+
- Fix expressions using the prefix '0X' as opposed to '0x' not being recognized has hex numbers.
22+
- Fix certain characters not writing correctly to JSON files.
23+
- Fix all `map.json` files being added to the file watcher at launch.
24+
- Fix files sometimes being removed from the file watcher if they're deleted as part of a write.
25+
- Fix `porymap.cfg` and `porymap.shortcuts.cfg` writing outside the `pret/porymap` folder.
26+
27+
## [6.0.0] - 2025-05-27
1128
### Breaking Changes
1229
- See [Breaking Changes](https://huderlem.github.io/porymap/manual/breaking-changes.html) in the manual.
1330

@@ -609,7 +626,8 @@ Nothing, yet.
609626
## [1.0.0] - 2018-10-26
610627
This was the initial release.
611628

612-
[Unreleased]: https://github.com/huderlem/porymap/compare/6.0.0...HEAD
629+
[Unreleased]: https://github.com/huderlem/porymap/compare/6.1.0...HEAD
630+
[6.1.0]: https://github.com/huderlem/porymap/compare/6.0.0...6.1.0
613631
[6.0.0]: https://github.com/huderlem/porymap/compare/5.4.1...6.0.0
614632
[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1
615633
[5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0

docs/genindex.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 82 additions & 75 deletions
Large diffs are not rendered by default.

docs/manual/breaking-changes.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/creating-new-maps.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/editing-map-collisions.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/editing-map-connections.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/editing-map-events.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/editing-map-header.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

docs/manual/editing-map-tiles.html

Lines changed: 58 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)