Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sectore/timr-tui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: sectore/timr-tui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 17 commits
  • 26 files changed
  • 1 contributor

Commits on Oct 3, 2025

  1. Prepare v1.5.0 (#116)

    sectore authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    6437795 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. feat(event) Add widget (#117)

    * skeleton
    * make `Event` widget work
    sectore authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    f79813a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. (cli)! Remove --countdown-target argument (#121)

    Reverts #112.
    
    For targeting a date (past/future) a new `event` feature will be
    introduced (soon).
    sectore authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    9903283 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Introduce CalendarDuration (#120)

    * trait ClockDuration, CalendarDuration, tests
    
    * make clock rendering more generic
    
    * remove `should_blink` from `RenderClockState`
    
    * pass less down: `mode` -> `editable_time`
    
    * simplify `event` duration states
    
    * remove deprecated `DirectedDuration`
    
    * fix comments
    sectore authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    e2cd536 View commit details
    Browse the repository at this point in the history
  2. feat(event): Show percentage until event (#122)

    using `get_percentage_done`
    sectore authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    4594bc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. feat(event) blink effect at event time (#123)

    Similar to `Countdown` and `Pomodoro` DONE effects.
    sectore authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    6b62218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758a72f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. feat(cli) parse event (#125)

    * feat(cli) parse `event`
    
    * check possible `Event` for `mode`
    
    * m.bros
    sectore authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    56e6ce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f3c70 View commit details
    Browse the repository at this point in the history
  3. feat(screens)! switch by using or keys (#127)

    * feat(screens) switch by `←` or `→` keys
    
    * test cycling `Content` using `next`/`prev`
    
    * update CL
    sectore authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    51f83e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2f41e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. feat(event) persist state (#129)

    * feat(event) persist state
    
    * `Event::default()`
    sectore authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    e11dcaa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. feat(event) make date_time + title editable (#130)

    * wip: editable events
    
    * make it work
    
    * fix: scroll position, title validation, underline
    
    inputs to visualize edit mode
    
    * show error
    
    * prefix datetime
    
    * refactor rendering inputs
    
    * compact `EditMode`
    
    * update footer to include `event` keybindings
    
    * update README
    sectore authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    95d914c View commit details
    Browse the repository at this point in the history
  2. demo: event (#131)

    * demo: event
    
    * update README
    
    * update CL
    sectore authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    361a82e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. fix(event) relax validation (#132)

    * fix(event) relax validation
    
    to show errors if needed only, but not all the time
    
    * update demo
    
    * update CL
    
    * fix demo
    
    * `prepare|switch_input`
    sectore authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    c637a82 View commit details
    Browse the repository at this point in the history
  2. add AGENTS.md (#133)

    * add `AGENTS.md`
    * update README
    sectore authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    dfe3cfc View commit details
    Browse the repository at this point in the history
  3. Prepare v1.6.0 (#134)

    sectore authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    4ec5254 View commit details
    Browse the repository at this point in the history
Loading