mirror of
https://github.com/rafaelvcaetano/melonDS-android.git
synced 2025-04-02 09:11:37 +00:00
Release Beta 1.9.0
This commit is contained in:
parent
d4b14b9912
commit
36c5ed643e
23
.github/changelog/gitHub.md
vendored
23
.github/changelog/gitHub.md
vendored
@ -1,16 +1,11 @@
|
||||
**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.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)
|
||||
* Add support for RetroAchievements (leaderboards are not yet supported)
|
||||
* Add support for DSi camera
|
||||
* Add proper support for Wi-Fi connectivity (huge thanks to @JesseTG from the melonDS team!)
|
||||
* Fix DS firmware not being able to boot under certain scenarios
|
||||
* Fix some crashes when JIT was enabled
|
||||
* Fix some issues on startup when save files could not be created
|
||||
* Updated French translation (thanks @SombrAbsol)
|
||||
* Updated Russian translation (thanks @6lackmag3)
|
||||
* Updated Spanish translation (thanks @BackpackXl)
|
||||
* Other minor fixes and improvements
|
17
.github/changelog/playStore/whatsnew-en-GB
vendored
17
.github/changelog/playStore/whatsnew-en-GB
vendored
@ -1,9 +1,8 @@
|
||||
<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 it!
|
||||
|
||||
• Update to melonDS 0.9.5
|
||||
• You can now install DSiWare titles to the NAND
|
||||
• Add home shortcuts for DS and DSi firmwares
|
||||
• Improve search performance
|
||||
• Add option to quickly view enabled cheats
|
||||
• Monochrome icon
|
||||
• Add Indonesian, French, Spanish and Portuguese (Brazil) translations
|
||||
• Add support for RetroAchievements (leaderboards are not yet supported)
|
||||
• Add support for DSi camera
|
||||
• Add proper support for Wi-Fi connectivity (huge thanks to Jesse from the melonDS team!)
|
||||
• Fix DS firmware not being able to boot under certain scenarios
|
||||
• Fix some crashes when JIT was enabled
|
||||
• Fix some issues on startup when save files could not be created
|
||||
• Updated French, Russian and Spanish translations
|
||||
• Other minor fixes and improvements
|
@ -4,6 +4,6 @@ object AppConfig {
|
||||
const val minSdkVersion = 21
|
||||
const val ndkVersion = "25.1.8937393"
|
||||
|
||||
const val versionCode = 26
|
||||
const val versionName = "Beta 1.8.0"
|
||||
const val versionCode = 27
|
||||
const val versionName = "Beta 1.9.0"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user