Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.8
Browse files Browse the repository at this point in the history
Fixes:
-Fixed empty context menu when right-clicking empty spaces (#122).
-Fixed not updating playlist when deleting a track (#128).
-Fixed incorrect track order after deleting a track in a playlist (#130).
-Fixed paging not working with some lists (#145).
-Fixed not removing extra spacing when using system title bar.
-Fixed issues with followed playlists by other users not updating properly.
-Fixed issue when attempting to search for nothing.
-Fixed issues resuming playback when last used device was no longer available.

Changes:
-Added an option to show desktop notification on track change (#99).
-Added support for repeating a single track (#108).
-Added support for podcasts (#110).
-New and improved volume slider (#112).
-Already opened artists are now re-used (#113).
-Added support for mirrored title bar buttons (#120).
-Added support for creating new playlists (#139).
-Added support for following, and unfollowing, playlists.
-New status messages, replacing the status bar and desktop notifications.
-Added a custom font for the custom dark theme.
-Now continues playing tracks from search results.
-Now shows more artists links, for example social media links.
-Removed broken "PulseAudio volume control" setting.
-Tracks in albums now show an added date for when the album released.
-New categories in settings for logs and for troubleshooting.
  • Loading branch information
0323pin committed Jan 17, 2022
1 parent 9ca8e22 commit 404eeae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions audio/spotify-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.12 2021/12/08 16:03:20 adam Exp $
# $NetBSD: Makefile,v 1.13 2022/01/17 12:30:08 pin Exp $

DISTNAME= spotify-qt-3.7
PKGREVISION= 1
DISTNAME= spotify-qt-3.8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions audio/spotify-qt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2021/10/26 09:59:31 nia Exp $
$NetBSD: distinfo,v 1.12 2022/01/17 12:30:08 pin Exp $

BLAKE2s (spotify-qt-3.7.tar.gz) = 91acf80aeece2682718c08169b2ecc6de23b7187b3e73d276b2173072411d8be
SHA512 (spotify-qt-3.7.tar.gz) = c856ae21cbff4acff51909556605c033861a583162516d3d9e97474608861f870a09723f31a99b99ccb32d263333f0da323e4a5353b54b1d4121eccfe62907fa
Size (spotify-qt-3.7.tar.gz) = 811287 bytes
BLAKE2s (spotify-qt-3.8.tar.gz) = 700af5de02e81d3e2d235a9f9ccfc74ce08b7a39a6c161b7425b78c9a9a00a87
SHA512 (spotify-qt-3.8.tar.gz) = 0c93ad31326d8e13315e9f2baf7342ea9161cd6609de839dae2edf2d1fdf8151d990ff1ec1a0fab9e3e9f8d7bdf1d92d7cb49a6516f8d7c73690c73fecee9a67
Size (spotify-qt-3.8.tar.gz) = 1128273 bytes

0 comments on commit 404eeae

Please sign in to comment.