Skip to content

Releases: MusiQt/musiqt

musiqt-1.1.2

21 Feb 19:05
7924ea3
Compare
Choose a tag to compare
  • re-enabled and fixed the ffmpeg backend

musiqt-1.1.1

20 Feb 08:41
7adcc1b
Compare
Choose a tag to compare
  • Fixed build with ffmpeg-5

musiqt-1.1.0

04 Feb 14:23
Compare
Choose a tag to compare
  • Avoid usage of deprecated Qt classes
  • Allow compiling with Qt6
  • hvl: sync with upstream
  • Minor fixes
  • Minor build system improvements

musiqt-1.0.0

10 Aug 16:49
06eb6a6
Compare
Choose a tag to compare

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

18 May 11:52
Compare
Choose a tag to compare
  • 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

16 May 18:56
Compare
Choose a tag to compare

No changes, just forgot to update version.
Also another try at a Windows build...

musiqt-0.9.1

13 May 19:10
Compare
Choose a tag to compare
  • 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

11 May 11:49
Compare
Choose a tag to compare
  • 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

03 May 11:28
Compare
Choose a tag to compare
  • ffmpeg: fix compound-literal warning
  • Fix selecting new song from another dir while playing

musiqt-0.8.0

26 Apr 09:17
Compare
Choose a tag to compare
  • Refactored code for better separation between player logic and GUI
  • Added MPRIS support
  • Assorted fixes