Skip to content

Releases: libekonst/Taskito

v1.17.0

Choose a tag to compare

@libekonst libekonst released this 07 Jan 23:05
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

Choose a tag to compare

@libekonst libekonst released this 06 Jan 22:23
feat: labels to cancel and restart timer buttons

v1.15.0

Choose a tag to compare

@libekonst libekonst released this 06 Jan 21:47
build: enable universal binary intel+arm

v1.14.0

Choose a tag to compare

@libekonst libekonst released this 01 Jan 22:04
chore: update docs logo

v1.13.0

Choose a tag to compare

@libekonst libekonst released this 31 Dec 02:45
chore: configure app category, bundle display name

v1.12.0

Choose a tag to compare

@libekonst libekonst released this 31 Dec 02:11
chore: use traditional .appiconset to bypass glass icon ci failures

v1.11.0

Choose a tag to compare

@libekonst libekonst released this 31 Dec 02:01
ci: delegate .dmg volume icon to appdmg

v1.10.0

Choose a tag to compare

@libekonst libekonst released this 30 Dec 06:17
ci: upgrade to Xcode 16.2 to support IconComposer.icon format

v1.9.0

Choose a tag to compare

@libekonst libekonst released this 30 Dec 05:03
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

Choose a tag to compare

@libekonst libekonst released this 30 Dec 04:57
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