Skip to content

Commit

Permalink
audio/spotify-player: update to 0.14.0
Browse files Browse the repository at this point in the history
v0.14.0 is a big release with new daemon feature and CLI commands.

This release also resolves the application's persistent issue that requires
restarting the application in case of networking errors. The application now
(hopefully) becomes more robust to such errors by automatically re-initializing
the application's states and integrated player after re-gaining access to the
network.

What's Changed
 - Fix broken link in #175
 - Implement spotify-player's CLI commands in #159
 - Update dependencies in #186
 - Add more builds for CD github action in #192
 - Add daemon support in #193
 - Extend CLI functionalities in #194
 - Make the client/application more robust to network errors in #198
 - Fix cargo install examples in README.md in #199
 - Add docs for new features and improve CLI/daemon codes in #200
  • Loading branch information
0323pin committed May 19, 2023
1 parent 5310797 commit d32aea2
Show file tree
Hide file tree
Showing 3 changed files with 467 additions and 436 deletions.
5 changes: 2 additions & 3 deletions audio/spotify-player/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.29 2023/05/06 19:09:05 ryoon Exp $
# $NetBSD: Makefile,v 1.30 2023/05/19 11:15:02 pin Exp $

DISTNAME= spotify-player-0.13.1
PKGREVISION= 1
DISTNAME= spotify-player-0.14.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit d32aea2

Please sign in to comment.