Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 14:27
· 13 commits to main since this release

Upgrading from 0.2.x

No new permissions, no config changes. Just upgrade and go:

sudo apt update && sudo apt install --only-upgrade checkin

(or re-run the install script for non-apt installs).

What's new

today — the full day at a glance. Lists every event on today's calendar with the past dimmed and the current event highlighted. Available as both a one-shot shell subcommand and a REPL command:

$ checkin today

  Tuesday, June 9, 2026

      9:00 AM – 9:30 AM    Daily standup            Online
     10:30 AM – 11:00 AM   Tony 1:1                 Online
      1:00 PM – 2:00 PM    Project review · now     Online
      4:00 PM – 5:00 PM    Demo prep                Conf Room A

  4 events · 4h scheduled

The interactive dashboard's "next meeting" line is unchanged — it's still "what's most urgent right now"; today is the planning view.

Word-form command aliases. The single-letter REPL commands all gained full-word equivalents you can use interchangeably. r5 and reply 5 both work; same for done 3, view 7, refresh, exit, quit, and help. The new short command H opens an expanded help screen showing every command with both forms. The dashboard's bottom command list still shows the short forms only — H is the deeper reference.

Rename "pending chats" → "unread chats" in the UI. The chat list has actually been keyed on unread state for a while; the label now matches.

Changelog

  • 6b90070: Add today view, word-form command aliases, "unread chats" rename (@anderix)