v0.4.0
Renamed: checkin is now blick
This release renames the CLI from checkin to blick, matching the iOS app's rename. The two are surfaces of the same product — quick Microsoft 365 status checks — and one name reads cleanly across them.
No functional changes. The renaming slice ships clean so future feature slices (address book, email and chat compose) build on top, en route to v1.0.
Upgrading
Apt users (Debian, Ubuntu): manual transition. The checkin package stays at 0.3.2 as its final version; blick is a fresh package.
sudo apt remove checkin
sudo apt update
sudo apt install blickCurl-install users: re-run the installer pointed at the new repo.
curl -fsSL https://raw.githubusercontent.com/excelano/blick-cli/main/install.sh | shThen remove the old binary:
which checkin && rm "$(which checkin)"Build-from-source users: the repo redirects, but updating the remote is cleaner.
git remote set-url origin https://github.com/excelano/blick-cli.gitConfig and token cache
Auto-migrated on first run. If ~/.config/blick/ does not exist but ~/.config/checkin/ does, blick silently renames the directory in place. Existing config.json and token.json come along; no re-auth required.
Repo rename
excelano/checkin-cli is now excelano/blick-cli. GitHub auto-redirects clones and old release-asset URLs to the new location.