Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@olegantonyan olegantonyan released this 18 Dec 07:56
· 15 commits to master since this release
f6b2a32

[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