Releases: libekonst/Taskito
Releases · libekonst/Taskito
Release list
v1.17.0
refactor: global keyboard shortcut - Abstract KeyboardShortcuts, move to dependency to dedicated module - Use a less popular default global shortcut combination to avoid overriding existing keybindings or getting blocked by scoped application keybinds (such as with editors) - Make global keybind opt-in to be less intrusive
v1.16.0
v1.15.0
v1.14.0
v1.13.0
v1.12.0
v1.11.0
v1.10.0
v1.9.0
fix: improve icon validation and diagnostics - Validate icon exists AND is valid size (>1KB) - Fixed DMG icon name extraction (was using old broken pattern) - Added diagnostics to check Info.plist CFBundleIconFile - Show actual icon files found in Resources folder This should properly detect if IconComposer fails and use fallback
v1.8.0
fix: correct icon name extraction and create output directory - Fixed sed pattern to properly extract icon name - Create build/FallbackIcon directory before actool runs - Added diagnostic output to debug actool behavior - Removed unnecessary project file modifications