Releases: altsem/gitu
Releases · altsem/gitu
v0.28.0
[0.28.0] - 2025-02-04
🚀 Features
- (Revert) Add --no-edit flag (bound to -E)
- Update on file changes
- Open help with
?
too, close withh
/?
(#280)
🐛 Bug Fixes
- Cursor sometimes hidden when spawning editor
- 'Standard input is not a terminal' when opening editor
- Staircased git output
🔧 Configuration
- Add
refresh_on_file_change
bool to en/disable file watcher
v0.27.0
[0.27.0] - 2024-11-05
🚀 Features
- (config) Collapse screen headers via e.g.
general.collapsed_sections = ["recent_commits"]
🐛 Bug Fixes
- Set version properly in Github release
v0.26.0
[0.26.0] - 2024-10-24
🚀 Features
- Support "The Two Remotes": https://magit.vc/manual/3.2.0/magit/The-Two-Remotes.html
🔧 Configuration
- Bind 'Pu' to new action:
push_to_upstream
- Bind 'Pp' to new action:
push_to_push_remote
- Bind 'Fu' to new action:
pull_from_upstream
- Bind 'Fp' to new action:
pull_from_push_remote
- Remove 'Pp' <->
git push
(depended onpush.default
) - Remove 'Fp' <->
git pull
(from upstream) - Rename
push_elsewhere
topush_to_elsewhere
- Rename
pull_elsewhere
topull_from_elsewhere
v0.25.0
[0.25.0] - 2024-09-03
🚀 Features
- Change priority order of editor envvar lookup
v0.24.0
[0.24.0] - 2024-08-05
🚀 Features
- (status) Detect renamed files
v0.23.1
[0.23.1] - 2024-07-23
🐛 Bug Fixes
- (instant fixup commit) Would not work with some versions of Git
- (instant fixup commit) Use --keep-empty and --autostash like Magit
- (instant fixup commit) Errors wouldn't show
v0.23.0
[0.23.0] - 2024-07-18
🚀 Features
- (commit) Instant fixup
🐛 Bug Fixes
- Invisible menu after closing an input prompt
🎨 Styling
- Wording in menus made more consistent to Magit
v0.22.1
[0.22.1] - 2024-07-04
🐛 Bug Fixes
- Upgrade libgit2 to 1.8.1 to support new
index.skipHash
git config
v0.22.0
[0.22.0] - 2024-06-27
🚀 Features
- Make cursor and selection symbol configurable
v0.21.1
[0.21.1] - 2024-06-19
🐛 Bug Fixes
- Tabs would not be rendered, render them as 4 spaces for now
- (flake) Add AppKit to build inputs