From 20bb4f357cdfda5c5626bcd53f2e167777112881 Mon Sep 17 00:00:00 2001 From: Rafael Caetano Date: Mon, 6 Nov 2023 16:20:28 +0000 Subject: [PATCH] Release Beta 1.9.1 --- .github/changelog/gitHub.md | 11 +---------- .github/changelog/playStore/whatsnew-en-GB | 9 +-------- buildSrc/src/main/kotlin/AppConfig.kt | 4 ++-- 3 files changed, 4 insertions(+), 20 deletions(-) diff --git a/.github/changelog/gitHub.md b/.github/changelog/gitHub.md index cd2b969..fe129b1 100644 --- a/.github/changelog/gitHub.md +++ b/.github/changelog/gitHub.md @@ -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 \ No newline at end of file +* Fix saves states not saving/loading properly \ No newline at end of file diff --git a/.github/changelog/playStore/whatsnew-en-GB b/.github/changelog/playStore/whatsnew-en-GB index b1093ba..d506be3 100644 --- a/.github/changelog/playStore/whatsnew-en-GB +++ b/.github/changelog/playStore/whatsnew-en-GB @@ -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 \ No newline at end of file +• Fix saves states not saving/loading properly \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/AppConfig.kt b/buildSrc/src/main/kotlin/AppConfig.kt index 7d4db15..bc9f9b2 100644 --- a/buildSrc/src/main/kotlin/AppConfig.kt +++ b/buildSrc/src/main/kotlin/AppConfig.kt @@ -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" } \ No newline at end of file