Releases: bketelsen/clincus
Releases · bketelsen/clincus
v0.6.1
Changelog
Features
- 62d7466 feat: enhance Projects page with root grouping, sorting, and new folder creation (#19)
- 999e0c2 feat: add clincus service command for systemd user unit management (#18)
Bug Fixes
- be5fbf0 fix(server): apply config mounts in dashboard sessions; document SSH mount (#21)
- 7c9579f fix(web): make main content area scrollable (#20)
Documentation
v0.6.0
v0.5.0
v0.4.0
Changelog
Features
- 910e614 feat(cli): upgrade to fang v2, use built-in completions and manpages
- 370621f feat(cli): add charmbracelet/fang for styled CLI output
- 29c7baa feat: set up squad team for clincus project
Documentation
- 60d2f82 docs: document architectural decisions in squad decisions log
Others
- 005a67c chore: makefile add check
- afbe910 Merge pull request #5 from bketelsen/feat/fang
- f26c97b style: fix import ordering in root.go
- f3fc813 Merge pull request #4 from bketelsen/feat/squad-setup
- fdcc080 chore: add a squad
- 3ddeb72 Merge pull request #3 from bketelsen/ci/docs-workflow-dispatch
- b0b1fd0 ci: add workflow_dispatch trigger to docs workflow
- 6c12178 chore(release): update changelog for v0.3.0
v0.3.0
Changelog
Features
- 866ef1d feat: add GitHub Copilot CLI as supported tool
Bug Fixes
- f3cfb00 fix: use in-container mount for tmpfs instead of Incus device API
- 43b3875 fix(ci): pin golangci-lint to v2.11 for lint action compatibility
Documentation
- 0aab28d docs: require feature branch and PR workflow in CLAUDE.md
Others
v0.2.0
Changelog
Features
- 0a3ea38 feat(web): improve session tiles, refresh on lifecycle, rename to Projects
Bug Fixes
- f620acd fix: restore .gitkeep after web build in Makefile
Documentation
- 8f5f476 docs: add CLAUDE.md with project conventions and doc requirements
- 03f42fd docs: add TODO list
- e3df61b docs: add dashboard and session screenshots
Others
v0.1.0
Changelog
Bug Fixes
- 8a03d2f fix: use git changelog instead of github API (no previous tag)
- 576c793 fix: gitignore pattern was hiding cmd/clincus/ directory
- a756176 fix: reorder goreleaser hooks (web before completions) and remove deprecated builds keys
- 5f64e7f fix: remove invalid 'publish' field from goreleaser nightly config
- 1cb6e86 fix: use golangci-lint v2 action and format Python tests with ruff
- f236627 fix: install to ~/.local/bin instead of GOPATH
- 6882124 fix: resolve build/test/lint issues found in full verification
Documentation
- 4de4c24 docs: add initial changelog for v0.1.0
- 3d791b1 docs: write architecture overview and contributing guide
- a65bffc docs: write reference docs
- 5209c34 docs: write user guides
- 064b851 docs: write getting started guides
- 1ae39c0 docs: set up MkDocs Material site structure
- fc383e1 docs: add README with quick start and attribution
Others
- 9c8a2d5 chore: update .gitignore for completions, manpages, site, and webui dist
- afe25f3 ci: add GitHub Actions workflows for CI, release, and docs
- 8f2add7 build: add GoReleaser Pro configuration
- c436fcd build: add Makefile with build, test, release targets
- e08b281 refactor: rebrand web frontend from COI to Clincus
- b109886 refactor: rename coi references in Python integration tests
- 8d4e522 refactor: rename all coi/COI string references to clincus
- 12530ae refactor: rename Go module to github.com/bketelsen/clincus
- e30fd6c refactor: remove network config, rename coi to clincus in server
- 6f87916 refactor: remove network coupling from image builder, rename to clincus
- 6231c28 refactor: remove firewall/veth cleanup from orphan detection
- 3846d83 refactor: remove ~750 lines of network/monitoring health checks
- 3377459 refactor: remove network/monitor coupling from all CLI commands
- 128675f refactor: remove network/bedrock coupling from session, rename coi to clincus
- 50551a5 refactor: remove network and monitoring config, rename coi paths to clincus
- 62bbf85 chore: delete monitor CLI subcommand
- c82c0f8 chore: copy source files from code-on-incus
- f39192b chore: initialize clincus repository