Skip to content

Releases: djetelina/cheznav

v0.2.0

10 Apr 09:13

Choose a tag to compare

Added

  • Git status indicators: header shows uncommitted/ahead/behind counts, files with uncommitted source changes marked with 🔄
  • Non-blocking git fetch on startup for accurate ahead/behind tracking

Changed

  • Diff view replaced with external chezmoi diff (respects chezmoi's diff.command and diff.pager config)
  • File/content viewing now uses $PAGER (falls back to less) instead of built-in viewer

Removed

  • Built-in side-by-side diff viewer
  • Accept left/right actions from diff view
  • Built-in content viewer (syntax-highlighted inline view)

v0.1.1

02 Apr 21:00

Choose a tag to compare

Changelog

Cleanup

  • Removed unused chezmoi.diff() and chezmoi.edit() functions
  • Removed unused Label and Container imports
  • Dropped unnecessary textual[syntax] dependency extra (only rich.syntax is used)
  • Fixed HomeTree icon overrides to use correct attribute names (ICON_NODE/ICON_NODE_EXPANDED)
  • Added snapshot_report.html to .gitignore

v0.1.0

02 Apr 18:44

Choose a tag to compare

Initial release