Skip to content

Commit 3448561

Browse files
chore: release v1.6.0 (#855)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 697999c commit 3448561

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## 1.6.0 (2024-08-16)
4+
5+
## What's Changed
6+
* fix: use audio lists instead of sets for performance by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/825
7+
* fix: remove audio list duplications by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/826
8+
* Add animation effects to the dialog. by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/827
9+
* fix: unify search page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/828
10+
* Fix: Default icons on the local audio list page are not displayed completely by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/829
11+
* fix: fallback for badly tagged local audios icons by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/830
12+
* fix: mitigate hobby archivists huge libs by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/831
13+
* fix: revert animated dialog, limit image search and fix initial genre page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/832
14+
* fix: center empty albums view by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/833
15+
* fix: spinning slivers by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/834
16+
* chore: update to flutter 3.24 by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/835
17+
* fix: init fixes and podcast genre search from page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/837
18+
* chore: migrate home grown settings to shared_preferences by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/838
19+
* fix: add more chinese language specification files by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/840
20+
* update i10n for zh by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/841
21+
* fix: input styling for yaru by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/842
22+
* feat: add reorder and replay buttons for podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/843
23+
* Clean up the flatpak stuff by @TheShadowOfHassen in https://github.com/ubuntu-flutter-community/musicpod/pull/844
24+
* fix: ascending podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/845
25+
* feat: add timer and update button to podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/846
26+
* chore: correct flutter tag for snap, test snap in CI, release 1.5.3 by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/847
27+
* update i10n for zh by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/849
28+
* fix: master tile image rebuilds by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/850
29+
* fix: full height player image rebuild by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/851
30+
* fix: more blur by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/852
31+
* chore: add release action by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/854
32+
33+
34+
**Full Changelog**: https://github.com/ubuntu-flutter-community/musicpod/compare/1.5.2...v1.6.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: musicpod
22
description: Ubuntu music, radio and podcast player.
3-
version: 1.5.3
3+
version: 1.6.0
44

55
publish_to: "none"
66

0 commit comments

Comments
 (0)