File tree Expand file tree Collapse file tree 3 files changed +37
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.0] - 2025-05-20
11
+
12
+ ### Added
13
+
14
+ - Support for displaying disc number in albums ([ #18 ] )
15
+
10
16
### Changed
11
17
18
+ - Turned off shuffle by default
12
19
- Replaced checkboxes with switches
20
+ - Previous button now supports replay ([ #45 ] )
13
21
14
22
### Removed
15
23
16
24
- Dropped support for Android 7 and older versions
17
25
26
+ ### Fixed
27
+
28
+ - Fixed track numbers displaying as 0 ([ #47 ] )
29
+
18
30
## [ 1.0.0] - 2024-02-11
19
31
20
32
### Added
21
33
22
34
- Initial release
23
35
24
- [ Unreleased ] : https://github.com/FossifyOrg/Music-Player/compare/1.0.0...HEAD
36
+ [ Unreleased ] : https://github.com/FossifyOrg/Music-Player/compare/1.1.0...HEAD
37
+ [ 1.1.0 ] : https://github.com/FossifyOrg/Music-Player/compare/1.0.0...1.1.0
25
38
[ 1.0.0 ] : https://github.com/FossifyOrg/Music-Player/releases/tag/1.0.0
39
+
40
+ [ #18 ] : https://github.com/FossifyOrg/Music-Player/issues/18
41
+ [ #45 ] : https://github.com/FossifyOrg/Music-Player/issues/45
42
+ [ #47 ] : https://github.com/FossifyOrg/Music-Player/issues/47
Original file line number Diff line number Diff line change
1
+ Added:
2
+
3
+ • Support for displaying disc number in albums
4
+
5
+ Changed:
6
+
7
+ • Turned off shuffle by default
8
+ • Replaced checkboxes with switches
9
+ • Previous button now supports replay
10
+
11
+ Removed:
12
+
13
+ • Dropped support for Android 7 and older versions
14
+
15
+ Fixed:
16
+
17
+ • Fixed track numbers displaying as 0
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ app-build-kotlinJVMTarget = "17"
36
36
shortcut-badger = " 1.1.22"
37
37
# versioning
38
38
app-version-appId = " org.fossify.musicplayer"
39
- app-version-versionCode = " 1 "
40
- app-version-versionName = " 1.0 .0"
39
+ app-version-versionCode = " 2 "
40
+ app-version-versionName = " 1.1 .0"
41
41
[libraries ]
42
42
# AndroidX
43
43
androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
You can’t perform that action at this time.
0 commit comments