Skip to content

Commit 52c8256

Browse files
chore(release): v1.2.0 (3) (#204)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent a9a22f3 commit 52c8256

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.fossify/release-marker.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto-generated file. DO NOT EDIT.
2+
1.2.0

CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,39 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.2.0] - 2025-07-15
1010
### Changed
11-
1211
- Updated translations
1312

1413
## [1.1.0] - 2025-05-20
15-
1614
### Added
17-
1815
- Support for displaying disc number in albums ([#18])
1916

2017
### Changed
21-
2218
- Turned off shuffle by default
2319
- Replaced checkboxes with switches
2420
- Previous button now supports replay ([#45])
2521

2622
### Removed
27-
2823
- Dropped support for Android 7 and older versions
2924

3025
### Fixed
31-
3226
- Fixed track numbers displaying as 0 ([#47])
3327

3428
## [1.0.0] - 2024-02-11
35-
3629
### Added
37-
3830
- Initial release
3931

40-
[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.1.0...HEAD
41-
[1.1.0]: https://github.com/FossifyOrg/Music-Player/compare/1.0.0...1.1.0
42-
[1.0.0]: https://github.com/FossifyOrg/Music-Player/releases/tag/1.0.0
43-
4432
[#18]: https://github.com/FossifyOrg/Music-Player/issues/18
4533
[#45]: https://github.com/FossifyOrg/Music-Player/issues/45
4634
[#47]: https://github.com/FossifyOrg/Music-Player/issues/47
35+
36+
[Unreleased]: https://github.com/FossifyOrg/Music-Player/compare/1.2.0...HEAD
37+
[1.2.0]: https://github.com/FossifyOrg/Music-Player/compare/1.1.0...1.2.0
38+
[1.1.0]: https://github.com/FossifyOrg/Music-Player/compare/1.0.0...1.1.0
39+
[1.0.0]: https://github.com/FossifyOrg/Music-Player/releases/tag/1.0.0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changed:
2+
3+
• Updated translations
4+

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.1.0
7-
VERSION_CODE=2
6+
VERSION_NAME=1.2.0
7+
VERSION_CODE=3
88
APP_ID=org.fossify.musicplayer

0 commit comments

Comments
 (0)