Releases: Gerrux/PomodoRust
Releases · Gerrux/PomodoRust
PomodoRust v0.3.3
PomodoRust - Modern Pomodoro Timer
Lightweight, single-file Pomodoro timer with Vercel-style dark UI.
Downloads
| Platform | File |
|---|---|
| Windows x64 | pomodorust-windows-x64.zip |
| Linux x64 | pomodorust-linux-x64.tar.gz |
| macOS Intel | pomodorust-macos-x64.tar.gz |
| macOS Apple Silicon | pomodorust-macos-arm64.tar.gz |
Features
- Pomodoro, short break, long break timers
- Custom presets
- Session statistics with SQLite
- System notifications
- Audio alerts (generated, no external files)
- Single executable, no dependencies
Checksums
See checksums.txt for SHA256 hashes.
v0.3.0
Performance: Todo Action Handling
Highlights
- 9 actions converted to fast-path — in-place cache updates instead of full DB refresh (CreateTodo, DeleteTodo, CreateProject, DeleteProject, AddToQueue, RemoveFromQueue, ClearQueue, CreateTodoWithBody, ReorderTodo)
- Batch action processing — multiple actions (e.g. clipboard paste) trigger a single DB refresh instead of one per action
- Arc-based data sharing — RenderCache shares data via
Arc::clone()instead of deep-copying all vectors on every generation change - Conditional theme sync — theme is only cloned to the todo viewport when it actually changes
Fixes
- Added
PRAGMA busy_timeout = 5000to prevent silent SQLite lock failures - Wrapped
reorder_todo_toin a DB transaction for atomicity and fewer fsyncs
PomodoRust v0.2.2
PomodoRust - Modern Pomodoro Timer
Lightweight, single-file Pomodoro timer with Vercel-style dark UI.
Downloads
| Platform | File |
|---|---|
| Windows x64 | pomodorust-windows-x64.zip |
| Linux x64 | pomodorust-linux-x64.tar.gz |
| macOS Intel | pomodorust-macos-x64.tar.gz |
| macOS Apple Silicon | pomodorust-macos-arm64.tar.gz |
Features
- Pomodoro, short break, long break timers
- Custom presets
- Session statistics with SQLite
- System notifications
- Audio alerts (generated, no external files)
- Single executable, no dependencies
Checksums
See checksums.txt for SHA256 hashes.
PomodoRust v0.2.1
PomodoRust - Modern Pomodoro Timer
Lightweight, single-file Pomodoro timer with Vercel-style dark UI.
Downloads
| Platform | File |
|---|---|
| Windows x64 | pomodorust-windows-x64.zip |
| Linux x64 | pomodorust-linux-x64.tar.gz |
| macOS Intel | pomodorust-macos-x64.tar.gz |
| macOS Apple Silicon | pomodorust-macos-arm64.tar.gz |
Features
- Pomodoro, short break, long break timers
- Custom presets
- Session statistics with SQLite
- System notifications
- Audio alerts (generated, no external files)
- Single executable, no dependencies
Checksums
See checksums.txt for SHA256 hashes.
PomodoRust v0.2.0
PomodoRust - Modern Pomodoro Timer
Lightweight, single-file Pomodoro timer with Vercel-style dark UI.
Downloads
| Platform | File |
|---|---|
| Windows x64 | pomodorust-windows-x64.zip |
| Linux x64 | pomodorust-linux-x64.tar.gz |
| macOS Intel | pomodorust-macos-x64.tar.gz |
| macOS Apple Silicon | pomodorust-macos-arm64.tar.gz |
Features
- Pomodoro, short break, long break timers
- Custom presets
- Session statistics with SQLite
- System notifications
- Audio alerts (generated, no external files)
- Single executable, no dependencies
Checksums
See checksums.txt for SHA256 hashes.
PomodoRust v0.1.0
PomodoRust - Modern Pomodoro Timer
Lightweight, single-file Pomodoro timer with Vercel-style dark UI.
Downloads
| Platform | File |
|---|---|
| Windows x64 | pomodorust-windows-x64.zip |
| Linux x64 | pomodorust-linux-x64.tar.gz |
| macOS Intel | pomodorust-macos-x64.tar.gz |
| macOS Apple Silicon | pomodorust-macos-arm64.tar.gz |
Features
- Pomodoro, short break, long break timers
- Custom presets
- Session statistics with SQLite
- System notifications
- Audio alerts (generated, no external files)
- Single executable, no dependencies
Checksums
See checksums.txt for SHA256 hashes.