Skip to content

Commit 16bd625

Browse files
authored
chore(release): bump app version to 1.1.0 (2) (#157)
1 parent f563bf6 commit 16bd625

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2025-05-20
11+
12+
### Added
13+
14+
- Support for displaying disc number in albums ([#18])
15+
1016
### Changed
1117

18+
- Turned off shuffle by default
1219
- Replaced checkboxes with switches
20+
- Previous button now supports replay ([#45])
1321

1422
### Removed
1523

1624
- Dropped support for Android 7 and older versions
1725

26+
### Fixed
27+
28+
- Fixed track numbers displaying as 0 ([#47])
29+
1830
## [1.0.0] - 2024-02-11
1931

2032
### Added
2133

2234
- Initial release
2335

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
2538
[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
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ app-build-kotlinJVMTarget = "17"
3636
shortcut-badger = "1.1.22"
3737
#versioning
3838
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"
4141
[libraries]
4242
#AndroidX
4343
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }

0 commit comments

Comments
 (0)