From 155898561df6f8546c9624a58e4ee52188bb1e53 Mon Sep 17 00:00:00 2001 From: Rafael Caetano Date: Fri, 3 Feb 2023 18:21:27 +0000 Subject: [PATCH] Release Beta 1.8.0 --- .github/changelog/gitHub.md | 23 +++++++++++----------- .github/changelog/playStore/whatsnew-en-GB | 23 +++++++++++----------- buildSrc/src/main/kotlin/AppConfig.kt | 2 +- 3 files changed, 25 insertions(+), 23 deletions(-) diff --git a/.github/changelog/gitHub.md b/.github/changelog/gitHub.md index 6d90de99..4095cbbe 100644 --- a/.github/changelog/gitHub.md +++ b/.github/changelog/gitHub.md @@ -1,15 +1,16 @@ -**IMPORTANT**: This update brings the changes from melonDS 0.9.3, which has incompatible saves-states with the previous version. If you rely on save-states to keep your +**IMPORTANT**: This update brings the changes from melonDS 0.9.5, which has incompatible saves-states with the previous version. If you rely on save-states to keep your progress, be aware that you will lose your progress! **Changelog:** -* Update to melonDS 0.9.3 -* Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game -* Include screenshots in save states -* Allow save states to be deleted -* Add buttons to quickly save and load a state (not present in the default layout) -* Redesign Settings screen. Each category is now grouped into a separate screen -* Add volume setting -* Add audio latency setting -* Prevent ZIP files from being selected as the ROM search directory (only happened on some devices) -* Add Russian translation (thanks @6lackmag3) +* Update to melonDS 0.9.5 +* Implement the DSiWare Manager. This allows you to install DSiWare titles to the NAND directly from the emulator +* Allow DS and DSi firmwares to be launched from home screen shortcuts +* Improve search performance when there are a lot of ROMs +* Add option to quickly view enabled cheats +* Fix selected ROM icon filtering not being applied until the app was restarted +* Add monochrome icon +* Add Bahasa Indonesia translation (thanks @NTHGiT) +* Add French translation (thanks @SombrAbsol) +* Add Spanish translation (thanks @BackpackXl) +* Add Portuguese (Brazil) translation (thanks @Bardock88) * Other minor fixes and improvements \ No newline at end of file diff --git a/.github/changelog/playStore/whatsnew-en-GB b/.github/changelog/playStore/whatsnew-en-GB index 1b4306ee..f2d9de34 100644 --- a/.github/changelog/playStore/whatsnew-en-GB +++ b/.github/changelog/playStore/whatsnew-en-GB @@ -1,13 +1,14 @@ -IMPORTANT: This update brings the changes from melonDS 0.9.3, which has incompatible saves-states with the previous version. If you rely on save-states to keep your progress, be aware that you will lose your progress! +IMPORTANT: This update brings the changes from melonDS 0.9.5, which has incompatible saves-states with the previous version. If you rely on save-states to keep your progress, be aware that you will lose your progress! -• Update to melonDS 0.9.3 -• Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game -• Include screenshots in save states -• Allow save states to be deleted -• Add buttons to quickly save and load a state (not present in the default layout) -• Redesign Settings screen. Each category is now grouped into a separate screen -• Add volume setting -• Add audio latency setting -• Prevent ZIP files from being selected as the ROM search directory (only happened on some devices) -• Add Russian translation +• Update to melonDS 0.9.5 +• Implement the DSiWare Manager. This allows you to install DSiWare titles to the NAND directly from the emulator +• Allow DS and DSi firmwares to be launched from home screen shortcuts +• Improve search performance when there are a lot of ROMs +• Add option to quickly view enabled cheats +• Fix selected ROM icon filtering not being applied until the app was restarted +• Add monochrome icon +• Add Bahasa Indonesia translation (thanks @NTHGiT) +• Add French translation (thanks @SombrAbsol) +• Add Spanish translation (thanks @BackpackXl) +• Add Portuguese (Brazil) translation (thanks @Bardock88) • Other minor fixes and improvements \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/AppConfig.kt b/buildSrc/src/main/kotlin/AppConfig.kt index 2a9f9265..8211e8ad 100644 --- a/buildSrc/src/main/kotlin/AppConfig.kt +++ b/buildSrc/src/main/kotlin/AppConfig.kt @@ -5,5 +5,5 @@ object AppConfig { const val ndkVersion = "25.1.8937393" const val versionCode = 22 - const val versionName = "Beta 1.7.0" + const val versionName = "Beta 1.8.0" } \ No newline at end of file