| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
[0.22.1] - 2022-11-22
- Bugfix followup release - check 0.22.0 notes for more infos!
Added
- new arg --polling to use poll-based change detection and not filesystem
watcher (use if you see problems running into file descriptor limits)
Fixes
- improve performance by requesting branches info asynchronous (92f63d1)
- fix app startup delay due to using file watcher (#1436)
- make git tree file fetch async (#734)
[0.22.0] - 2022-11-19 submodules view
- submodules
Added
- submodules support (#1087)
- remember tab between app starts (#1338)
- repo specific gitui options saved in .git/gitui.ron (#1340)
- commit msg history (#1345)
- customizable cmdbar_bg theme color & screen spanning selected line bg
[@gigitsu] (#1299)
- word motions to text input [@Rodrigodd] (#1256)
- file blame at right revision from commit-details [@heiskane] (#1122)
- dedicated selection foreground theme color selection_fg (#1365)
- add regex-fancy and regex-onig features to allow building Syntect with
Onigumara regex engine instead of the default engine based on fancy-regex
[@jirutka]
- add vendor-openssl feature to allow building without vendored openssl
[@jirutka]
- allow copying marked commits [@remique] (#1288)
- feedback for success/failure of copying hash commit [@sergioribera](#1160)
- display tags and branches in the log view [@alexmaco] (#1371)
- display current repository path in the top-right corner [@alexmaco](#1387)
- add Linux targets for ARM, ARMv7 and AARCH64 [@adur1990] (#1419)
- display commit description in file view [@alexmaco] (#1380)
- allow launching editor from Compare Commits view (#1409)
Fixes
- remove insecure dependency ansi_term (#1290)
- use filewatcher instead of polling updates (#1)
|
|
|
|
Now also reported upstream, ref.
https://github.com/alexcrichton/openssl-src-rs/pull/156
so hopefully this patch can eventually be removed.
|
|
Added
stack popups (#846)
file history log [@cruessler] (#381)
termux support on andriod [@PeroSar] (#1139)
use GIT_DIR and GIT_WORK_DIR from environment if set (#1191)
new FAQs page
mention macports in install section [@fs111](#1237)
support copy to clipboard on wayland [@JayceFayne] (#397)
Fixed
opening tags list without remotes (#1111)
tabs indentation in blame [@fersilva16] (#1117)
switch focus to index after staging last file (#1169)
fix stashlist multi marking not updated after dropping (#1207)
exact matches have a higher priority and are placed to the top of the list
when fuzzily finding files (#1183)
Changed
minimum supported rust version bumped to 1.60 (#1279)
|
|
|
|
Blazing fast terminal client for git written in Rust.
Features:
* Fast and intuitive keyboard only control
* Context based help (no need to memorize tons of hot-keys)
* Inspect, commit, and amend changes (incl. hooks: commit-msg/post-commit)
* Stage, unstage, revert and reset files and hunks
* Stashing (save, apply, drop, and inspect)
* Browse commit log, diff committed changes
* Scalable terminal UI layout
* Async input polling
* Async git API for fluid control
|