Skip to content

Commit a60c72e

Browse files
chore(release): v1.6.0 (11)
1 parent 2acb4ad commit a60c72e

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.5.1
2+
1.6.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.0] - 2025-11-09
810
### Changed
911
- Player now respects play/pause state when seeking ([#97])
12+
- Updated translations
1013

1114
### Fixed
1215
- Fixed startup crash with large number of items
@@ -96,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9699
[#269]: https://github.com/FossifyOrg/Music-Player/issues/269
97100
[#298]: https://github.com/FossifyOrg/Music-Player/issues/298
98101

99-
[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.5.1...HEAD
102+
[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.6.0...HEAD
103+
[1.6.0]: https://github.com/FossifyOrg/Music-Player/compare/1.5.1...1.6.0
100104
[1.5.1]: https://github.com/FossifyOrg/Music-Player/compare/1.5.0...1.5.1
101105
[1.5.0]: https://github.com/FossifyOrg/Music-Player/compare/1.4.0...1.5.0
102106
[1.4.0]: https://github.com/FossifyOrg/Music-Player/compare/1.3.0...1.4.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Changed:
2+
3+
• Player now respects play/pause state when seeking
4+
• Updated translations
5+
6+
Fixed:
7+
8+
• Fixed startup crash with large number of items
9+
• Fixed another crash when clearing app from recents
10+
• Fixed flicker when skipping to the next/previous track on the player screen
11+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx8192m
44

55
# Versioning
6-
VERSION_NAME=1.5.1
7-
VERSION_CODE=10
6+
VERSION_NAME=1.6.0
7+
VERSION_CODE=11
88
APP_ID=org.fossify.musicplayer

0 commit comments

Comments
 (0)