From bc66ab9f70b3b789970fdba81c1cd66d92758377 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 10 Mar 2025 22:20:32 +0000 Subject: [PATCH] Improve changelog --- CHANGELOG.md | 4 ++++ README.md | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3701137d..d1eaa000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 9dfac779..02a6f270 100644 --- a/README.md +++ b/README.md @@ -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