Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.4
Browse files Browse the repository at this point in the history
Fixes:
-Fixed not being able to select track title as default sort column.
-Fixed sorting tracks by track number in descending order by default.
-Fixed a crash when trying to open a track context menu when no track was found.
-Fixed the setting to always start Spotify client being ignored in some cases.

Changes:
-Artist view is now loaded asynchronously to improve performance.
-Access token is now only refreshed on start when needed, making app restarts
faster.
-Settings have been rewritten to improve performance and compatibility.
-When using automatic track list header resizing, there's now a maximum width
for columns.
-When opening an album from a track, that track is now highlighted.
-High DPI support (#51).
-Qt style can now be manually selected.
-Added an option to disable discovery when using librespot (#54).
-Redesigned dark theme that more closely resembles the Spotify theme (#47).
  • Loading branch information
0323pin committed Feb 7, 2021
1 parent 4529050 commit f9b4234
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.6 2021/01/02 14:13:56 pin Exp $
# $NetBSD: Makefile,v 1.7 2021/02/07 19:40:22 pin Exp $

DISTNAME= spotify-qt-3.3
DISTNAME= spotify-qt-3.4
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.5 2021/01/02 14:13:56 pin Exp $
$NetBSD: distinfo,v 1.6 2021/02/07 19:40:22 pin Exp $

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
SHA1 (spotify-qt-3.4.tar.gz) = 69f2751a8c9baca6de2edd5f4f095fbf5e35a152
RMD160 (spotify-qt-3.4.tar.gz) = 84f60bdc0ee5661679e7ff7d4ae763d355c72d28
SHA512 (spotify-qt-3.4.tar.gz) = a1e24a0e16ac4ec43efccdbcd46910c3c3a7232dcf05e796082ce6697922e500f5e257481b86f450a17335450171419ec5072ae97302ca4e6cde724ef06e1ea5
Size (spotify-qt-3.4.tar.gz) = 610255 bytes

0 comments on commit f9b4234

Please sign in to comment.