Skip to content

Releases: crisperit/pomohabits

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:20
7e23777

0.4.1 (2026-08-07)

Bug Fixes

  • landing: confirm-email redirect feedback and dashboard RPC retry (#38) (7e23777)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:17
ed401d9

0.4.0 (2026-08-06)

Features

  • rebuild the landing site, add a read-only dashboard, and fix three app defects (#37) (ed401d9)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:16
730c91e

0.3.0 (2026-08-04)

Features

  • two-column habits, Space shortcut, break fade transition (#36) (730c91e)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 12:11
6bcc9bd

0.2.0 (2026-08-04)

Features

  • insights range selector, session grouping, and UI polish (#35) (6bcc9bd)

Continuous Integration

  • drop the version job's fetch-depth, it does nothing (#34) (565941d)

v0.1.0

Choose a tag to compare

@crisperit crisperit released this 03 Aug 18:57
c185b84

First tagged release of Pomohabits, a desktop-first Pomodoro app whose break screen surfaces your habits.

What's in it

  • Pomodoro timer on a single screen: name the task, start, and the same view becomes the running timer with a progress ring and cycle position.
  • Full-screen break that spotlights one habit to do, with completion tracked.
  • Habit CRUD with categories, break-window eligibility and always-shown / randomized selection.
  • Insights: focus-session history and per-habit completion counts.
  • Supabase-backed auth and sync, light and dark themes, English and Polish.

Downloads

pomohabits-linux-v0.1.0.zip is a Linux x64 bundle. Unzip and run ./pomohabits. Requires GTK 3.

No Android APK is attached. Release builds are still signed with the Android debug keystore, so a published APK could not be upgraded to a properly signed build later without uninstalling and losing local data. Once real signing is configured, APKs will ship here too.

Notes

This bundle was built locally rather than by CI. The release pipeline needs an existing tag as its baseline to compute a version, so it could not bootstrap its own first release; from the next release onward CI publishes these automatically.