Skip to content

Strawberry 1.0.19

Compare
Choose a tag to compare
@jonaski jonaski released this 24 Sep 21:22
· 295 commits to master since this release

Bugfixes:

  • Use shared pointers for objects to fix potential crashes on exit (#1239).
  • Fixed smart playlist search not matching unrated songs (#1244).
  • Fixed reading FMPS_Playcount for MP3 ID3v2 tags (#1248).
  • Always stop playing after 100 errors to prevent flooding the error dialog (#1220).
  • Fixed volume going to 100% when decreasing volume beyond zero (#1262).
  • Fixed error dialog sometimes showing empty.
  • (Windows) Removed broken volume sync (#1220).
  • (Windows) Fixed shuttering / choppy audio (#1227).
  • (macOS) Fixed missing search bars (#1221).

Enhancements:

  • Add Mpris2 property to read/write rating (#1246).
  • Capitalize playlist column names (#1264).
  • Added lyrics from songlyrics.com, azlyrics.com, elyrics.net and lyricsmode.com.
  • (Windows) Add gst-play-1.0.exe for debugging purposes.

New features

  • Support performing song loudness analysis using libebur128 (#1216).
  • Support song playback loudness normalization, as per EBU R 128 (#1216).

Other:

  • Removed last.fm HTTPS workaround and GnuTLS dependency
  • Removed broken lyrics.com lyrics provider.
  • (Windows) Use DirectSound as default sink.
  • (Windows) Remove WASPI2 plugin because of GStreamer bug.