Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.3
Browse files Browse the repository at this point in the history
Fixes:
-Fixed not sorting by track number correctly in some cases (#29).
-Fixed showing "View artist" from tracks in artist view, which opened an empty
artist.
-Fixed not saving settings for changelog and playback order properly.
-Fixed some possible issues with media controller in snap (#38).
-Fixed copying an album link to clipboard, copying an invalid link.
-Fixed failing to refresh playlist, showing an empty list.

Changes:
-Added setting to use relative dates (... ago instead of exact date)
(enabled by default).
-Improved Qt 6 support (compile with -DUSE_QT6=ON to link against Qt 6).
-Added a new --reset-credentials parameter to reset Spotify credentials (#39).
-Renamed library items to be make more sense (still in the same order).
-Hovering over a year for an album in artist view now shows the full release
date.
-Removed "single click to play tracks" settings, as it's now automatic depending
on system setting (#40, #41).
-Space can now be used to play/pause while the application has focus.
-Added ability to search for a single item by pasting the URL or ID of the item.
  • Loading branch information
0323pin committed Jan 2, 2021
1 parent 3028d23 commit 30aa4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions audio/spotify-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2020/11/28 21:17:28 pin Exp $
# $NetBSD: Makefile,v 1.6 2021/01/02 14:13:56 pin Exp $

DISTNAME= spotify-qt-3.2
DISTNAME= spotify-qt-3.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions audio/spotify-qt/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2020/11/28 21:17:28 pin Exp $
$NetBSD: distinfo,v 1.5 2021/01/02 14:13:56 pin Exp $

SHA1 (spotify-qt-3.2.tar.gz) = a04e34279e56b4701092bff8e9c7f2ac20105afb
RMD160 (spotify-qt-3.2.tar.gz) = 6acaa1a9d94baa532b5a4b7a5137bc74525fb814
SHA512 (spotify-qt-3.2.tar.gz) = d3b281843ae0bd86c42049c751b8677fecee70d94ebd25ee4e47868fc9c4a2f90ed0fc2aa693d5ce9c141e3aded4abc973e629819f53ea7c559d82011c93b7c4
Size (spotify-qt-3.2.tar.gz) = 323446 bytes
SHA1 (spotify-qt-3.3.tar.gz) = 169eea74fa25897a3c53d73b79f29b43a52b8c3c
RMD160 (spotify-qt-3.3.tar.gz) = 86eb9b21d7e8a5415b0a325b0be6cd679dff60bb
SHA512 (spotify-qt-3.3.tar.gz) = 358889746701855f673692199c47121624e2c73cc1966059df0565ed028acc7649d3274ef78a14a672260cab37829aa4380573f897c915fad267d3f5f37a8ba1
Size (spotify-qt-3.3.tar.gz) = 363436 bytes

0 comments on commit 30aa4f5

Please sign in to comment.