Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down