Skip to content

Latest commit

 

History

History
129 lines (74 loc) · 8.09 KB

File metadata and controls

129 lines (74 loc) · 8.09 KB

Changelog

2.6.0 (2026-03-14)

Features

  • keymap: more intuitive keybindings for add/edit event view (b32378d)

2.5.0 (2026-02-26)

Features

  • calendar_view: add keymap for focusing current day (65c9bb3)
  • event_details: redesign event details view ui (77a7848)

Bug Fixes

  • calendar_view: correctly center calendar and help (d6c20ce)
  • event_details: location width (399b678)

2.4.0 (2026-02-16)

Features

  • add keybindings for jumping to the next/prev year (72fe8be), closes #9

2.3.0 (2026-01-14)

Features

  • implement view for init command (ce548f2)

2.2.0 (2026-01-13)

Features

  • repeat event functionality (e779002)
  • add error view for nicer display of errors (35312df)
  • store log file in temporary directory (fc67a66)

2.1.0 (2025-12-12)

Features

  • center events header and fill entire width (77c8ad2)

2.0.1 (2025-12-07)

Bug Fixes

2.0.0 (2025-12-07)

⚠ BREAKING CHANGES

  • ask each user to create their own credentials file

Features

  • add init subcommand with detailed instructions (0777e94)
  • ask each user to create their own credentials file (b0e34dd)

Bug Fixes

  • print credentials help to stdout (ac534ca)

1.0.2 (2025-12-06)

Bug Fixes

1.0.1 (2025-12-06)

Bug Fixes

  • update project name in go.mod (a0882d3)

1.0.0 (2025-12-04)

Features

  • add help text for keymaps (ed61b80)
  • am: add description field to form (52caaf0)
  • auth: add Google authentication support and improve events display (bfcc91d)
  • auth: handle google login on a local server (42124c0)
  • calendar view: use different style for dates that contain events (415ec8f)
  • calendar: fetch events in range of +-30 years of current date (368e6b7)
  • delete event functionality (f6bc082)
  • event creation in add event view (f53eb60)
  • event details view: update footer (695fe6f)
  • event details: display event location if available (40b18f4)
  • implement edit event functionality (240b11b)
  • redirect logger output to a file (18aeda8)
  • styles: new better-looking styles (d793c78)
  • support showing full help (64b2e53)
  • ui: add spinner when loading calendar (95ff36b)
  • ui: add submodels for different views (7ceb282)
  • ui: basic calendar UI (9939c02)
  • ui: center text horizontally depending on terminal width (9b7037a)
  • ui: extract views and styles into separate files, add details view (36a9423)
  • ui: field alignment in calendar (b18841a)
  • ui: make views nicer, prototype for AddEventsView (1142188)
  • ui: use lipgloss.Width for more accurate width calculation (0dd7c50)
  • use key bubble for keymaps logic (832a8f4)
  • use tea.Key* constants for some special keys (d06f980)

Bug Fixes

  • add event view: correct date, reset form when entering add event view from event details (4a0af2f)
  • add event view: keymaps get passed to active fields correctly (490b49a)
  • correctly create all-day event (7370921)
  • correctly handle all-day events (a9e431b)
  • event view: always return from event details view to calendar view (d12158a)