Releases: bthall/mox
Releases · bthall/mox
Release list
v0.2.0
Changelog
- c9fb683 Promote Unreleased changelog entries to v0.2.0
- fd6ae20 Merge pull request #13 from bthall/feat/roadmap
- 5a3f9b4 session,builder: lifecycle hooks and pre commands
- a5ef420 builder: hold ended connections; optional retry
- 3d341f3 tmux,cli: add --print dry-run mode
- 49fc679 config: auto-detect ./.mox.yml as a per-directory config
- 026c7c2 Merge pull request #12 from bthall/feat/picker-completion
- 53cbc57 picker: two-pane layout with live session preview
- 4872a41 picker: move the interactive UI onto Bubble Tea
- 081cf42 ci: pin golangci-lint v2.12.2; fix new staticcheck findings
- 4d45ff7 ci: build with Go 1.25
- fd0bed4 picker: replace the line prompt with an interactive fuzzy filter
- a5d408a Merge pull request #11 from bthall/recover/polish-usability
- 1c83277 ci: run checks on pull requests regardless of base branch
- 10aae91 cli: bare mox opens a session picker on a terminal
- 843b1b9 cli: add mox last
- be6d9f9 new: add -x/--exclude for host expansion
- 0df4f6a cli: add mox edit
- 2260b0d readme: badges, current install instructions, import accuracy
- f07f6ba assets: logo with true transparency
- 2f58760 Merge pull request #3 from bthall/feat/pending-work
- eab5429 goreleaser: replace deprecated archive/snapshot properties
- e06d2e7 packaging: add AUR source PKGBUILD and automated -bin publishing
- 3d4bd84 new: name ad-hoc sessions after their cluster
- 39ae9c2 import: recover SSH connections from running sessions
- fb34c60 Merge pull request #2 from bthall/feat/list-recents
- 88b2a59 cli,history: address lint findings
- 8eb8b13 cli: single-table mox list + mox recent command
- ed4787c session: enrich List and record recent sessions
- ac85a97 history: add best-effort recent-session store
- 3906f44 tmux: add ListSessionsDetailed for per-session detail
- 79c2e10 Merge pull request #1 from bthall/fix/ci-lint
- f2586dc Fix all outstanding lint findings
- d45cf95 ci: update golangci-lint-action to v7