chore: update electron builder scripts
feat(taskList): make tasks a little easier to distinguish by adding a stronger background color and borders
fix: dev tools keyboard shortcut
fix: total time spent not showing on done backlog
1.3.3
refactor(styles): body dark theme selector to mixin
feat(workView): focus first task when entering page
chore: update electron builder
feat(keyboardShortcuts): change defaults
cleanup
fix(tasks): update view model after moving tasks via keyboard
fix lint
feat: add snap package
feat(taskList): refocus last task after notes were edited
feat(taskList): toggle textarea on keyboard show
refactor(animations): use mixin
chore: fix typo
feat(backup): prepare automatic backups
chore: rename scripts
feat(globalLinks): improve edit dialog
fix lint
1.3.2
fix(taskList): fix focus task when there is no current task
fix(keyboardShortcuts): use keydown instead of keypress
feat(globalLinks): add reveal and remove animation and refactor animations to 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
doc: add global links example screenshot
feat(globalLinks): add default icon for commands
chore: update release scripts once more
doc: update readme
feat(globalLinkList): rework link handling to be more consistent
feat(globalLinkList): improve animation for edit and delete buttons
feat(globalLinkList): open dialog on copy text
refactor(globalLinkList): move drag handler to own method
feat(globalLinkList): improve edit global link dialog to allow adding to tasks from there
feat(globalLinkList): polish ui
feat(globalLinkList): improve edit global link dialog type selection
feat(globalLinkList): remove classes for dragover again as there are not working nicely
feat(globalLinkList): add styles for dragover
1.3.0
chore: update build scripts
feat(keyboardControls): add shortcuts for routes/states
feat(help): add doc for global links
chore: fix deployment tasks
feat(doneBacklog): add restoring tasks to todays list
feat(globalLinkList): add command type for global links
feat: improve task list help
fix: deprecated and aria warnings
fix(localLinksForTasks): add functionality to drop links on tasks
fix(localLinksForTasks): add notification for dropping links
1.2.1
fix(globalLinks): improve custom icon selection
fix(globalLinks): polish ui
feat(globalLinks): improve custom icon selection by filtering out unmatched results
fix(globalLinks): always selecting LINK type
feat(globalLinks): allow to select custom icons
feat(globalLinks): polish ui
cleanup
fix: overflowing tasks for sub task list and don't hide icons any more
1.2.0
feat(globalLinks): refactor globalLink.name to globalLink.title
feat(globalLinks): polish ui
feat(globalLinks): polish ui
feat(globalLinks): remove dropping of text for now
feat: remove dialog animation
feat(globalLinks): add dropping of links
Merge branch 'feature/drop-files-and-links' into develop
feat: improve task selection via keyboard
feat(globalLinks): connect to ls and add basic drag and drop for files
feat(globalLinks): add dialog to edit and add new globalLinks
chore: update and fix build
feat: add dark theme for expand/collapse button
feat: make collapse notes button to collapse sub tasks and motes button
feat: always feature current task after starting it
1.1.0
feat: add keyboard shortcut for starting/stopping task
feat: disallow collapsing when a sub task is the current task
fix: theme selection not working
chore: update angular material dependency
feat: copy over time tracking data from parent task if the first sub task is created
feat: speed up animations
feat: add collapse/expand sub tasks keyboard shortcut
chore: update electron
feat: expand and collapse sub tasks
feat: add collapse all notes button for work view
fix lint
#12 add quick fix for double http in urls
feat: improve keyboard task selection
#12 add quick fix for double http in urls
#11 fix deleteNullValueTasks not working
#11 fix deleteNullValueTasks not working
#10 update meta data for linux; cleanup package.json and manually specify files for electron builder
#10 add electron builder to dev dependencies
#9 fix issue when there is no theme initially defined
#9 updated angular version