Skip to content

Releases: mobydeck/atch

0.4

12 Mar 21:18

Choose a tag to compare

Full Changelog: 0.3...0.4

  • Add tail command to read session logs
  • clear subcommand hint

0.3b

05 Mar 23:55

Choose a tag to compare

Full Changelog: 0.3a...0.3b

  • Make clear command work without explicit session argument

0.3a

04 Mar 19:55

Choose a tag to compare

Full Changelog: 0.3...0.3a

  • Add -C log cap flag for per‑session log size

0.3

02 Mar 22:35

Choose a tag to compare

0.3

Full Changelog: 0.2...0.3

  • Rotate session log when size limit is reached

0.2

02 Mar 04:49

Choose a tag to compare

0.2

Full Changelog: 0.1...0.2

  • Add kill --force flag and unify ATCH_SESSION envvar
  • Add dynamic session envvars and HOME fallback logic
  • Add confirmations for new/start, improve option parsing, add tests

0.1

01 Mar 03:56

Choose a tag to compare

0.1

Full Changelog: https://github.com/mobydeck/atch/commits/0.1

  • Clarify ring buffer role in README
  • Add session history section with persistence details
  • Avoid duplicate log replay separator on reattach
  • Avoid double replay of session log when attaching
  • Add atch clear command to truncate session logs
  • Rewrite atch main with command‑based syntax
  • Add socket_with_chdir helper to handle long paths
  • Initial commit