Skip to content

Commit

Permalink
Update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Mar 21, 2024
1 parent 199799f commit 83a57c1
Show file tree
Hide file tree
Showing 12 changed files with 1,108 additions and 948 deletions.
24 changes: 23 additions & 1 deletion docs/_sources/reference/CHANGELOG.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
## [Unreleased]
Nothing, yet.

## [5.4.1] - 2024-03-21
### Fixed
- Fix object event sprites not loading for some struct data formats.

## [5.4.0] - 2024-02-13
### Added
- Add a `Check for Updates` option to show new releases (Windows and macOS only).

### Changed
- If Wild Encounters fail to load they are now only disabled for that session, and the settings remain unchanged.
- Defaults are used if project constants are missing, rather than failing to open the project or changing settings.
- Selector images now center on the selection when eyedropping or zooming.

### Fixed
- Fix some minor visual issues with the various zoom sliders.
- Smooth out scrolling when mouse is over tile/metatile images.
- Fix the Tileset Editor selectors getting extra white space when changing tilesets.
- Fix a crash when adding disabled events with the Pencil tool.
- Fix error log about failing to find the scripts file when a new map is created.

## [5.3.0] - 2024-01-15
### Added
- Add zoom sliders to the Tileset Editor.
Expand Down Expand Up @@ -464,7 +484,9 @@ Nothing, yet.
## [1.0.0] - 2018-10-26
This was the initial release.

[Unreleased]: https://github.com/huderlem/porymap/compare/5.3.0...HEAD
[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.1...HEAD
[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
[5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0
[5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0
[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1
Expand Down
164 changes: 87 additions & 77 deletions docs/genindex.html

Large diffs are not rendered by default.

206 changes: 109 additions & 97 deletions docs/index.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/editing-map-collisions.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/editing-map-events.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/project-files.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/scripting-capabilities.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/settings-and-options.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/manual/tileset-editor.html

Large diffs are not rendered by default.

512 changes: 279 additions & 233 deletions docs/reference/changelog.html

Large diffs are not rendered by default.

164 changes: 87 additions & 77 deletions docs/search.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 83a57c1

Please sign in to comment.