Skip to content

Release 0.13.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 16:13
· 200 commits to master since this release

Release 0.13.0

Changes

Changes since 0.12.1:

  • fix(deps): Use vendored-openssl for git2
  • chore(deps): Update Cargo.lock
  • fix(ci): Add libssl-dev for git2 dependency on Linux
  • chore(release): Prepare v0.13.0 release
  • refactor(tui): Extract god object scoring fns
  • fix(git): Unify classify_stability function
  • chore: Merge worktree git2 migration
  • style: Apply automated formatting
  • feat: Implement spec 001 - git2 library migration
  • feat(tui): Add vim-style navigation for detail view
  • docs(spec): Add spec 001 for git2 library migration
  • chore(deps): Bump zmij from 1.0.14 to 1.0.16
  • fix(tui): Align context page title to column 0
  • chore(release): Prepare v0.13.1
  • refactor: Extract pure functions from modules
  • fix(dashboard): Match TUI behavior for debt item display
  • deps(deps): bump thiserror from 2.0.17 to 2.0.18 (#39)
  • chore(release): Prepare v0.13.0
  • fix(dashboard): Simplify data loader UI
  • fix(dashboard): Remove auto-load on startup
  • docs(readme): Add local dashboard option
  • refactor(output): Remove --format html
  • feat(docs): Deploy dashboard to GitHub Pages
  • feat(viz): Add smart tooltip positioning and churn sizing
  • feat(output): Add file debt_type, remove recommendation
  • refactor(priority): Extract tests and helpers