-
released this
2025-11-23 12:18:00 +00:00 | 22 commits to master since this releaseThis release fixes the critical issue where timers would stop tracking when Obsidian is minimized or in the background.
Bug Fixes
- Fixed timer not tracking in background: Timer now uses timestamp-based tracking instead of setInterval, ensuring accurate time tracking even when Obsidian is minimized or inactive
- Added visibility change detection: Automatically syncs timer when app returns to foreground
Technical Changes
- Implemented timestamp-based timer tracking system
- Added
visibilitychangeevent listener to sync timers when app becomes active - Maintains timer state across pause/resume and background/foreground transitions
Files Included in Release
main.js- Compiled plugin codemanifest.json- Plugin metadatastyles.css- Plugin styles
Installation
- Download
focus-task-1.0.6.zip - Extract the files
- Copy the files to
.obsidian/plugins/focus-task/in your vault - Reload Obsidian and enable the plugin
Downloads