Update changelog for version 0.3.1 with minor bug fixes related to color themes, ZSCustomOverworld v3 item loading, and Tile16 selection.

This commit is contained in:
scawful
2025-09-27 11:40:12 -04:00
parent 7e46b2b7be
commit 920e5002ee
11 changed files with 20 additions and 16 deletions

View File

@@ -228,7 +228,7 @@ absl::StatusOr<AsarPatchResult> ApplyPatch(
### Version Numbering
- **Semantic Versioning**: MAJOR.MINOR.PATCH
- **v0.3.0**: Current stable release
- **v0.3.1**: Current stable release
- **Pre-release**: v0.4.0-alpha, v0.4.0-beta
### Release Checklist

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.3.1
- Minor bug fixes for color themes, ZSCustomOverworld v3 item loading, and Tile16 selection.
## 0.3.0 (September 2025)
### Major Features