Releases: olegantonyan/mpz
Releases · olegantonyan/mpz
1.1.0
[1.1.0] - 2024-12-18
BREAKING CHANGE
- Track duration is now in milliseconds. It will be converted from seconds to milliseconds upon loading playlists from local config. Previous versions won't be able to work with updated config. To use old version after launching the new one you'll have to remove all playlists, or manually divide duration by 1000 in local config
Fixed
- improve radio streams in Qt6
- unpause after a long pause in Qt6 on Linux/ffmpeg sometimes caused no sound
Misc
- switch to CMake
- update built-in Taglib to 2.0.2 and Yaml cpp to 0.8.0
- fix deprecation warnings
- C++17
1.0.26
[1.0.26] - 2024-12-01
Added
- Output device selector in Qt6
Fixed
- Bug with radio streams in Qt6
1.0.25
[1.0.25] - 2024-08-19
Added
- sequential (no loop) playback order
Fixed
- minor fixes in translations
1.0.24
[1.0.24] - 2024-05-21
Fixed
- start position of track with CUE
- filter playlists with long list view
Misc
- no more crash under Wayland (disabled QHotKey registration)
1.0.23
[1.0.23] - 2023-02-18
Added
- ability to inhibit sleep on Windows
- "Open config directory" main menu option
- workaround for KDE Plasma 5.27 - playlist row height can be set in global config via "playlist_row_height"
1.0.22
[1.0.22] - 2022-11-07
Added
- track info window: context menu for cover art
- Serbian language translation
- scroll playlists view to bottom upon addind new playlist
Misc
- update built-in Taglib to 1.13
1.0.21
[1.0.21] - 2022-08-28
Misc
- new endpoint for feedback form (Heroku no longer free)
1.0.20
[1.0.20] - 2022-05-28
Added
- keyboard shortcut to jump to playing track
Fixed
- reduce stdout spam from sleep lock
Misc
- ability to build against system taglib and yaml-cpp (used by default for AUR packages)
1.0.19
[1.0.19] - 2021-12-08
Fixed
- saving renamed playlist
Added
- support embedded album covers
- show covers in track info dialog
1.0.18
Fixed
- build with older Qt versions fixed
- MPRIS track info updates with the stream metadata