diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 5516c596..7747df62 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.0 +1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 81eeb382..0e5cdaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.0] - 2025-12-16 ### Changed - Tapping notification now launches the "Now playing" screen ([#179]) +- Updated translations ### Fixed - Fixed an issue where removing a track from a playlist removed it from all playlists ([#69]) @@ -105,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#269]: https://github.com/FossifyOrg/Music-Player/issues/269 [#298]: https://github.com/FossifyOrg/Music-Player/issues/298 -[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.6.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.7.0...HEAD +[1.7.0]: https://github.com/FossifyOrg/Music-Player/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/FossifyOrg/Music-Player/compare/1.5.1...1.6.0 [1.5.1]: https://github.com/FossifyOrg/Music-Player/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/FossifyOrg/Music-Player/compare/1.4.0...1.5.0 diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 00000000..8ca9c9f0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,9 @@ +Changed: + +• Tapping notification now launches the "Now playing" screen +• Updated translations + +Fixed: + +• Fixed an issue where removing a track from a playlist removed it from all playlists + diff --git a/gradle.properties b/gradle.properties index da04f685..4b8d1857 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,6 +3,6 @@ android.useAndroidX=true org.gradle.jvmargs=-Xmx8192m # Versioning -VERSION_NAME=1.6.0 -VERSION_CODE=11 +VERSION_NAME=1.7.0 +VERSION_CODE=12 APP_ID=org.fossify.musicplayer