Release Beta 1.8.0

This commit is contained in:
Rafael Caetano 2023-02-03 18:21:27 +00:00
parent 18932cc50f
commit 155898561d
3 changed files with 25 additions and 23 deletions

View File

@ -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

View File

@ -1,13 +1,14 @@
<b>IMPORTANT</b>: 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!
<b>IMPORTANT</b>: 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

View File

@ -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"
}