2022-04-25 17:19:48 by Tobias Nygren | Files touched by this commit (3) |
Log message:
strawberry: avoid ambiguous math functions
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-04-10 17:25:22 by Nia Alarie | Files touched by this commit (2) | |
Log message:
strawberry: update to 1.0.4
Version 1.0.4 (2022.04.10)
Bugfixes:
* Fixed use-after-free memory in ALSA PCM device finder.
* Translate global shortcuts.
Enhancements
* Added save all playlists action.
Other:
* Removed use of custom font in context.
|
2022-04-03 20:50:21 by Adam Ciarcinski | Files touched by this commit (51) |
Log message:
revbump for devel/protobuf
|
2022-03-28 12:43:41 by Tobias Nygren | Files touched by this commit (125) |
Log message:
a*/*: revbump(1) for libsndfile
|
2022-03-06 09:31:31 by Nia Alarie | Files touched by this commit (2) | |
Log message:
strawberry: update to 1.0.2
Strawberry 1.0.2
Bugfixes:
* Fixed showing menu when clicking icon for collection and internet
search tool buttons
* Fixed ignoring devices with system mounts as defined by GIO.
* Fixed updating database when deleting songs from filesystem devices.
* Fixed unregistered metatype when listing songs from MTP devices with
Qt 6.
* Fixed using entered password when testing Subsonic settings before
pressing save.
* Fixed downloading Subsonic album covers.
* Fixed subsonic album covers downloaded several times for each album
when MD5 authentication was enabled.
* Fixed volume going to 100% when pressing volume down with MRPIS2 and
global shortcuts.
* Fixed incorrect rounding when setting volume through MPRIS2.
* Fixed delete from disk not showing up in the menu when one or more CUE
songs were selected.
* Fixed possible crashes when switching songs when fading is enabled.
* Fixed X11 global shortcuts not working unless window was in focus with
Qt 6.2 and higher.
* Fixed scrobbler re-sending scrobbles to fast on error.
Enhancements
* Log Qt version on startup.
* Added button for deleting existing Subsonic songs.
* Make collection watcher ignore files with "qt_temp" filename and tmp
extension.
* Require Qt 5.9 or higher.
* Added scrollbars to edit tag dialog.
* Added advanced settings for configuring collection watcher.
* Disable open audio CD menu when compiled without audio CD support.
* Replaced use of deprecated QMouseEvent constructor as of Qt 6.4.
* Replaced use of deprecated QCryptographicHash::addData overload as of
Qt 6.4.
Removed features:
* Removed broken "nomedia" / "nomusic" file handling.
|
2022-01-30 14:57:49 by Nia Alarie | Files touched by this commit (2) | |
Log message:
strawberry: update to 1.0.1
Strawberry 1.0.1
Bugfixes:
* Fixed collection and internet search filter tool button menu arrow
overlap
* Fixed stop after this track button with Qt 6
* Fixed not updating the URL when songs were moved on disk when the
fingerprinting feature is enabled.
* Fixed SQL query error for songs with an invalid modification time
* Fixed blocky rendering of the currently playing track with high
resolution screens
* Fixed incorrect playlist column filesize for radio streams.
* Fixed deleting embedded album cover from Ogg songs.
* Fixed parsing of Cue tracks with 1-digit minutes
* Fixed updating of playlist summary after reloading items when adding
songs from files outside of the collection
* Fixed always saving metadata when saving playlists for Tidal, Qobuz
and Subsonic songs independent of playlist setting
* Fixed setting media shortcuts when using kglobalaccel
* Fixed parsing of Genius lyrics when they are sometimes received in a
different HTML format.
* Fixed saving MP4 specific tags as UTF-8
* Fixed clearing "manually set" cover when saving album covers \
embedded
from outside of the tag editor
* Fixed aborting collection scan when Strawberry exists to avoid hang on
exit.
* Fixed resuming collection scan when adding a new directory after
collection scan was aborted.
* Fixed excluding hidden songs from the collection.
* Disabled moodbar for CUE songs since they can not be supported
properly
Enhancements:
* Made playlist header column text elided
* Added support for reading and writing playcounts and ratings from/to
tags.
* Added support for setting rating using the edit tag dialog.
* Added setting to enable/disable playlist toolbar
* Added component type, content_rating type and releases to AppStream
data file
* Removed unused "mark as listened" option in organize dialog.
* Fixed some clazy warnings and narrowing conversions in the source
code.
* Replaced uses of macros in the source code.
* Added a more user-friendly error message when receiving encrypted
streams from Tidal
* Added support for port-pattern entered in the device textbox when
using Jack as output
* Added Spanish (Spain) translation.
* Added support for more CUE filenames
|
2022-01-10 02:46:47 by Ryo ONODERA | Files touched by this commit (273) |
Log message:
*: Recursive revbump from boost 1.78.0
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-11-28 11:17:43 by Nia Alarie | Files touched by this commit (2) |
Log message:
strawberry: Update to 1.0.0
Strawberry 1.0.0
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.
|