-
released this
2025-11-23 10:54:01 +00:00 | 23 commits to master since this releaseThis release fixes critical issues with break timers and time tracking across Pomodoro sessions.
Bug Fixes:
- Fixed break timer disappearing instead of counting down
- Fixed break timer showing negative time values
- Fixed actual time resetting to zero after breaks
- Break timer now stays at 0:00 when complete instead of stopping entirely
Improvements:
- Break timer automatically starts after work sessions (new default)
- "Skip Break" now resumes work instead of stopping the task
- Visual feedback shows "BREAK COMPLETE" when timer reaches 0:00
- Actual time now accumulates correctly across multiple Pomodoro sessions and breaks
- Added contextual buttons for break management (Skip Break, Resume Work, Stop)
Documentation:
- Added Daily Note Integration documentation to README
- Updated all version numbers to 1.0.5
Downloads
-
released this
2025-11-22 19:33:55 +00:00 | 27 commits to master since this releaseWhat's Changed
🐛 Bug Fixes
Daily Note Integration
- Fixed date format parsing not working correctly for all formats
- Formats like
DD-MM-YY,YY-MM-DD, and others now work properly - Plugin now correctly finds existing daily notes instead of creating duplicates
Full Changelog: https://git.cribdev.com/crib/focus-task/compare/1.0.3...1.0.4
Downloads
-
released this
2025-11-22 16:12:10 +00:00 | 33 commits to master since this releaseWhat's Changed
✨ New Features
📝 Daily Note Integration
Automatically log completed tasks to your daily note! When you finish a task, an entry is appended to the end of your daily note.
Example entry:
- [x] Write project proposal | 💼 Work | ⏱️ 23min / 30min (7min under estimate ✨) | ✅ 14:35Each entry includes:
- ✅ Task name as a completed checkbox
- 📋 List category with icon
- ⏱️ Time spent vs estimated (with over/under indicator)
- 🕐 Completion time
Seamless Core Plugin Integration
- Uses Obsidian's built-in Daily Notes core plugin
- Respects your configured folder, date format, and template
- Automatically creates daily note from your template if it doesn't exist
🐛 Bug Fixes
- Fixed focus time tracking not incrementing properly
Note: Enable the Daily Notes core plugin in Settings → Core plugins to use this feature.
Full Changelog: https://git.cribdev.com/crib/focus-task/compare/1.0.2...1.0.3
Downloads
-
released this
2025-11-22 15:32:15 +00:00 | 39 commits to master since this releaseBug Fixes
- 🐛 Fixed focus time not incrementing properly
- ⏱️ Focus time now accurately tracks seconds and converts to minutes
- 💾 Focus time persists correctly between sessions
Downloads
-
released this
2025-11-22 13:56:03 +00:00 | 42 commits to master since this release- ✨ New status bar timer (replaces floating widget)
- ⚡ Fixed UI flickering during active sessions
- 🐛 Improved performance and responsiveness
Downloads