Skip to content

Commit 083387f

Browse files
Release Beta 1.10.0
1 parent cef128c commit 083387f

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

.github/changelog/gitHub.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
**Changelog:**
2-
* Fix issues with RetroAchievements
3-
* Fix loading indicator in cheats screen
2+
Beta 1.10.0
3+
* Add OpenGL renderer, with resolution scaling up to 8x native
4+
* Add support for manual cheat input
5+
* Add button to toggle microphone input (thanks @ricnava00)
6+
* Add visual indicators for toggle buttons
7+
* Add support for memory expansion GBA slot
8+
* Allow DSiWare title data to be imported/exported
9+
* Improve foldable support
10+
* Add Italian translation (thanks @alessandrosimonelli and @jincio92)
11+
* Fix crash when importing cheat databases
12+
* Minor fixes and improvements
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Beta 1.9.3
2-
Fix issues with RetroAchievements
3-
Fix loading indicator in cheats screen
4-
5-
Beta 1.9.2
6-
Fix startup crash on devices running Android 14
7-
Fix crash on spanish devices when opening the RetroAchievements screen
8-
Other minor fixes
9-
10-
Beta 1.9.1
11-
Fix saves states not saving/loading properly
1+
Beta 1.10.0
2+
Add OpenGL renderer, with resolution scaling up to 8x native
3+
Add support for manual cheat input
4+
• Add button to toggle microphone input
5+
• Add visual indicators for toggle buttons
6+
Add support for memory expansion GBA slot
7+
Allow DSiWare title data to be imported/exported
8+
Improve foldable support
9+
• Add Italian translation
10+
• Fix crash when importing cheat databases
11+
Minor fixes and improvements

buildSrc/src/main/kotlin/AppConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ object AppConfig {
44
const val minSdkVersion = 24
55
const val ndkVersion = "28.0.13004108"
66

7-
const val versionCode = 32
8-
const val versionName = "Beta 1.9.3"
7+
const val versionCode = 33
8+
const val versionName = "Beta 1.10.0"
99
}

0 commit comments

Comments
 (0)