From f9059504bedec81a7cf27807cd6f5d51def7588c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:14:32 +0000 Subject: [PATCH] chore(main): release 2.15.0 --- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc21752b..d6992618f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.15.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.14.0...v2.15.0) (2025-12-02) + + +### Features + +* disable player auto resize / auto-move ([#1394](https://github.com/ubuntu-flutter-community/musicpod/issues/1394)) ([1736a27](https://github.com/ubuntu-flutter-community/musicpod/commit/1736a270669d1f529f6365649997d49870d3f565)), closes [#1386](https://github.com/ubuntu-flutter-community/musicpod/issues/1386) +* **FetchLyricsOnline:** refactor lyrics and offline lyrics service, add optional online (based on genius) service and widgets ([#1403](https://github.com/ubuntu-flutter-community/musicpod/issues/1403)) ([e2c4090](https://github.com/ubuntu-flutter-community/musicpod/commit/e2c409077b8a25a591b94d354928c18736865874)) +* Translations update from Hosted Weblate ([#1402](https://github.com/ubuntu-flutter-community/musicpod/issues/1402)) ([041fa5e](https://github.com/ubuntu-flutter-community/musicpod/commit/041fa5ede376193e31f2ff951b8a537235d75045)) + + +### Bug Fixes + +* **deps:** update dependency flutter_it to v2.0.1 ([#1397](https://github.com/ubuntu-flutter-community/musicpod/issues/1397)) ([d6d2428](https://github.com/ubuntu-flutter-community/musicpod/commit/d6d2428d488b7fd169d758648c49eeeec0805c50)) +* linux player color option ([#1379](https://github.com/ubuntu-flutter-community/musicpod/issues/1379)) ([e27dd59](https://github.com/ubuntu-flutter-community/musicpod/commit/e27dd59c42b3386dc5a6bd6dfb07d3c0597d08c3)) +* mark as played doesn't mark when podcast is partially played ([#1391](https://github.com/ubuntu-flutter-community/musicpod/issues/1391)) ([0b11515](https://github.com/ubuntu-flutter-community/musicpod/commit/0b11515fde1dd8dd914b20de8bd7a3beeb1248f6)), closes [#1388](https://github.com/ubuntu-flutter-community/musicpod/issues/1388) +* migrate old podcasts to new podcasts ([#1384](https://github.com/ubuntu-flutter-community/musicpod/issues/1384)) ([a158692](https://github.com/ubuntu-flutter-community/musicpod/commit/a1586929fb046765c372d6537b73890a07ddb69a)) +* Showing no connection page when wwan is connection is active ([#1393](https://github.com/ubuntu-flutter-community/musicpod/issues/1393)) ([e314f2d](https://github.com/ubuntu-flutter-community/musicpod/commit/e314f2dd7610e779be45c7cd689c322a38448f6d)), closes [#1390](https://github.com/ubuntu-flutter-community/musicpod/issues/1390) +* Spelling of "lyrics" ([#1401](https://github.com/ubuntu-flutter-community/musicpod/issues/1401)) ([6df4d14](https://github.com/ubuntu-flutter-community/musicpod/commit/6df4d14a0d41503b3470985ceb04f42e20d8245d)) + ## [2.14.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.13.0...v2.14.0) (2025-10-29) diff --git a/pubspec.yaml b/pubspec.yaml index 2da806739..d9d291d89 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: musicpod description: Ubuntu music, radio and podcast player. -version: 2.14.0+1340 +version: 2.15.0+1341 publish_to: "none"