Releases: mobydeck/atch
Releases · mobydeck/atch
0.5
What's Changed
- Add
rmcommand to remove stale and exited sessions - Add installation to readme
- fix: add macOS build support by @DonaldoDes in #4
- feat: add list -a flag to show exited sessions by @ricardovfreixo in #17
New Contributors
- @DonaldoDes made their first contribution in #4
- @ricardovfreixo made their first contribution in #17
Full Changelog: 0.4...0.5
0.4
0.3b
Full Changelog: 0.3a...0.3b
- Make
clearcommand work without explicit session argument
0.3a
Full Changelog: 0.3...0.3a
- Add -C log cap flag for per‑session log size
0.3
0.2
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