Skip to content

Commit

Permalink
audio/ncspot: Update to 1.0.0
Browse files Browse the repository at this point in the history
Major changes:
    * Add special color for unavailable items
    * Add info command line subcommand to show platform specific information
    * Improve error messages generated by the command line
    * Move UNIX IPC socket from the user's cache path to the user's runtime directory
    * Improve messages relating to errors in the configuration file
    * Fix crash when internal commands can't be handled
    * Documentation for the behavior of the Ctrl+S keybinding
    * Fix multiple instances interfering with each other's MPRIS implementation
    * Fix an unlikely crash when the UNIX IPC socket is removed before ncspot is closed
    * Fix guaranteed crash while quiting ncspot when using MPRIS
    * Fix MPRIS volume not being updated when given numbers smaller than 0 or larger than 1
    * Fix Allow previous track via MPRIS if first track in queue is playing

Full changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.0.0
  • Loading branch information
rosorio committed Dec 19, 2023
1 parent eb36006 commit 1073c99
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 623 deletions.
3 changes: 1 addition & 2 deletions audio/ncspot/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= ncspot
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.4
PORTREVISION= 4
DISTVERSION= 1.0.0
CATEGORIES= audio

MAINTAINER= rodrigo@FreeBSD.org
Expand Down

0 comments on commit 1073c99

Please sign in to comment.