diff --git a/CHANGELOG.md b/CHANGELOG.md index e94ea73..852cb56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Version history +## Version 1.9.1 (2024-11-07) + +Bug fixes: + +- Improved audio play in background, now the app stays alive and resumes correctly clicking on the notification + +- Fixed issue preventing the screen to turn off pressing the power button while playing (#171) + ## Version 1.9.0 (2024-11-03) New features: diff --git a/android/app/build.gradle b/android/app/build.gradle index 37d2a27..f9d16d8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -29,8 +29,8 @@ android { targetSdkVersion rootProject.ext.targetSdkVersion // version parts: M = Major, m = minor, b = build // -------- MMMmmmbbb - versionCode 1009000 - versionName "1.9.0" + versionCode 1009001 + versionName "1.9.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.