Skip to content

Releases: ravachol/kew

v2.4.1

26 Feb 08:14
Compare
Choose a tag to compare

2.4.1

  • Improved album cover color mode. Press 'i' to try this.

  • To accelerate startup times, there is now a library cache. This feature is optional and can be enabled in the settings file (kewrc). If the library loading process is slow, you'll be prompted to consider using the cache for efficiency.

  • You can now press 'u' to update the library in case you've added or removed songs.

  • Faster "kew all". It now bases its playlist on the library instead of scanning everything a second time.

  • Fixed when running the special playlist with "kew .", the app sometimes became unresponsive when adding / deleting.

  • Code refactoring and cleanup.

v2.4

17 Feb 22:57
Compare
Choose a tag to compare

2.4

  • Much faster song loading/skipping.

  • New settings: configurable colors. These are configured in the kewrc file (in ~/.config/ or wherever your config files are) with instructions there.

  • New setting: hidehelp. Hides the help text on library view and playlist view.

  • New setting: hidelogo. Prints the artist name as well as the song title at the top instead of a logo.

  • Fixed an issue with shuffle that could lead to a crash.

  • Fixed an issue where it could crash at the end of the playlist.

  • Fixed an issue where in some types of music libraries you couldn't scroll all the way to the bottom.

  • Fixed notifications not notifying on songs with spaces in cover art url.

  • Fixed sometimes not being able to switch song.

  • Further adjustments to the visualizer.

  • .aac and .mp4 file support.

  • New option: -q. Quits right after playing the playlist (same as --quitonstop).

  • Improved help text.

v2.3.1

12 Feb 21:33
Compare
Choose a tag to compare
  • The visualizer now (finally!) works like it's supposed to for all formats.

  • Proper clean up and restore cursor when using CTRL-C to quit the app.

  • Don't refresh track view twice when skipping to the previous song.

v2.3

12 Feb 00:48
Compare
Choose a tag to compare

2.3

  • Notifications of currently playing song through notify-send. New setting: allowNotifications. Set to 0 to disable notifications.

  • Fixed an issue that could lead to a crash when switching songs.

  • Fixed an issue with switching opus songs that could also lead to a crash.

  • Plus other bug fixes.

v2.2.1

03 Feb 17:43
Compare
Choose a tag to compare

2.2.1

  • Fixed issue related to enqueuing/dequeuing the next song.

  • Some adapting for FreeBSD.

v2.2.0

02 Feb 16:07
Compare
Choose a tag to compare

2.2

  • This update mostly contains improvements to stability.

  • M4a file decoding is no longer done by calling ffmpeg externally, it's (finally) done like the other file formats. This should make kew more stable, responsive and it should consume less memory when playing m4a files.

  • kew now starts the first time with your system volume as the volume, after that it remembers the last volume it exited with and uses that.

  • kew now picks up and starts using the cover color without the user having to first go to track view.

v2.1.1

26 Jan 14:19
Compare
Choose a tag to compare

2.1.1

  • Fixed a few issues related to passing cover art url and track length to mpris. Should now display cover and progress correctly in widgets on gnome/wayland.

v2.0.4

21 Jan 19:48
Compare
Choose a tag to compare

2.0.4

  • You can now add "-e" or "--exact" in your searches to return an exact (not case sensitive) match. This can be helpful when two albums have a similar name, and you want to specify you want one or the other.

    Example: kew -e basement popstar.

  • Fixed issue where pressing del on the playlist changed view to track view.

v2.0.2

12 Jan 09:36
Compare
Choose a tag to compare

2.0.2

  • New view: Library. Shows the contents of the music library. From there you can add songs to the playlist.

  • Delete items from the playlist by pressing Del.

  • You can flip through pages of the library or playlist by pressing Page Up and Page Down.

  • Starting kew with no arguments now takes you to the library.

  • After the playlist finishes playing, the library is shown, instead of the app exiting.

  • To run kew with all songs shuffled like you could before, just type "kew all" in the terminal.

  • Running kew with the argument --quitonstop, enables the old behavior of exiting when finished.

  • Removed the playlist duration counter. It caused problems when coupled with the new features of being able to remove and add songs while audio is playing.

  • New ascii logo! This one takes up much less space.

  • kew now shows which song is playing on top of the library and playlist views.

  • Volume is now set at 50% at the start.

  • v2.0.2 minor logic tweaks to how the library behaves.

  • Also many bug fixes.

v1.11

10 Dec 11:18
Compare
Choose a tag to compare

v1.11

  • Now shows volume percentage. New alternate key for raising volume: =.

  • Fixed bug where on a small window size, the Nerd Fonts for seeking, repeat and shuffle when all three enabled could mess up the visualizer.