Skip to content

Commit

Permalink
ausio/spotify-player: update to 0.8.0
Browse files Browse the repository at this point in the history
What's Changed
    -added cross-platform media control in #43, #44 (disabled on pkgsrc)
    -improved device connect logic on startup in #45
    -updated backtrace logic to log all the panics
    -minor UI changes and improvements in #46
    -added enable_media_control and default_device config options.
    (See the general config document).

Breaking changes
    -renamed ReconnectIntegratedClient command to RestartIntegratedClient
    -modified the default shortcuts for SelectNextOrScrollDown,
     SelectPreviousOrScrollUp, and PreviousPage commands
  • Loading branch information
pin committed Jun 2, 2022
1 parent 033fe1b commit 3b5dbe7
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 235 deletions.
4 changes: 2 additions & 2 deletions audio/spotify-player/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2022/05/20 16:32:03 pin Exp $
# $NetBSD: Makefile,v 1.11 2022/06/02 19:56:32 pin Exp $

DISTNAME= spotify-player-0.7.0
DISTNAME= spotify-player-0.8.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 3b5dbe7

Please sign in to comment.