Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:34
· 10 commits to main since this release

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 blick

Curl-install users: re-run the installer pointed at the new repo.

curl -fsSL https://raw.githubusercontent.com/excelano/blick-cli/main/install.sh | sh

Then 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.git

Config 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.

Changelog