Skip to content

v1.5.1

Compare
Choose a tag to compare
@ravachol ravachol released this 11 Nov 11:26
· 669 commits to main since this release

kew change log

v1.5.1

  • Misc issues with input handling resolved.

  • Faster seeking.

v1.5

  • Name changed to kew to resolve a name conflict.

  • Fixed bug with elapsed seconds being counted wrong if pausing multiple times.

  • Fixed bug with segfault on exit.

v1.4

  • Seeking is now possible, with A and D.

  • Config file now resides in your XDG_CONFIG_HOME, possibly ~/.config/kewrc. You can delete the one in your home folder after starting this version of cue once.

  • Most key bindings are now configurable.

  • Singing more visible in the visualizer.

  • Better looking visualizer with smoother gradient.

  • Misc fixes.

  • You can no longer press A to add to kew.m3u. instead use period.

v1.3

  • Now skips drm'd files more gracefully.

  • Improvements to thread safety and background process handling.

  • Misc bug fixes.

  • Using album colors is now the default again.

v1.2

  • It's now possible to scroll through the songs in the playlist menu.

  • Unfortunately this means a few key binding changes. Adjusting volume has been changed to +, -, instead up and down arrow is used for scrolling in the playlist menu.

  • h,l is now prev and next track (previously j and k). Now j,k is used for scrolling in the playlist menu.

  • Added a better check that metadata is correct before printing it, hopefully this fixes an occasional but annoying bug where the wrong metadata was sometimes displayed.

  • Using profile/theme colors is now the default choice for colors.

v1.1

  • Everything is now centered around the cover and left-aligned within that space.

  • Better visibility for text on white backgrounds. If colors are still too bright you can always press "i" and use the terminal colors, for now.

  • Playlist is now F2 and key bindings is F3 to help users who are using the terminator terminal and other terminals who might have help on the F1 key.

  • Now looks better in cases where there is no metadata and/or when there is no cover.

  • The window refreshes faster after resize.

v1.0.9

  • More colorful. It should be rarer for the color derived from the album cover to be gray/white

  • Press I to toggle using colors from the album cover or using colors from your terminal color scheme.

  • Smoother color transition on visualizer.

v1.0.8

Features:

  • New Setting: useProfileColors. If set to 1 will match cue with your terminal profile colors instead of the album cover which remains the default.

  • It is now possible to switch songs a little quicker.

  • It's now faster (instant) to switch to playlist and key bindings views.

Bug Fixes:

  • Skip to numbered song wasn't clearing the number array correctly.

  • Rapid typing of a song number wasn't being read correctly..