Skip to content

Commit 1558985

Browse files
Release Beta 1.8.0
1 parent 18932cc commit 1558985

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

.github/changelog/gitHub.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
**IMPORTANT**: This update brings the changes from melonDS 0.9.3, which has incompatible saves-states with the previous version. If you rely on save-states to keep your
1+
**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
22
progress, be aware that you will lose your progress!
33

44
**Changelog:**
5-
* Update to melonDS 0.9.3
6-
* Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game
7-
* Include screenshots in save states
8-
* Allow save states to be deleted
9-
* Add buttons to quickly save and load a state (not present in the default layout)
10-
* Redesign Settings screen. Each category is now grouped into a separate screen
11-
* Add volume setting
12-
* Add audio latency setting
13-
* Prevent ZIP files from being selected as the ROM search directory (only happened on some devices)
14-
* Add Russian translation (thanks @6lackmag3)
5+
* Update to melonDS 0.9.5
6+
* Implement the DSiWare Manager. This allows you to install DSiWare titles to the NAND directly from the emulator
7+
* Allow DS and DSi firmwares to be launched from home screen shortcuts
8+
* Improve search performance when there are a lot of ROMs
9+
* Add option to quickly view enabled cheats
10+
* Fix selected ROM icon filtering not being applied until the app was restarted
11+
* Add monochrome icon
12+
* Add Bahasa Indonesia translation (thanks @NTHGiT)
13+
* Add French translation (thanks @SombrAbsol)
14+
* Add Spanish translation (thanks @BackpackXl)
15+
* Add Portuguese (Brazil) translation (thanks @Bardock88)
1516
* Other minor fixes and improvements
Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<b>IMPORTANT</b>: This update brings the changes from melonDS 0.9.3, 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!
1+
<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 your progress!
22

3-
• Update to melonDS 0.9.3
4-
• Add support for Rewind. This automatically saves your state periodically allowing you to quickly go back in time when you make a mistake in a game
5-
• Include screenshots in save states
6-
• Allow save states to be deleted
7-
• Add buttons to quickly save and load a state (not present in the default layout)
8-
• Redesign Settings screen. Each category is now grouped into a separate screen
9-
• Add volume setting
10-
• Add audio latency setting
11-
• Prevent ZIP files from being selected as the ROM search directory (only happened on some devices)
12-
• Add Russian translation
3+
• Update to melonDS 0.9.5
4+
• Implement the DSiWare Manager. This allows you to install DSiWare titles to the NAND directly from the emulator
5+
• Allow DS and DSi firmwares to be launched from home screen shortcuts
6+
• Improve search performance when there are a lot of ROMs
7+
• Add option to quickly view enabled cheats
8+
• Fix selected ROM icon filtering not being applied until the app was restarted
9+
• Add monochrome icon
10+
• Add Bahasa Indonesia translation (thanks @NTHGiT)
11+
• Add French translation (thanks @SombrAbsol)
12+
• Add Spanish translation (thanks @BackpackXl)
13+
• Add Portuguese (Brazil) translation (thanks @Bardock88)
1314
• Other minor fixes and improvements

buildSrc/src/main/kotlin/AppConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ object AppConfig {
55
const val ndkVersion = "25.1.8937393"
66

77
const val versionCode = 22
8-
const val versionName = "Beta 1.7.0"
8+
const val versionName = "Beta 1.8.0"
99
}

0 commit comments

Comments
 (0)