Next | Query returned 67 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-05-05 09:50:59 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.13.2

Maintenance release fixing a crash occurring at startup or when playing a track
if ncspot can not connect to DBus.

Maintenance
 - Use notify-rust with zbus instead of dbus and add ncurses_backend feature
   flag by @jirutka in #1127
 - Fix: gracefully handle invalid/not available DBus setups causing crashes
   by @hrkfdn in #1139
 - Update Nerdfont glyphs by @tohmais in #1141
 - Dependency updates
   2023-04-06 15:22:01 by pin | Files touched by this commit (4) | Package updated
Log message:
audio/ncspot: update to 0.13.1

Maintenance
 - Disable ncspot default features for xtask to simplify build by @hrkfdn
 - Statusbar: Update nerdfont glyphs by @cfebs in #1093
 - Split up README by @ThomasFrans in #1089
 - Add 'browse' to 'library_tabs' docs by @Limero in #1096
 - Rewrite MPRIS implementation using zbus by @hrkfdn in #1107

Features
 - Add vim-like page scrolling by @BlakeJC94 in #1072
 - Emulate double click to play items. by @ThomasFrans in #1074
   2023-03-10 12:18:48 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.13.0

Here's a bigger release with some exciting features.
Thanks to all the contributors! ❤️
Maintenance
 - Add info on extracting currently playing to README by @Salt-Factory in #1038
 - Fix clippy warnings by @ThomasFrans in #1050
 - Always pass cover URL to notification by @jonas-w in #1053
 - CI/CD: Add clippy and update actions by @ThomasFrans in #1062
 - Change unnecessary usage of Arc to borrow instead by @ThomasFrans in #1071
 - Disable autojump for add to playlist dialog by @ThomasFrans in #1070
 - Fix Debian dependencies for Bookworm by @treibholz in #1079

Features
 - Theme config support for Cursive's HighlightInactive by @han28 in #1039
 - Switch from MM:SS to HH:MM:SS duration representation if needed.
   by @ThomasFrans in #1049
 - commands: Add reconnect command to force socket shutdown by @inemajo in #1057
 - Allow executing program to retrieve credentials by @inemajo in #1058
 - Add manpage generation using xtask by @ThomasFrans in #1059
 - Automatic shell completion generation using xtask by @ThomasFrans in #1080
   2023-01-23 22:17:59 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.12.0

Maintenance
 - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332)
 - Fix: Print "Connecting to Spotify" before setting up Cursive backend by
   @pghvlaans (#969)
 - Link to Flatpak image by @thorpelawrence (#997)
 - Make entry point synchronous and switch to global runtime instead by
   @ThomasFrans (#996)
 - Document queue module by @ThomasFrans (#1009)

Features
 - Add "save/unsave album" to context menu (#964)
 - Automatically save backtraces to cache folder by @ThomasFrans (#988)
 - Create IPC socket on UNIX platforms for remote control and external track
   display (#1018)
   2023-01-04 16:58:30 by pin | Files touched by this commit (3)
Log message:
audio/ncspot: downgrade to 0.11.2

Newer version require Rust >= 1.65
   2022-12-29 09:03:23 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.12.0

Maintenance
 - Fix: Handle explicit field from Spotify API (#844, ramsayleung/rspotify#332)
 - Fix: Print "Connecting to Spotify" before setting up Cursive backend by
   @pghvlaans (#969)
 - Link to Flatpak image by @thorpelawrence (#997)
 - Make entry point synchronous and switch to global runtime instead by
   @ThomasFrans (#996)
 - Document queue module by @ThomasFrans (#1009)

Features
 - Add "save/unsave album" to context menu (#964)
 - Automatically save backtraces to cache folder by @ThomasFrans (#988)
 - Create IPC socket on UNIX platforms for remote control and external track
   display (#1018)
   2022-10-16 09:27:22 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.11.2

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)
   2022-09-18 11:49:50 by pin | Files touched by this commit (5) | Package updated
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) | Package updated
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)

Next | Query returned 67 messages, browsing 11 to 20 | Previous