2.6.0 (2026-03-14)
- keymap: more intuitive keybindings for add/edit event view (b32378d)
2.5.0 (2026-02-26)
- calendar_view: add keymap for focusing current day (65c9bb3)
- event_details: redesign event details view ui (77a7848)
2.4.0 (2026-02-16)
2.3.0 (2026-01-14)
- implement view for
initcommand (ce548f2)
2.2.0 (2026-01-13)
repeat eventfunctionality (e779002)- add error view for nicer display of errors (35312df)
- store log file in temporary directory (fc67a66)
2.1.0 (2025-12-12)
- center events header and fill entire width (77c8ad2)
2.0.1 (2025-12-07)
- update
go.sum(935cc9a)
2.0.0 (2025-12-07)
- ask each user to create their own credentials file
- add
initsubcommand with detailed instructions (0777e94) - ask each user to create their own credentials file (b0e34dd)
- print credentials help to
stdout(ac534ca)
1.0.2 (2025-12-06)
- import path (c8afed5)
1.0.1 (2025-12-06)
- update project name in go.mod (a0882d3)
- 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.Widthfor more accurate width calculation (0dd7c50) - use
keybubble for keymaps logic (832a8f4) - use
tea.Key*constants for some special keys (d06f980)
- 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)