Skip to content

Commit

Permalink
Release Beta 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvcaetano committed Nov 13, 2021
1 parent 85ed97c commit 3aa4ade
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
20 changes: 14 additions & 6 deletions .github/changelog/gitHub.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
**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
progress, be aware that you will lose your progress!

**Changelog:**
* Remove support for 7z files on devices running Android M or lower
* Fix crash when processing large 7z files
* Fix crash when selecting directories under certain circumstances
* Fix crash when loading a ROM with the "Load GBA ROM" option selected but no save file was selected
* Load ROM icons asynchronously
* Other minor improvements
* Update to melonDS 0.9.3
* 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
* Include screenshots in save states
* Allow save states to be deleted
* Add buttons to quickly save and load a state (not present in the default layout)
* Redesign Settings screen. Each category is now grouped into a separate screen
* Add volume setting
* Add audio latency setting
* Prevent ZIP files from being selected as the ROM search directory (only happened on some devices)
* Add Russian translation (thanks @6lackmag3)
* Other minor fixes and improvements
19 changes: 13 additions & 6 deletions .github/changelog/playStore/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
• Remove support for 7z files on devices running Android M or lower
• Fix crash when processing large 7z files
• Fix crash when selecting directories under certain circumstances
• Fix crash when loading a ROM with the "Load GBA ROM" option selected but no save file was selected
• Load ROM icons asynchronously
• Other minor improvements
<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!

• Update to melonDS 0.9.3
• 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
• Include screenshots in save states
• Allow save states to be deleted
• Add buttons to quickly save and load a state (not present in the default layout)
• Redesign Settings screen. Each category is now grouped into a separate screen
• Add volume setting
• Add audio latency setting
• Prevent ZIP files from being selected as the ROM search directory (only happened on some devices)
• Add Russian translation
• 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 = "21.3.6528147"

const val versionCode = 20
const val versionName = "Beta 1.6.1"
const val versionCode = 21
const val versionName = "Beta 1.7.0"
}

1 comment on commit 3aa4ade

@rafaelvcaetano
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MelonDS 0.9.4 https://github.com/Arisotura/melonDS/releases/tag/0.9.4 is already out will you update this android port sometimes this month?

No. I will probably skip that melonDS version. Otherwise, it will keep breaking the users' save states because it introduces changes that make them incompatible with version 0.9.3.

Please sign in to comment.