Releases: altsem/gitu
Releases · altsem/gitu
v0.20.1
[0.20.1] - 2024-05-08
🐛 Bug Fixes
- Bad diffs when git's
autocrlf
was enabled
v0.20.0
[0.20.0] - 2024-05-08
🚀 Features
- Add "elsewhere" option to fetch, pull and push menu
- Syntax highlighting for Elixir
v0.19.2
[0.19.2] - 2024-04-25
🐛 Bug Fixes
- Hint/preserve missing newlines in diffs/patches
v0.19.1
[0.19.1] - 2024-04-21
🐛 Bug Fixes
- Crash when trying to highlight
.tsx
files
v0.19.0
[0.19.0] - 2024-04-21
🚀 Features
- Move to parent section with alt+h
- Move to next/prev sections with alt+j and alt+k
- On MacOS: load
~/.config/gitu/config.toml
instead of~/Library/Application Support/gitu/config.toml
- Add Revert commit/abort/continue
- Show revert status
🐛 Bug Fixes
- Scala syntax highlighter would not load
v0.18.4
[0.18.4] - 2024-04-20
🐛 Bug Fixes
- (ci) Release dir would not be created
v0.18.3
[0.18.3] - 2024-04-20
🐛 Bug Fixes
- Release to windows
v0.18.2
[0.18.0] - 2024-04-20
🚀 Features
- Syntax highlighting with tree-sitter and revamp of diff style config
🐛 Bug Fixes
- (log) Ignore
prefetch/remotes/
refs
v0.17.1
[0.17.1] - 2024-04-17
🐛 Bug Fixes
- Moving page up/down resulted in view being refreshed
v0.17.0
[0.17.0] - 2024-04-17
🚀 Features
- Log whether config file is being loaded or not on startup (--log flag)
- Add blank lines between refs sections, don't show empty sections
- Segregate remotes into separate sections
- Make 3 sections in show refs screen: branches, remotes, tags
🐛 Bug Fixes
- When head detached show "?" instead of "*" on target match; update tests