From 3f131ee72f2aa0053dfaff3d9fbdbac60691ef5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 17:49:02 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26b0c51 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2025-11-28) + + +### Features + +* Add country extension for platform default ([eb2aadb](https://github.com/flutter-it/mediadojo/commit/eb2aadb65be60919356e10b67dd235f5ead2596d)) +* Enhance podcast functionality ([eb2aadb](https://github.com/flutter-it/mediadojo/commit/eb2aadb65be60919356e10b67dd235f5ead2596d)) +* enhance podcast management with genre support and UI improvements ([a8e4a3e](https://github.com/flutter-it/mediadojo/commit/a8e4a3e2989fd2ed76ba60136c1b3b1894d00de7)) +* Integrate Yaru window title bar in splash and player views ([eb2aadb](https://github.com/flutter-it/mediadojo/commit/eb2aadb65be60919356e10b67dd235f5ead2596d)) + + +### Bug Fixes + +* Adjust duration formatting ([eb2aadb](https://github.com/flutter-it/mediadojo/commit/eb2aadb65be60919356e10b67dd235f5ead2596d)) +* implement basic podcast player with commands ([3c6cc71](https://github.com/flutter-it/mediadojo/commit/3c6cc71ff2723b8c477166a08858dc3188ac0143)) +* Update podcast episode list display ([eb2aadb](https://github.com/flutter-it/mediadojo/commit/eb2aadb65be60919356e10b67dd235f5ead2596d)) +* update podcast UI components and improve player management ([4193ef7](https://github.com/flutter-it/mediadojo/commit/4193ef7a60340a7612cd94102bc2a836ad2fec8f)) +* use commands for settings, add musicpod locals ([d03bbfc](https://github.com/flutter-it/mediadojo/commit/d03bbfc70126bdfe9d84889ea686e891e7317bf8)) diff --git a/pubspec.yaml b/pubspec.yaml index 26a788c..4f080a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: mediadojo description: "An entertainment app made with Flutter, Flutter-it, and MediaKit." publish_to: "none" -version: 0.1.0 +version: 1.0.0 environment: sdk: ^3.9.2