Skip to content

Releases: ArmanJR/PolyClaude

v0.1.7

06 Mar 14:50
v0.1.7
f2aea7e

Choose a tag to compare

Changelog

  • f2aea7e fix: pass configured claude path to RunSanityCheck instead of hardcoding

v0.1.6

06 Mar 04:26
v0.1.6
f915461

Choose a tag to compare

Changelog

  • 3f5da53 fix: show actual cycles range and workdays in schedule summary
  • f915461 fix: use compounding T+1min formula for post-block activation times

v0.1.5

06 Mar 02:52
v0.1.5
564a240

Choose a tag to compare

Changelog

  • 0bcea81 feat: detect Linux distro to show only relevant cron install command
  • 564a240 feat: log cron job output with timestamps and exit codes to per-account files

v0.1.4

06 Mar 01:19
v0.1.4
e0b2f5c

Choose a tag to compare

Changelog

  • e0b2f5c feat: add timezone support for cron entry generation

v0.1.3

05 Mar 23:50

Choose a tag to compare

Changelog

  • d7b6fe5 feat: check crontab availability in step 1 with OS-specific install hints

v0.1.2

05 Mar 23:32

Choose a tag to compare

Changelog

  • 77dc41b fix: check .claude.json instead of settings.json for login verification
  • bc14ca8 fix: claude install command
  • 40b9451 fix: remove stale /login instruction from login step view
  • 75b7375 fix: resolve crontab binary path with fallback for stripped PATH environments

v0.1.1

05 Mar 20:55
v0.1.1
9529d15

Choose a tag to compare

Changelog

  • 9529d15 feat: add self-update mechanism, install script, and improved CLI help

v0.1.0

05 Mar 20:36
v0.1.0
fbc1002

Choose a tag to compare

Changelog

  • fbc1002 feat: add GoReleaser config and release workflow
  • 198bfb9 feat: add post-cycle activation cron entries
  • f97e67e feat: implement PolyClaude multi-account Claude Code scheduler
  • 1cff372 init