kew 4.3.8
- Fix windows installer error. By @ravachol.
kew 4.3.7
Enhancements:
-
Added ALAC support again. Different lib this time: https://github.com/mikebrady/shairport-sync/blob/master/alac.h. By @ravachol.
-
Added man pages for kewrc and kewstaterc. By @ravachol. Suggested by @JSteitz.
Bug Fixes:
-
Respect mouseEnabled=0 and hideTimeStatus=1 again. These settings were lost during the UI rewrite. By @ravachol. Reported by @JSteitz.
-
Fix keybindings with Ctrl+a..z being ignored. By @ravachol. Reported by @JSteitz.
-
Windows: Fix crash when running kew not as a shortcut but from within a terminal. This was caused by adding SMTC windows media key integration and ISystemMediaTransportControlsInterop::GetForWindow checking window ownership internally and throwing E_ACCESSDENIED because the HWND is owned by the terminal. By @ravachol. Reported by @battlelitany.
-
Fix Chroma printed in the wrong position for songs with non-square album covers. By @nhuvaynhe.
-
Fix crash sometimes when there was no song cover. By @ravachol. Found by @Soupkitten.