Skip to content

Releases: Gerrux/PomodoRust

PomodoRust v0.3.3

01 May 10:29

Choose a tag to compare

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

09 Mar 21:34

Choose a tag to compare

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 = 5000 to prevent silent SQLite lock failures
  • Wrapped reorder_todo_to in a DB transaction for atomicity and fewer fsyncs

PomodoRust v0.2.2

20 Jan 22:01

Choose a tag to compare

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

20 Jan 09:29

Choose a tag to compare

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

19 Jan 21:24

Choose a tag to compare

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

18 Jan 18:53

Choose a tag to compare

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.