Skip to content

Releases: affromero/gitpane

v0.5.2

14 Apr 17:09

Choose a tag to compare

docs: update CHANGELOG.md for v0.5.2

v0.5.1

13 Apr 21:10

Choose a tag to compare

docs: update CHANGELOG.md for v0.5.1

v0.5.0

13 Apr 20:29

Choose a tag to compare

docs: update CHANGELOG.md for v0.5.0

v0.4.1

01 Apr 16:24

Choose a tag to compare

fix: CI formatting (cargo fmt)

v0.4.0

18 Mar 22:29

Choose a tag to compare

Added

  • Full dirty submodule awareness: detects Modified (pointer changed), Dirty (uncommitted local changes), and Uninitialized states
  • badge in repo list when any submodule has a non-clean state
  • [sub: +commit], [sub: ~dirty], [sub: -uninit] annotations in the file list with LightMagenta styling
  • Submodule-aware diff panel: shows git diff for dirty workdirs, commit log for pointer changes
  • Context menu actions: "Sub: update --init", "Sub: sync", "Sub: pull latest"
  • Config toggle [submodules] ignore_dirty = true to suppress submodule noise entirely

v0.3.11

16 Mar 19:07

Choose a tag to compare

docs: update CHANGELOG.md for v0.3.11

v0.3.10

16 Mar 14:59

Choose a tag to compare

docs: update CHANGELOG.md for v0.3.10

v0.3.9

16 Mar 12:36

Choose a tag to compare

docs: update CHANGELOG.md for v0.3.9

v0.3.8

14 Mar 12:23

Choose a tag to compare

docs: update CHANGELOG.md for v0.3.8

v0.3.7

13 Mar 11:12

Choose a tag to compare

[0.3.7] - 2026-03-13

Added

  • Adaptive split direction for diff/detail panels: inner splits use vertical (top/bottom) layout when the terminal is wide enough for side-by-side panels, preventing unreadably cramped content