Skip to content

Releases: strawberrymusicplayer/strawberry

Strawberry 1.2.6

17 Jan 09:29
Compare
Choose a tag to compare

Bugfixes

  • Fixed dragging songs from playlist to queue.

Full Changelog: 1.2.5...1.2.6

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-6-120189186).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.5

17 Jan 00:42
Compare
Choose a tag to compare

Bugfixes

  • Fixed crash when saving playcount or rating to file (#1633).
  • Fixed QFile::open failing in unit tests.
  • Fixed playlist sequence settings saved to wrong configuration file (#1649).

Enhancements

  • Fixed use of deprecated GIO functions with GLib 2.84 and newer.
  • (macOS) Added back Sparkle updater to check for new releases.

Full Changelog: 1.2.4...1.2.5

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-5-120167531).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.4

10 Jan 01:28
Compare
Choose a tag to compare

Bugfixes:

  • Fixed Spotify songs not being available for scrobbling.
  • Fixed leading "A" and "The" articles being skipped for album sort text.
  • Fixed thread safety issue when validating playlist songs on startup.
  • Fixed filter search not ignoring space after colon when using column based search.
  • Fixed KGlobalAccel to use capitalized application name.
  • Fixed slash not properly handled when saving a playlist (#1624).
  • (Unix) Fixed collection scanner so it ignores special filesystem paths (/sys, /proc, /run, etc) (#1615).
  • (Windows) Fixed smart playlist wizard not respecting dark mode with Windows 11 style (#1639).

Enhancements:

  • Use XSPF "title" as playlist name when loading and saving playlists (#1624).
  • Added support for using album ID when receving album covers for Subsonic songs (#1636).
  • Added option for preserving directory structure when trascoding songs (#1637).
  • (Windows) Always run MSVC runtime installer to possible fix issues when there is an older runtime installed.

Contributors

Full Changelog: 1.2.3...1.2.4

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-4-119687152).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.3

08 Dec 15:22
Compare
Choose a tag to compare
  • Fixed libcdio NULL related compilation error on FreeBSD (#1610).
  • Fixed missing seek when starting playback of a CUE song (#1568).
  • Fixed "QDBusObjectPath: invalid path" error.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-3-117562480).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.2

23 Nov 16:26
Compare
Choose a tag to compare
  • Fixed crash when creating a new smart playlist (#1609).
  • Fixed last playlist column being added when dragging a song and switching playlists.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-2-116580727).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.1

21 Nov 15:06
Compare
Choose a tag to compare

This release features major restructuring of the codebase, moving source files, rewriting CMake build files, dropping Qt 5 support and external tagreader. It's also dropping some unmaintained parts such as VLC.

Bugfixes:

  • Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
  • Fixed updating collection song sort text when disc is changed.
  • Fixed current playing file left open when the next track errored (#1582).
  • Fixed filter search not finding song containing uppercase "A" (#1599).
  • Fixed crash when removing album from playlist when using shuffle albums (#1588).
  • Fixed IDv3 MBID's tags with multiple entries being ignored.
  • Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
  • Fixed passing filenames to strawberry on command line not resolving to absolute paths.
  • (macOS) Fixed program not starting for users with long usernames.
  • (macOS) Fixed crash when pressing caps lock (#1606).
  • (macOS) Remove "song progress on taskbar" option in behaviour settings.

Enhancements:

  • Resolve symbolic links when dragging files to the playlist to match collection song.
  • Replaced Spotify username/password with access token.
  • Require Qt 6.4 or higher and drop support for Qt 5.
  • Require TagLib 1.12 or higher.
  • Use Qt stringliterals.
  • Move gstfastspectrum to src.
  • Use standard user temp location for current album cover.
  • Removed old MacFSListener.
  • Removed external tagreader and protobuf dependency.
  • Removed VLC support.
  • Ported to Qt translation (.ts) files and removed gettext dependency.
  • Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-1-116452131).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.2.1-rc1

16 Nov 05:10
Compare
Choose a tag to compare
Strawberry 1.2.1-rc1 Pre-release
Pre-release

This release features major restructuring of the codebase, moving source files,
rewriting CMake build files, dropping Qt 5 support, external tagreader,
and dropping some unmaintained parts such as VLC.

Bugfixes:

  • Fixed playback of CUE continuing to play from the same file after the song has finished playing (#1568).
  • Fixed updating collection song sort text when disc is changed.
  • Fixed current playing file left open when the next track errored (#1582).
  • Fixed filter search not finding song containing uppercase "A" (#1599).
  • Fixed crash when removing album from playlist when using shuffle albums (#1588).
  • Fixed IDv3 MBID's tags with multiple entries being ignored.
  • Fixed crash when enabling Tidal, Spotify, Qobuz or Subsonic services.
  • Fixed passing filenames to strawberry on command line not resolving to absolute paths.
  • (macOS) Fixed program not starting for users with long usernames.

Enhancements:

  • Resolve symbolic links when dragging files to the playlist to match collection song.
  • Replaced Spotify username/password with access token.
  • Require Qt 6.4 or higher and drop support for Qt 5.
  • Require TagLib 1.12 or higher.
  • Use Qt stringliterals.
  • Move gstfastspectrum to src.
  • Use standard user temp location for current album cover.
  • Removed old MacFSListener.
  • Removed external tagreader and protobuf dependency.
  • Removed VLC support.
  • Ported to Qt translation (.ts) files and removed gettext dependency.
  • Removed deprecated Gnome/Mate SettingsDaemon global shortcuts.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-2-1-116105907).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.1.3

21 Sep 20:14
Compare
Choose a tag to compare
  • Fixed gstreamer registry lookup leak in Spotify settings.
  • Fixed all songs in a CUE sheet starting playback at the zero position (#1549).
  • Fixed playback going to pause and back to play on song change.
  • Fixed Genius Lyrics login not working (#1554).
  • Fixed slow collection filter search.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/112512154).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.1.2

12 Sep 17:51
Compare
Choose a tag to compare

Bugfixes:

  • Fixed Tidal Open API cover provider to only login when needed instead of on startup.
  • Fixed KDE added keyboard accelerator characters (ampersands) appearing in sidebar (#1400, #1389, #1476).
  • Fixed KDE added keyboard accelerator characters (ampersands) appearing when editing playlist name (#1499).
  • Fixed collection "Search for this" adding prefix without value (#1510).
  • Fixed play (-p) command line option not working on startup (#1465).
  • Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469)
  • Fixed Spotify bitrate being limited 128kbit/s.
  • Fixed Spotify returning too many artists and albums.
  • Fixed manually switching Spotify songs blocking UI.
  • Fixed analyzer not being set.
  • Fixed context top text being updated causing selected text to be unselected.
  • Fixed filter search to use filename for songs with empty title.
  • Fixed missing developer in Appstream appdata file.
  • Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516)
  • Fixed WavPack .wvc accepted as valid audio files (#1525).
  • Fixed dynamic playlist controls not following system colors (#1483).
  • Fixed freeze on playlist right click (#1478).
  • Fixed copying songs to a iPod device keeping too many files open (#1527).
  • Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531).
  • Fixed playlist sorting after filename (#1538).

Enhancements:

  • Improved volume adjustment and track seeking using touchpad (#1498).
  • Use own thread for lyrics parsing.
  • Added url and filename columns to collection and playlist filter search.
  • (macOS) Added Spotify.

Contributors

Full Changelog: 1.1.1...1.1.2

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-1-2-111944142).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.

Strawberry 1.1.2-rc1

06 Sep 21:09
Compare
Choose a tag to compare
Strawberry 1.1.2-rc1 Pre-release
Pre-release

Bugfixes:

  • Fixed Tidal Open API cover provider to only login when needed instead of on startup.
  • Fixed KDE added keyboard accelerator characters (ampersands) appearing in sidebar (#1400, #1389, #1476).
  • Fixed KDE added keyboard accelerator characters (ampersands) appearing when editing playlist name (#1499).
  • Fixed collection "Search for this" adding prefix without value (#1510).
  • Fixed play (-p) command line option not working on startup (#1465).
  • Fixed scan transaction being started when "Update the collection when Strawberry starts" option is unchecked (#1469)
  • Fixed Spotify bitrate being limited 128kbit/s.
  • Fixed Spotify returning too many artists and albums.
  • Fixed manually switching Spotify songs blocking UI.
  • Fixed analyzer not being set.
  • Fixed context top text being updated causing marked text to be unmarked.
  • Fixed filter search to use filename for songs with empty title.
  • Fixed missing developer in Appstream appdata file.
  • Fixed MPRIS2 DesktopEntry to return desktop file entry without ".desktop" (#1516)
  • Fixed WavPack .wvc accepted as valid audio files (#1525).
  • Fixed dynamic playlist controls not following system colors (#1483).
  • Fixed freeze on playlist right click (#1478).
  • Fixed copying songs to a iPod device keeping too many files open (#1527).
  • Fixed MBIDs from MP4 being parsed incorrectly causing ListenBrainz errors (#1531).
  • (macOS) Fixed missing Spotify.

Enhancements:

  • Improved volume adjustment and track seeking using touchpad (#1498).
  • Use own thread for lyrics parsing.
  • Added url and filename columns to collection and playlist filter search.

macOS and Windows release is available on Patreon (https://www.patreon.com/posts/strawberry-1-1-2-111604341).
If you are sponsoring through GitHub, Ko-fi or PayPal, please e-mail support AT strawberrymusicplayer.org for access to downloads.