chore: update electron builder scripts
1.3.3
feat(taskList): make tasks a little easier to distinguish by adding a stronger background color and borders
fix: dev tools keyboard shortcut
refactor(styles): body dark theme selector to mixin
fix: total time spent not showing on done backlog
feat(workView): focus first task when entering page
fix(tasks): update view model after moving tasks via keyboard
cleanup
chore: update electron builder
fix lint
feat(keyboardShortcuts): change defaults
feat: add snap package
chore: fix typo
fix lint
feat(globalLinks): improve edit dialog
fix(keyboardShortcuts): use keydown instead of keypress
feat(taskList): toggle textarea on keyboard show
feat(backup): prepare automatic backups
1.3.2
chore: rename scripts
feat(taskList): refocus last task after notes were edited
fix(taskList): fix focus task when there is no current task
feat(globalLinks): add reveal and remove animation and refactor animations to mixin
refactor(animations): use mixin
1.3.1
doc: update readme to link directly to app
feat(welcomeDialog): add info for help to welcome dialog
doc: update readme
doc: add global links example screenshot
feat(globalLinks): add missing tabindex to dialog
feat(globalLinks): add default icon for commands
doc: add global links example screenshot
chore: update release scripts once more
doc: update readme
feat(globalLinkList): improve edit global link dialog to allow adding to tasks from there
feat(globalLinkList): open dialog on copy text
feat(globalLinkList): improve edit global link dialog type selection
feat(globalLinkList): add command type for global links
feat(globalLinkList): improve animation for edit and delete buttons
feat(globalLinkList): rework link handling to be more consistent
feat(globalLinkList): polish ui
refactor(globalLinkList): move drag handler to own method
feat(globalLinkList): remove classes for dragover again as there are not working nicely
feat(globalLinkList): add styles for dragover
1.3.0
chore: fix deployment tasks
feat(keyboardControls): add shortcuts for routes/states
feat(help): add doc for global links
feat(doneBacklog): add restoring tasks to todays list
chore: update build scripts
feat: improve task list help
fix: deprecated and aria warnings
fix(localLinksForTasks): add functionality to drop links on tasks
1.2.1
fix(localLinksForTasks): add notification for dropping links
fix(globalLinks): polish ui
feat(globalLinks): improve custom icon selection by filtering out unmatched results
fix(globalLinks): improve custom icon selection
fix(globalLinks): always selecting LINK type
feat(globalLinks): polish ui
feat(globalLinks): allow to select custom icons
cleanup