Skip to content

Releases: cwsaylor/gitmoni

v0.9.0

23 Mar 03:17

Choose a tag to compare

Fixed

  • Fix diff pane corruption caused by binary file content (e.g., .DS_Store) being rendered directly to the terminal
  • Detect binary files using null-byte heuristic (same approach as git) and display "Binary file" message instead of raw content

v0.8.1

20 Mar 03:01

Choose a tag to compare

Fixed

  • Fix repo selection (Enter, file list, diff) opening wrong repo when sorting is active

v0.8.0

20 Mar 02:22

Choose a tag to compare

Added

  • Show current branch name in each repo's description line
  • Configurable repo sorting via sort_order: "manual" or "alphabetical" (default)
  • Option to float changed/behind repos to top via sort_changed_to_top (default true), grouped by priority: both changed, remote only, local only, clean
  • Highlight repos behind remote in yellow (Peach)
  • Show repo directory name instead of full path by default (display_full_path option)
  • Auto-backfill missing config fields to existing config files
  • Write default config to ~/.gitmoni.json on first run

Changed

  • Switch color scheme to Catppuccin Frappé (UI colors, list styles, and syntax highlighting)