Bug 259350 - audio/strawberry: Update to 1.0.0
Summary: audio/strawberry: Update to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-22 00:08 UTC by Daniel Menelkir
Modified: 2021-11-26 10:31 UTC (History)
1 user (show)

See Also:


Attachments
v1 (962 bytes, patch)
2021-10-22 00:08 UTC, Daniel Menelkir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Menelkir 2021-10-22 00:08:41 UTC
Created attachment 228934 [details]
v1

Bugfixes:
    Fix updating temporary metadata when reloading songs outside of the collection.
    Don't strip off "Live" from song title when sending scrobbles.
    Fix incorrect use of QFutureWatcher.
    Fix compile of Utilities::Hmac with Qt 6.2.
    Fix a memory leak when using right click context menu in internet search.
    Fix a gstreamer bus leak when adding streams and remote playlists.
    Fix "Source ID x was not found when attempting to remove it" error.
    Escape ampersands in playlist tabs.
    Fix analyzer with S24_32LE audio format.
    (macOS) Fix incorrect playlist alternating row colors with dark theme.
    (Windows) Fix adding songs with Japanese characters from the files tab.

Enhancements:
    Add replaygain fallback gain setting.
    Add option to turn off playlist alternating row colors.
    Make the default tabbbar background color lighter.
    Remove use of deprecated WinExtras Qt module.
    Add CMake test for Qt sqlite support.
    Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is not specified.
    Correct playlist tabbar favorite tooltip from "click" to "double-click".
    Remove scroll over icon to change track option since it does not work reliable.
    Improve resume playback on startup.
    Re-request stream URL for Tidal and QObuz when resuming playback after pausing for more than 30 seconds.
    Add Finnish, Ukrainian, Dutch, Japanese, Chinese, Catalan and Portuguese (Brazil).
    Add support for TagParser (https://github.com/Martchus/tagparser) as an alternative to TagLib.
    Add Subsonic option to turn off HTTP/2.
    Fix minor Clang-Tidy and Clazy warnings.
    Use higher resolution images from last.fm API.
    Add MD5 token authentication for Subsonic.
    Use 500 albums per request when receiving albums from Subsonic.
    Use QX11Application with Qt >= 6.2 for X11 global shortcuts.
    Allow fading when a ALSA PCM device is selected.
    Store Tidal MPEG-DASH file in data uri.
    Use XSPF image elements as manually set artwork.
    Make error dialog larger.
    Show error dialog for failed SQL queries.
    Show error dialog when failing to read or write album covers.
    Add module music formats (mod, s3m, xm, it) to detected filetypes.
    Disable gapless playback for module music formats to workaround gstreamer bug.
    Update directory ID and song path immediately when organizing collection songs.
    Add right click option to star a playlist in playlist tabs.
    Use seconds instead of minutes for scrobble submit delay.
    (macOS) Build with libgpod.
    (Windows) Fix compile with MSVC.

New features:
    Add ALSA PCM devices.
    Add song fingerprinting and tracking.
    Add support for native global shortcuts on MATE.
    Add radios view with channels from Radio Paradise and SomaFM.
Comment 1 Daniel Menelkir 2021-11-26 03:35:36 UTC
Friendly ping.