Release Beta 1.9.1

This commit is contained in:
Rafael Caetano 2023-11-06 16:20:28 +00:00
parent bebaa6632c
commit 20bb4f357c
3 changed files with 4 additions and 20 deletions

View File

@ -1,11 +1,2 @@
**Changelog:**
* 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
* Fix saves states not saving/loading properly

View File

@ -1,8 +1 @@
• 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
• Fix saves states not saving/loading properly

View File

@ -4,6 +4,6 @@ object AppConfig {
const val minSdkVersion = 21
const val ndkVersion = "25.1.8937393"
const val versionCode = 27
const val versionName = "Beta 1.9.0"
const val versionCode = 28
const val versionName = "Beta 1.9.1"
}