Release v1.1.1: Critical timer bug fix

Fixed critical bug where actual time spent on tasks was being reset to 0 when resuming work after a break in Pomodoro mode.

## Bug Fix
- Fixed timer actual time resetting to 0 when skipping break or resuming work
- Added preserveActualTime parameter to stopTimer() function
- Actual time now correctly accumulates across multiple Pomodoro sessions
This commit is contained in:
2025-11-25 10:11:05 +01:00
parent b3aa1f2992
commit 50ef40d2e0
4 changed files with 16 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "immerse",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Blitzit-inspired task management and focus timer plugin for Obsidian",
"main": "main.js",
"scripts": {