Skip to content

Commit

Permalink
audio/ncspot: update to 0.12.0
Browse files Browse the repository at this point in the history
Maintenance
 - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332)
 - Fix: Print "Connecting to Spotify" before setting up Cursive backend by
   @pghvlaans (#969)
 - Link to Flatpak image by @thorpelawrence (#997)
 - Make entry point synchronous and switch to global runtime instead by
   @ThomasFrans (#996)
 - Document queue module by @ThomasFrans (#1009)

Features
 - Add "save/unsave album" to context menu (#964)
 - Automatically save backtraces to cache folder by @ThomasFrans (#988)
 - Create IPC socket on UNIX platforms for remote control and external track
   display (#1018)
  • Loading branch information
0323pin committed Dec 29, 2022
1 parent 717ad72 commit 74b0454
Show file tree
Hide file tree
Showing 3 changed files with 463 additions and 403 deletions.
4 changes: 2 additions & 2 deletions audio/ncspot/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2022/10/16 07:27:22 pin Exp $
# $NetBSD: Makefile,v 1.48 2022/12/29 08:03:23 pin Exp $

DISTNAME= ncspot-0.11.2
DISTNAME= ncspot-0.12.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=hrkfdn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 74b0454

Please sign in to comment.