Releases: JoaoOliveira889/monogit
Releases · JoaoOliveira889/monogit
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
Changelog
Features
- cbc09d7: feat: add advanced bulk operations — checkout all (B) and stash all (Z) (@JoaoOliveira889)
v0.0.12
Changelog
Features
- 9999bf4: feat: add branch merge, scrollable help, refactor mergetool and bump to v0.0.12 (@JoaoOliveira889)
v0.0.11
New Features
Conflict Resolver (m)
- Press
mon any repo to detect merge conflicts - Lists conflicting files with status labels (both modified, added by us, etc.)
- Press
enterto open the configured mergetool directly in the terminal - Mergetool takes over the terminal; TUI restores on exit
Compact Diff (C)
- Press
Cin the DiffPanel to toggle compact diff mode - Shows only changed function/class names extracted from hunk headers
- Ideal for quick review of what functions changed per file
Merge Configuration
- New
merge_toolfield in~/.config/monogit/config.json - Empty by default → falls back to
git mergetool(readsgit config merge.tool)
Help Modal Fix
- Fixed: all sections now visible in 1-column, 2-column, and 3-column layouts
- Sections reorganized into 8 well-balanced groups
- New entries:
m(resolve conflicts) andC(compact diff) - Seções TAGS, BRANCH MODE, e CONFLICTS agora aparecem em todos os layouts
Removals
.clinerulesand.cursorrulesremoved and added to.gitignore
v0.0.10
v0.0.9
Changelog
Features
- d7e5d1c: feat: Refactor TUI components and improve functionality (@JoaoOliveira889)