Releases: altsem/gitu
Releases · altsem/gitu
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
v0.21.0
[0.21.0] - 2024-06-16
🚀 Features
- -n argument to limit log
- -F to grep for commits in log menu
- Support value arguments
🐛 Bug Fixes
- Pin exact tree-sitter version to prevent common build breaks
v0.20.1
[0.20.1] - 2024-05-08
🐛 Bug Fixes
- Bad diffs when git's
autocrlf
was enabled