Skip to content

Commit

Permalink
Release Beta 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Nov 2, 2023
1 parent d4b14b9 commit 36c5ed6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 25 deletions.
23 changes: 9 additions & 14 deletions .github/changelog/gitHub.md
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 9 deletions .github/changelog/playStore/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 36c5ed6

Please sign in to comment.