diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c21c750f..186558c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -## dev +## 3.4.1 #### What's Fixed - R128 adjustments are now adjusted to -18 LUFS to be consistent with MP3 - Fixed double application of opus base gain +- Fixed playback state not restoring ## 3.4.0 diff --git a/README.md b/README.md index 084ea5a5a..85006d016 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@

Auxio

A simple, rational music player for android.

- - Latest Version + + Latest Version Releases diff --git a/app/build.gradle b/app/build.gradle index af0bf21bb..d17211886 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { defaultConfig { applicationId namespace - versionName "3.4.0" - versionCode 41 + versionName "3.4.1" + versionCode 42 minSdk 24 targetSdk 34 diff --git a/fastlane/metadata/android/en-US/changelogs/42.txt b/fastlane/metadata/android/en-US/changelogs/42.txt new file mode 100644 index 000000000..dcea6e4e6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/42.txt @@ -0,0 +1,3 @@ +Auxio 3.4.0 adds gapless playback and new widget designs, alongside a variety of fixes. +This release fixes critical issues with ReplayGain and playback persistence. +For more information, see https://github.com/OxygenCobalt/Auxio/releases/tag/v3.4.1 \ No newline at end of file