Releases: alexapvl/mytime
Release list
v0.1.4
v0.1.4
Corrects and completes the macOS distribution after a full release audit.
Verified fixes
- Builds arm64 and x86_64 packs on matching native GitHub runners
- Publishes slim Homebrew packs and portable standalone packs for both architectures
- Rejects mislabeled cross-architecture local builds
- Preserves dependency license and notice files while pruning release contents
- Uses scoped Google Calendar dependencies instead of the full
googleapispackage
Assets
mytime-0.1.4-macos-arm64.tar.gz- slim Apple Silicon pack for Homebrewmytime-0.1.4-macos-x86_64.tar.gz- slim Intel pack for Homebrewmytime-0.1.4-macos-arm64-standalone.tar.gz- portable Apple Silicon pack with Node 20mytime-0.1.4-macos-x86_64-standalone.tar.gz- portable Intel pack with Node 20
All four published archives were downloaded and checked for the correct native architecture. Both standalone packs and the arm64 slim pack were also executed successfully (the Intel standalone pack under Rosetta).
v0.1.3
Superseded by v0.1.4
Do not use the v0.1.3 Intel (x86_64) asset. A release audit found that its native better-sqlite3 binary was arm64. Use v0.1.4, which builds and verifies each architecture on a matching native runner.
v0.1.2
Superseded by v0.1.4
Do not use v0.1.2 Homebrew assets. Their archive layout is incompatible with the formula, and the Intel asset was not built on an Intel runner. Use v0.1.4.
v0.1.1
Superseded by v0.1.4
This was the first standalone-pack release. Its Intel asset was not built on an Intel runner. Use v0.1.4 for verified native arm64 and x86_64 builds.
v0.1.0
First public release of mytime — a terminal task manager and calendar TUI with Google Calendar sync.
Highlights
- TUI — Backlog, Daily, Week, Month, and Past Due views
- Google Calendar — dedicated "mytime" calendar for writes; read-only pull for other calendars
- Agent CLI —
mytime agentwith token-efficient TOON output for AI assistants - Onboarding —
mytime setup,mytime doctor, and agent-assisted Google OAuth setup - Homebrew —
brew install alexapvl/mytime/mytime --HEADvia homebrew-mytime - Update checks — once-daily check for new commits when opening the TUI
Install
brew install alexapvl/mytime/mytime --HEAD
mytime setup
mytime auth
mytime sync
mytimeOr from source: pnpm install && pnpm build && pnpm link --global
Google setup
Bring your own Google Cloud Desktop OAuth client — see the README or run mytime setup --agent-prompt.