release v1.2.0
This commit is contained in:
parent
5a64e50423
commit
b15ec33ab4
5 changed files with 17 additions and 2 deletions
|
@ -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)
|
||||
|
|
5
metadata/en-US/changelogs/71.txt
Normal file
5
metadata/en-US/changelogs/71.txt
Normal 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
|
5
metadata/en-US/changelogs/72.txt
Normal file
5
metadata/en-US/changelogs/72.txt
Normal 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
|
5
metadata/en-US/changelogs/73.txt
Normal file
5
metadata/en-US/changelogs/73.txt
Normal 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
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue