Releases: NazzarenoGiannelli/tuiboard
Releases · NazzarenoGiannelli/tuiboard
v0.8.3 — Animated boot splash
A cosmetic touch for startup.
Added
- Boot splash. Launching tuiboard paints a
tuiboardwordmark (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. SetTUIBOARD_NO_SPLASH=1to 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
A small consistency fix.
Changed
mnow means "tomorrow" in every date input — the schedule modal, the new-event/edit modals, and quick-add — matching the board'sm= tomorrow key. Sot/m= today/tomorrow whether you press them on a card or type them into a field.tm/tom/tomorrow/domanistill work as aliases. Hints and the help screen updated; addedparsers.test.tsto 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
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 isTitle [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(orall-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
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:- Create —
nor click an empty slot → title (+HH:MM-HH:MM) → pick calendar → Enter.default_calendarsets the default target. - Edit / delete — click an event on a writable calendar to select it →
eedit title/time,ddelete (confirm),Escdeselect. 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.
- Create —
- Step-by-step Google Cloud OAuth client setup in the README (bring-your-own-credentials).
Full notes: CHANGELOG