• v1.1.4 8d6a20ff05

    crib released this 2025-11-25 20:43:35 +00:00 | 4 commits to master since this release

    What's New

    Streamlined timer modes with comprehensive bug fixes and code cleanup.

    🐛 Bug Fixes

    Stopwatch Mode Issues:

    • Fixed "POMODORO COMPLETE" label appearing in stopwatch mode
    • Fixed break timer showing pomodoro notices when started from stopwatch
    • Fixed pause/resume resetting timer to 0 instead of continuing count-up
    • Fixed "Continue Working" button appearing after estimated time elapsed
    • Fixed "Skip Break" button text changing incorrectly

    Improvements

    Independent Timer Modes:

    • Stopwatch and Pomodoro modes are now completely independent workflows
    • Stopwatch mode maintains consistent UI throughout session (Pause, Complete, Stop)
    • Removed break functionality from stopwatch mode (breaks only for Pomodoro)
    • Stopwatch label stays "FOCUSING ON" throughout the entire session
    • Simplified break resume logic for cleaner pomodoro workflow

    🧹 Technical Cleanup

    • Added isStopwatchMode flag for reliable mode tracking
    • Fixed toggleTimer to properly handle count-up (stopwatch) vs countdown (pomodoro)
    • Removed wasStopwatchBeforeBreak flag and related dead code
    • Simplified break integration code

    Full Changelog: https://git.cribdev.com/crib/immerse/compare/v1.1.3...v1.1.4

    Made with ❤️ for the Obsidian community • Inspired by Blitzit

    Downloads