Releases: omarshahine/findmy-cli
Releases · omarshahine/findmy-cli
v0.3.0
What's Changed
- Add
findmy itemsandfindmy itemfor Find My Items/AirTags. - Add
findmy watchfor continuous polling with JSON-lines/diff output. - Add SQLite history ledger plus
findmy logqueries for people, devices, and items. - Add
--zoomforpersonanddeviceto click a matched row and OCR the detail pane for a more precise address. - Improve device sidebar parsing so
This Mac/current-device badges do not leak into locations.
Thanks to @mvanhorn for the PRs behind this release (#5, #6, #7, #8, #9).
Verification
go test ./...go vet ./...make- Live smoke checks for JSON output, watch, ledger writes/queries, and
--zoom.
Note: --zoom address extraction is best-effort OCR and may vary with Find My UI or map/detail text changes.
v0.2.0
What's Changed
- Add
findmy devicesandfindmy device <name>for reading the Find My Devices tab. - Add OCR-anchored sidebar detection and a clear hidden-sidebar error instead of parsing map labels as people/devices.
- Add localized FindMy.app strings for non-English macOS menu, tab, window-owner, skip-word, and time-suffix handling.
- Bump OpenClaw/NPM package metadata to
0.2.0and update README usage.
Verification
git diff --checkgo test ./cmd/findmy ./internal/findmygo vet ./cmd/findmy ./internal/findmymake clean buildnpm cinpm run buildnpm run plugin:ci- Live smoke checks for
findmy people --jsonandfindmy devices --jsonwithout publishing private rows.
v0.1.0
Full Changelog: https://github.com/omarshahine/findmy-cli/commits/v0.1.0