2023-06-12 06:39:19 by pin | Files touched by this commit (3) | |
Log message:
audio/ncspot: update to 0.13.3
Maintenance
- Fix incorrect notification ID reuse on XDG by @cyqsimon in #1150
- Fix: ListView decrement selected on remove by @ThomasFrans in #1163
- Support multiple IPC sockets by @hrkfdn in #1171
- Refactor the entry point to make it more readable by @ThomasFrans in #1172
- Fix: command line multi-byte prefix panic by @ThomasFrans in #1182
- Prevent tab switching from the command line by @ThomasFrans in #1176
- Fix: config option command_key not working by @ThomasFrans in #1185
- Remove Snapcraft installation source by @ThomasFrans in #1194
- Add cargo installation method by @ThomasFrans in #1195
|
2023-05-18 00:38:59 by Thomas Klausner | Files touched by this commit (1) |
Log message:
ncspot: use cargo.mk's install
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-05-05 09:50:59 by pin | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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) | |
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)
|