release v1.2.0

This commit is contained in:
Moritz Weber 2023-03-11 21:30:24 +01:00
parent 5a64e50423
commit b15ec33ab4
5 changed files with 17 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## Unreleased Changes
## 1.2.0
- Upgrade to Flutter 3.7 & dependency updates
- Fix album cover bug on currently playing page (#57)

View file

@ -0,0 +1,5 @@
- Add option for counting songs as played (#38)
- Fix album cover bug on currently playing page (#57)
- Implement natural sorting for album songs (#59)
- Fix bug with smart lists in history entries
- Added logging to files

View file

@ -0,0 +1,5 @@
- Add option for counting songs as played (#38)
- Fix album cover bug on currently playing page (#57)
- Implement natural sorting for album songs (#59)
- Fix bug with smart lists in history entries
- Added logging to files

View file

@ -0,0 +1,5 @@
- Add option for counting songs as played (#38)
- Fix album cover bug on currently playing page (#57)
- Implement natural sorting for album songs (#59)
- Fix bug with smart lists in history entries
- Added logging to files

View file

@ -2,7 +2,7 @@ name: mucke
description: music player
publish_to: none
version: 1.1.0+6
version: 1.2.0+7
environment:
sdk: ">=2.17.0 <3.0.0"