Skip to content

Commit

Permalink
chore: updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Sep 13, 2021
1 parent ce830cc commit fbe7a4e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

## [Unreleased]

## [1.5.1] - 2021-09-13
### Changed
- Fixes an issue where the last playing track information would not properly persist.
- [#228] Fixes an issue where pressing the up volume button once would decrease the volume.
- Fixes a crash when attempting to send debug logs via the Feedback screen.
- [#232] Fixes an issue that would cut the album title when in the album library tab.
- [#227] Fixes an issue that would fail to properly sync album covers after the first sync.

[#228]: https://github.com/musicbeeremote/android-app/issues/228
[#232]: https://github.com/musicbeeremote/android-app/issues/232
[#227]: https://github.com/musicbeeremote/android-app/issues/227

## [1.5.0] - 2021-04-03
### Added
- [#103], [#113] Adds radio station support.
Expand Down Expand Up @@ -153,7 +165,8 @@ Changelog
- Removes the dialogs that used to appear on each new setup.


[Unreleased]: https://github.com/musicbeeremote/android-app/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/musicbeeremote/android-app/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/musicbeeremote/android-app/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/musicbeeremote/android-app/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/musicbeeremote/android-app/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/musicbeeremote/android-app/compare/v1.2.1...v1.3.0
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<version
version="1.5.1"
release="Sep 13,2021">
<bug>Fixes an issue where the last playing track information would not properly persist.</bug>
<bug>Fixes an issue where pressing the up volume button once would decrease the volume.</bug>
<bug>Fixes a crash when attempting to send debug logs via the Feedback screen.</bug>
<bug>Fixes an issue that would cut the album title when in the album library tab.</bug>
<bug>Fixes an issue that would fail to properly sync album covers after the first sync.</bug>
</version>
<version
version="1.5.0"
release="Apr 13,2021">
Expand Down

0 comments on commit fbe7a4e

Please sign in to comment.