2022-09-18 11:49:50 by pin | Files touched by this commit (5) | |
Log message:
audio/ncspot: update to 0.11.1
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)
pkgsrc changes: Follow upstream and default to termion_backend.
This change was introduce on 0.11.0 but, I forgot to switch the default.
- Switch to Termion backend by default for true color support (#894)
|
2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670) |
Log message:
*: bump PKGREVISION for flac shlib bump
|
2022-08-30 22:39:22 by pin | Files touched by this commit (4) | |
Log message:
audio/ncspot: update to 0.10.1
v0.11.0
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
v0.10.1
Maintenance
-Add logo to cargo-deb assets (#833)
-Clean up documentation (#836)
-Enable wayland clipboard support by default on supported platforms (#869)
-Update to librespot 0.4.2
Should fix ChannelError issues (ncspot skipping through all tracks) which
were previously fixed with a workaround in /etc/hosts (#864, #867, #883)
-Updated context menu info and config values table in README (#885)
Features
-Add hide_display_names config option (#855)
-Added possibility to Follow/Unfollow artists via the context menu (#868)
-Add statusbar_format option to configure track formatting in status bar (#877)
v0.10.0
Maintenance
-Update to Librespot 0.4.1
-Prevent integer overflow when calculating cache size (#823)
-Fix some errors and warnings when enabling/disabling features (#821)
-Fix: don't throw error if search yields no result (#832)
Features
-Add option (library_tabs) to customize library tabs (#798)
-Add track_format config option for custom track formatting in lists (#800)
-Add desktop entry & notification icon hint (#822)
|
2022-07-02 18:53:42 by Ryo ONODERA | Files touched by this commit (395) |
Log message:
*: Recursive revbump from audio/pulseaudio
|
2022-06-12 23:22:44 by pin | Files touched by this commit (4) |
Log message:
audio/ncspot: downgrade to 0.9.8
See note in Makefile.
|
2022-06-11 18:39:01 by pin | Files touched by this commit (4) | |
Log message:
audio/ncspot: update to 0.10.0
Maintenance
Update to Librespot 0.4.1
Prevent integer overflow when calculating cache size (#823)
Fix some errors and warnings when enabling/disabling features (#821)
Fix: don't throw error if search yields no result (#832)
Features
Add option (library_tabs) to customize library tabs (#798)
Add track_format config option for custom track formatting in lists (#800)
Add desktop entry & notification icon hint (#822)
|
2022-05-01 12:50:53 by pin | Files touched by this commit (4) | |
Log message:
audio/ncspot: update to 0.9.8
Maintenance
Disable compat feature in futures
Remove webbrowser crate (#218)
Only download cover image when flag enabled (#780)
Fix: do not crash DBus on invalid Spotify URIs (#795)
Features
Added playback_state config option (#783)
Added option to play track from context menu dialog (#786, #790)
Thanks to @wiz for testing the build with rust-1.59
|
2022-03-29 12:09:54 by pin | Files touched by this commit (4) | |
Log message:
audio/ncspot: update to 0.9.7
Maintenance
-Fix error messages shown on successful commands (#711, #759)
-Notification improvements (update existing notification, set application
name) (#760)
-Use Rodio backend for macOS builds (#772)
-Dependency updates
|
2022-03-28 12:43:41 by Tobias Nygren | Files touched by this commit (125) |
Log message:
a*/*: revbump(1) for libsndfile
|
2022-03-10 09:02:50 by pin | Files touched by this commit (4) | |
Log message:
audio/ncspot: update to 0.9.6
Maintenance
-Enable autojump for playlist selection list in context menu (#225)
-Use notify-rust with dbus instead of zbus (#718)
-Fix compilation on Rust versions < 1.58.0
-Make album sorting case-insensitive (#724)
-Enable gapless by default (#735)
-Improve playlist sorting (#741)
-Dependency updates
New Contributors
-@jirutka made their first contribution in #718
-@Roger-Roger-debug made their first contribution in #741
|