Improve changelog

This commit is contained in:
Robin Jones 2025-03-10 22:20:32 +00:00
parent 7a2e86782b
commit bc66ab9f70
2 changed files with 7 additions and 2 deletions

View File

@ -11,9 +11,12 @@ built from latest commit on main branch.
- **New Features**
- Introduced tabs in main menu for ROM favorites and recently played ROM history.
- Introduced first run check to ensure users are aware of latest changes.
- Introduced ability to turn off GUI loading bar.
- BETA_FEATURE: Introduces ROM descriptions from files.
- BETA_FEATURE: Enabled setting for fast ROM reboots on the SC64.
- Add macOS metadata to hidden files.
- Added settings schema version for future change versioning.
- Added setting for PAL60 compatibility mode (see breaking changes).
- **Bug Fixes**
@ -30,6 +33,7 @@ built from latest commit on main branch.
- **Refactor**
- RTC subsystem (align with libDragon improvements).
- Boxart images (Deprecates old boxart image folder layout).
- Settings (PAL60 compatibility, schema version, fast reboot, first run, progress bar).
### Breaking changes
* GB /GBC emulator changed save type to SRAM (from FRAM) to improve compatibility with Summercart64 (which only uses H/W compatible FRAM), this may break your ability to load existing saves.

View File

@ -37,9 +37,10 @@ This menu aims to support as many N64 flashcarts as possible. The current state
* Real Time Clock support.
* Music playback (MP3).
* Menu sound effects.
* N64 ROM autoload.
* N64 ROM autoload option (on power).
* N64 ROM fast reboot option (on reset).
* ROM information descriptions.
* ROM history and favorites (pre-release only).
* ROM history and favorites.
## Documentation