Changelog
Release notes for the desktop app. Downloads: GitHub Releases.
[0.2.0] (2026-08-03)
Features
- Edit tasks — tap a task title to rename it inline
- Due dates — set, change, or clear a date and time on any task; overdue / soon styling in the list
- Task notifications — with Notifications on: alert when a task is added, and when a due date is approaching (24h, 1h, and at due)
Fixed
- Task editor no longer resets every second while the timer ticks (title and due picker stay usable)
[0.1.1] (2026-07-28)
Fixed
- Window dragging on the overlay title bar - drag regions (
data-tauri-drag-region) andcore:window:allow-start-draggingso the window can be moved from the title bar and empty stage space
[0.1.0] (2026-07-28)
Initial multi-platform release.
Features
- Focus / Short Break / Long Break cycles with tray controls
- Tasks with per-task pomodoro counts
- Local SQLite session history and Sessions sheet (stats + 7-day chart)
- Accent colors for dial and main button
- Confirm before switching modes while a timer is active
- Native notifications and optional completion chime
- Light / dark mode following the system
Platforms
- macOS arm64 + x64
- Windows x64 + arm64
- Linux x64 + arm64 (AppImage, deb, rpm)
Docs
- README focused on usage; packaging notes in
DISTRIBUTING.md - macOS Gatekeeper quarantine workaround documented