Skip to content

Releases: bketelsen/clincus

v0.6.1

20 Mar 03:22
be5fbf0

Choose a tag to compare

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

  • aa28fd5 docs: add verification and web dashboard gotchas to CLAUDE.md (#17)

v0.6.0

20 Mar 02:06

Choose a tag to compare

Changelog

Features

  • 999e0c2 feat: add clincus service command for systemd user unit management (#18)

Documentation

  • af71fa3 docs: add projects page enhancements design spec
  • aa28fd5 docs: add verification and web dashboard gotchas to CLAUDE.md (#17)

v0.5.0

19 Mar 19:43
b17e68c

Choose a tag to compare

Changelog

Bug Fixes

  • b17e68c fix(test): resolve flaky cleanup backoff test under race detector (#16)

Others

v0.4.0

17 Mar 15:38

Choose a tag to compare

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

17 Mar 01:34
67aa899

Choose a tag to compare

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

  • 67aa899 Merge pull request #2 from bketelsen/fix/tmpfs-mount
  • fde6c09 Merge pull request #1 from bketelsen/docs/feature-branch-workflow
  • 70c0fd4 ci: auto-generate CHANGELOG.md from conventional commits via git-cliff
  • f9aaf44 ci: gate release on CI passing via reusable workflow

v0.2.0

17 Mar 00:37

Choose a tag to compare

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

17 Mar 00:02

Choose a tag to compare

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