Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:32
· 25 commits to main since this release

Crona v1.5.0

Crona v1.5.0 expands the TUI with a clearer Rollup focus surface, a more structured Wellbeing layout, and a custom-momentum workflow that is easier to read, edit, and maintain. It also folds in Pomodoro, stash, and settings refinements so the shell feels less modal and more coherent.

Highlights

  • Rollup now shows a proper focus visualization beside the calendar, with a scrollable breakdown pane that keeps the right-hand detail surface usable on small screens.
  • Momentum now centers on custom momentum cards and dedicated momentum CRUD dialogs, with clearer cadence labels, descriptions, and weekly label prefixes.
  • Wellbeing now separates the dense snapshot, metrics window, and detail-heavy context into distinct panes so the summary is easier to scan.
  • Pomodoro, stash commit, and protected-rest flows were tightened so the TUI keeps state and actions consistent across dialog updates.

Momentum

  • Custom momentum cards now live in a dedicated surface with cleaner card layout, better graphing, and dedicated create/edit/delete flows.
  • Weekly momentum labels include the week number prefix.
  • Momentum descriptions now render on cards and can be edited from the dialog flow.
  • Disabled momentum reads as paused history instead of failed current momentum.

Rollup and Wellbeing

  • Rollup now shows a readable focus visualization beside the existing calendar, and the breakdown pane scrolls independently on smaller screens.
  • Wellbeing now uses a three-pane layout with a snapshot summary, a metrics window, and a separate details pane for accountability and risk context.
  • The Wellbeing summary is now snapshot-focused instead of carrying the full detail stack.

Checkout and Dialog UX

  • Checkout context selection now behaves like a real selector even when the text fields are blank, so left/right can cycle repos and streams directly.
  • Empty repo and stream fields now show explicit Select a repo and Select a stream prompts until a selection is made.
  • The help dialog now opens as a proper modal instead of overlaying and distorting the active view.

Pomodoro, Stash, and Settings

  • The Pomodoro start dialog now uses a single consolidated form, and custom durations now enter edit mode immediately.
  • Stashes can now be committed without popping them, with TUI, client, and server wired through a shared stash.commit flow.
  • Daily streaks are now loaded into the TUI so the Daily summary and streak displays stay current.
  • Settings remain accessible during protected rest, W no longer toggles away mode on date-based rest, and the protected-rest message has been updated.

Notes

  • This release is a minor SemVer bump because it adds major TUI surfaces and refactors existing workflows without introducing a known protocol or schema break.