Skip to content

Releases: NazzarenoGiannelli/tuiboard

v0.8.3 — Animated boot splash

05 Jun 07:28

Choose a tag to compare

A cosmetic touch for startup.

Added

  • Boot splash. Launching tuiboard paints a tuiboard wordmark (FIGlet "Rectangles", in the tool's light-yellow accent) the instant the process starts, so the ~1s cold start (runtime + store build + first calendar/agents read) isn't a blank terminal. The launcher animates the booting dots while the dashboard process loads in parallel, then hands the screen over cleanly — no startup time added. The cursor is hidden during the splash and restored on exit. Set TUIBOARD_NO_SPLASH=1 to disable; it also no-ops when output isn't a TTY or the terminal is tiny.

Full notes: CHANGELOG

v0.8.2 — Consistent m = tomorrow date shortcut

04 Jun 16:50

Choose a tag to compare

A small consistency fix.

Changed

  • m now means "tomorrow" in every date input — the schedule modal, the new-event/edit modals, and quick-add — matching the board's m = tomorrow key. So t/m = today/tomorrow whether you press them on a card or type them into a field. tm/tom/tomorrow/domani still work as aliases. Hints and the help screen updated; added parsers.test.ts to lock the behavior.

An audit of all shortcut surfaces found this was the only divergence — the rest (t, -/empty to clear, weekdays, ±N) were already aligned.

Full notes: CHANGELOG

v0.8.1 — Event date in the modal + all-day events

04 Jun 10:49

Choose a tag to compare

Follow-ups to 0.8.0's Google Calendar write support.

Added

  • Set an event's date from the Agenda modal. Append a date token to the title — t / tm / +3 / lun / 2026-06-10, the same shortcuts as task scheduling — when creating or editing an event, so you're no longer limited to the day the Agenda is showing. Natural order is Title [date] HH:MM-HH:MM (e.g. Lunch tomorrow 12-13). On edit, a date token moves the event to another day.
  • All-day events now show in the Agenda. Previously skipped, all-day events (Google + Microsoft) render as a chip strip at the top of the Agenda — like Google Calendar's all-day band.
  • Create all-day events. Add allday (or all-day) anywhere in the new-event title — e.g. Holiday 2026-12-25 allday — to create a date-only Google event. Create only.

Full notes: CHANGELOG

v0.8.0 — Create, edit & delete Google Calendar events

03 Jun 14:54

Choose a tag to compare

Opt-in write support for Google Calendar from the Agenda — read-only setups are unaffected.

Added

  • Create, edit & delete Google Calendar events from the Agenda. Re-authorize with tuiboard calendar-setup google --write, then:
    • Createn or click an empty slot → title (+ HH:MM-HH:MM) → pick calendar → Enter. default_calendar sets the default target.
    • Edit / delete — click an event on a writable calendar to select it → e edit title/time, d delete (confirm), Esc deselect. Same-calendar edits only.
    • Every change shows in the Agenda and on Google Calendar immediately. Only Google events on owner/writer calendars are selectable; Microsoft write isn't supported yet.
  • Step-by-step Google Cloud OAuth client setup in the README (bring-your-own-credentials).

Full notes: CHANGELOG