Skip to content

Releases: alexapvl/mytime

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:39

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 googleapis package

Assets

  • mytime-0.1.4-macos-arm64.tar.gz - slim Apple Silicon pack for Homebrew
  • mytime-0.1.4-macos-x86_64.tar.gz - slim Intel pack for Homebrew
  • mytime-0.1.4-macos-arm64-standalone.tar.gz - portable Apple Silicon pack with Node 20
  • mytime-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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:10

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:58

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:18

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

Choose a tag to compare

@alexapvl alexapvl released this 10 Jul 14:01

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 CLImytime agent with token-efficient TOON output for AI assistants
  • Onboardingmytime setup, mytime doctor, and agent-assisted Google OAuth setup
  • Homebrewbrew install alexapvl/mytime/mytime --HEAD via 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
mytime

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