From 82fe4e70e409947dbe5735996fecce02111d2d2a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:33:12 +0000 Subject: [PATCH] chore: release v1.6.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..bb74afae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +## 1.6.0 (2024-08-16) + +## What's Changed +* fix: use audio lists instead of sets for performance by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/825 +* fix: remove audio list duplications by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/826 +* Add animation effects to the dialog. by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/827 +* fix: unify search page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/828 +* 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 +* fix: fallback for badly tagged local audios icons by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/830 +* fix: mitigate hobby archivists huge libs by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/831 +* fix: revert animated dialog, limit image search and fix initial genre page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/832 +* fix: center empty albums view by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/833 +* fix: spinning slivers by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/834 +* chore: update to flutter 3.24 by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/835 +* fix: init fixes and podcast genre search from page by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/837 +* chore: migrate home grown settings to shared_preferences by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/838 +* fix: add more chinese language specification files by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/840 +* update i10n for zh by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/841 +* fix: input styling for yaru by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/842 +* feat: add reorder and replay buttons for podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/843 +* Clean up the flatpak stuff by @TheShadowOfHassen in https://github.com/ubuntu-flutter-community/musicpod/pull/844 +* fix: ascending podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/845 +* feat: add timer and update button to podcasts by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/846 +* 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 +* update i10n for zh by @dongfengweixiao in https://github.com/ubuntu-flutter-community/musicpod/pull/849 +* fix: master tile image rebuilds by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/850 +* fix: full height player image rebuild by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/851 +* fix: more blur by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/852 +* chore: add release action by @Feichtmeier in https://github.com/ubuntu-flutter-community/musicpod/pull/854 + + +**Full Changelog**: https://github.com/ubuntu-flutter-community/musicpod/compare/1.5.2...v1.6.0 diff --git a/pubspec.yaml b/pubspec.yaml index 0da574f68..e073dabb3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 1.5.3 +version: 1.6.0 publish_to: "none"