gitui
gitui copied to clipboard
Blazing 💥 fast terminal-ui for git written in rust 🦀
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.6 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.16.0 to 0.18.0. Release notes Sourced from tui's releases. v0.18.0 Features Update crossterm to 0.23. v0.17.0 Features Add option to widgets::List to repeat the hightlight symbol for...
Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.11.2 to 0.12.0. Changelog Sourced from simplelog's changelog. v0.12.0 - Replaces the semingly unmainted chrono library with the time crate. - Addresses through this update - RUSTSEC-2020-0159...
Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.1. Release notes Sourced from pretty_assertions's releases. v1.2.1 Fixed Fixed a panic caused by diffing two str-like values where only the left has a trailing...
Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.14.2 to 0.15.0. Release notes Sourced from textwrap's releases. textwrap-0.15.0 Version 0.15.0 (2022-02-27) This is a major feature release with two main changes: #421: Use f64 instead...
see #1087
This Pull Request fixes/closes #1065. It changes the following: - Bump clap to v3: Mainly replacing deprecated functions/items. A notable change is that `AppSettings::StrictUtf8` is now default behavior so we...
This Pull Request fixes/closes #983. It changes the following: - Adds `Shift-S` keybind to checkout the selected commit in the log view. I followed the checklist: - [ ] I...
This Pull Request fixes/closes #869. It changes the following: - Improves redraw performance by moving sync repo operations off the UI thread I followed the checklist: - [ ] I...