Unbreaks after change in Spotify's authorization flow.
https://github.com/hrkfdn/ncspot/releases/tag/v1.3.3
Tweaks: drop wantlib on curses (we don't build the ncurses_backend feature)
and drop dep on dbus since this has been using zbus for a while.
changelog:
Maintenance
* Cleanup: Remove PlayTrackMenu (#945)
* Fix: Crash on liked artist but no liked music (#953)
Features
* Improve context menus to make the UX/UI more consistent (#923)
* Exit gracefully/save state on SIGTERM and SIGHUP (#948)
looks good to MAINTAINER
with feedback from and ok semarie
the rust std library has been changed to not try to reallocate
a guard page on the stack.
as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
# Maintenance
* Fix back button mouse left click (#916)
* Fix librespot audio cache path (#919)
* Fix: set track position only for clicks, not hold (#920)
* Fix: Use buffered backend to prevent flickering with Termion (#934)
* Fix: remove broken album cache staleness detection
* Fix: Re-request album tracks if it has >50 tracks (#926)
* Fixed pagination bug that caused items not to load when scrolling with mouse (#939)
* Fix pagination in "Browse" screen (#939)
# Features
* Mouse wheel: scroll up/down without changing focus (#918)
diff from MAINTAINER
The ring-v0.16.20 crate (latest) only builds on a handful of archs.
Work seems to be ongoing upstream to add support for more architectures.
ok semarie@
Changes:
Maintenance
- Fix theming in context menus (#431)
- Fix ListView scrollbar behavior (#839)
- Switch to Termion backend by default for true color support (#894)
- Fix references to pancurses backend in READMEN (#897)
- Changes to README capitalized in playlists (#900)
- Fixed clipboard not working on GNOME Wayland.by (#912)
- Fix: don't crash on empty command line input
- Other refactoring and cleanups
Features
- Add category browsing to library (#187)
- Add customization of notification message texts (#893)
- Improved mouse support (#840)
- Left click on list item traverses into album/playlist/etc.
- Right click on list item opens context menu
- Click on top left back button is handled
- Handle clicks/mouse wheel events in tab view
Maintenance release with one bugfix solving playback issues
(ChannelError) that some users experienced. Changes:
https://github.com/hrkfdn/ncspot/releases/tag/v0.10.1
From Henrik Friedrichsen <henrik AT diff DOT cc> (maintainer).
- Sort library after saving an album (#428)
- Add scoop instruction for installation (#602)
- Update librespot to 0.3.0, see also release notes
Features
- Add command to show recommendations (#593)
- Enable binding multiple commands to a key (#598)
- Add "Share album" contextmenu entry (#606)
- Add redraw command and bind to CTRL+L (#609)
- Add initial_screen config variable (#616)
- Add userRating entity to MPRIS metadata,
with 0 and 1 corresponding to unliked/liked in Spotify (#624)
From Henrik Friedrichsen (maintainer), thanks.
On behalf of kn@ who won't be able to commit for the next 2/3 weeks.
"Looks good to me!" from Henrik Friedrichsen <henrik AT diff DOT cc>
(maintainer). Tested by me.