Releases: MusiQt/musiqt
Releases · MusiQt/musiqt
musiqt-1.1.2
- re-enabled and fixed the ffmpeg backend
musiqt-1.1.1
- Fixed build with ffmpeg-5
musiqt-1.1.0
- Avoid usage of deprecated Qt classes
- Allow compiling with Qt6
- hvl: sync with upstream
- Minor fixes
- Minor build system improvements
musiqt-1.0.0
Still some rough edges left but good enough to mark the first major version:
- simplified and more robust audio device handling
- set lastfm nowplaying when enabling setting during playback
musiqt-0.9.3
- GUI: update song count when changing dir while playing
- Add -mwindows flag for non debug builds on MinGW
- Enable MPRIS only on UNIX
musiqt-0.9.2
No changes, just forgot to update version.
Also another try at a Windows build...
musiqt-0.9.1
- ogg: fix memory leak
- lastfm: fix crash when exiting while waiting for network response
- ffmpeg: prevent possible leak on loading error
musiqt-0.9.0
- Added basic Last.fm scrobbling support
- Dropped support for older bs2b
- Ported the ffmpeg backend to new API
- Now requires a compiler with c++17 support
musiqt-0.8.1
- ffmpeg: fix compound-literal warning
- Fix selecting new song from another dir while playing
musiqt-0.8.0
- Refactored code for better separation between player logic and GUI
- Added MPRIS support
- Assorted fixes