Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.5.0 #1021

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.5.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.4.0...v2.5.0) (2024-11-16)


### Features

* add elapsed in bottom player time if activated in the settings ([#1025](https://github.com/ubuntu-flutter-community/musicpod/issues/1025)) ([5a6a38c](https://github.com/ubuntu-flutter-community/musicpod/commit/5a6a38ca7bd2f3cad5dfbda0a91fdc62082b453b)), closes [#753](https://github.com/ubuntu-flutter-community/musicpod/issues/753)
* add support for "Album Artist" ([#1024](https://github.com/ubuntu-flutter-community/musicpod/issues/1024)) ([284fd66](https://github.com/ubuntu-flutter-community/musicpod/commit/284fd66ffd5be1ac673f76f70a57e556ff4258da)), closes [#339](https://github.com/ubuntu-flutter-community/musicpod/issues/339)


### Bug Fixes

* band-aid fix to disallow linux video fullscreen ([#1023](https://github.com/ubuntu-flutter-community/musicpod/issues/1023)) ([8dbaa98](https://github.com/ubuntu-flutter-community/musicpod/commit/8dbaa98db2a345ee8a620b76a6af2544723d5cbf)), closes [#1022](https://github.com/ubuntu-flutter-community/musicpod/issues/1022)
* windows new smtc plugin ([#1020](https://github.com/ubuntu-flutter-community/musicpod/issues/1020)) ([6d78c2b](https://github.com/ubuntu-flutter-community/musicpod/commit/6d78c2be575024404bd095dee5579987373ca19d))

## [2.4.0](https://github.com/ubuntu-flutter-community/musicpod/compare/v2.3.0...v2.4.0) (2024-11-16)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 2.4.0
version: 2.5.0

publish_to: "none"

Expand Down