Releases: vyleung/logseq-time-tracker-plugin
Releases · vyleung/logseq-time-tracker-plugin
v.2.1.1
v.2.1.0
Features
- The task that's being time tracked has an emoji next to it as a visual indicator
Fixes
- Refactored
onMacroRendererSlotted(fixes #5) andgetTotalTimeTrackedfunctions (fixes #6) - Updated how keyboard shortcuts are registered/unregistered
Misc
- Updated the settings screenshot + main demo and switch timer mode screenshots (gifs)
v.2.0.0
Features:
- Added keyboard shortcut to get/update the total time tracked
- Added keyboard shortcut to start/stop the timer (closes #3)
- Added countdown pomodoro timer (closes #4)
Fixes:
- Clicking on the inline refresh button next to the
time-tracked-totalproperty no longer updates when there are no updates (closes #2)
Misc:
- Updated
settingsscreenshot and addedswitch timer modescreenshot (gif) - Refactored
updateStopwatch(),getTotalTimeTracked(), etc