Skip to content

Commit

Permalink
audio/spotify-player: update to 0.15.0
Browse files Browse the repository at this point in the history
What's Changed
 - fix typo in config example variable by @hyperpuncher in #209
 - Add Void Linux as install option by @f1nbar in #210
 - Implement timeout mechanism for getting authentication token by
   @aome510 in #212
 - Fix a typo for homebrew install instructions by @toh995 in #216
 - Add tracks_playback_limit config option by @aome510 in #219
 - Use ttl cache instead of lru by @aome510 in #220
 - Create app.toml with default values if it doesn't exist by @cobbinma in #221
 - Tokyonight Theme 🎨 by @cobbinma in #225
 - Improve queue popup by @m-torhan in #226
 - fix: constant module name typo by @nuugen in #227
 - Allow removing a keybind by @Kuba314 in #223
 - move items in a playlist by @cobbinma in #224
 - Improve TTL caching and handling by @aome510 in #230
 - Playlist CLI Editing - New, Delete, Import, Fork, Update by
   @justjokiing in #222
  • Loading branch information
0323pin committed Aug 6, 2023
1 parent 954a728 commit 4032369
Show file tree
Hide file tree
Showing 3 changed files with 503 additions and 499 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.31 2023/06/01 11:53:52 pin Exp $
# $NetBSD: Makefile,v 1.32 2023/08/06 05:21:41 pin Exp $

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

0 comments on commit 4032369

Please sign in to comment.