3.0.3
This release aims to fix a lot of little things and inconsistencies with the UI. For instance the last row is printed in the same place in all views.
kew should work fine on Ghostty now. There was a problem with the buffer not clearing when refreshing the screen which led to covers being drawn on top of each other.
A couple of problems with scrolling and opening directories in the library were fixed.
Full list of changes:
-
Fixed buffer not clearing cover images on ghostty when refreshing.
-
Last row is shown in the same place across all views.
-
The library text no longer shifts one char to the left sometimes when starting songs.
-
Fixed minor bug related to scrolling in library.
-
Fixed bug related to covers in ascii, on narrow terminal sizes it wouldn't print correctly. Found by @Hostuu.
-
Minor UI improvements, style adjustments and cleaning up.
-
Added play and stop icon, and replaced some nerdfont characters with unicode equivalents.
-
Disabled desktop notifications on macOS. The macOS desktop notifications didn't really gel well with the app, and the method used was unsafe in the long run. A better way to do it is by using objective-c, which I want to avoid using.