G

GitUI

G
GitUI Dev Tools v0.28.1

v0.28.1

Changed support proper pre-push hook (#2809) improve gitui --version message [@hlsxx] (#2838) rust msrv bumped to 1.88 Fixed fix extremely slow status loading in large repositories by replacing time-based cache invalidation with generation counter [@DannyStoll1] (#2823) fix panic when renaming or updating remote URL with no remotes configured [@xvchris] (#2868)

G
GitUI Dev Tools v0.28.1-rc

v0.28.1-rc.1

Changed support proper pre-push hook (#2809) improve gitui --version message [@hlsxx] (#2838) rust msrv bumped to 1.88 Fixed fix extremely slow status loading in large repositories by replacing time-based cache invalidation with generation counter [@DannyStoll1] (#2823) fix panic when renaming or updating remote URL with no remotes configured [@xvchris] (#2868)

G
GitUI Dev Tools v0.28.0

v0.28.0

discard changes on checkout go to line in blame Added support choosing checkout branch method when status is not empty [@fatpandac] (#2404) support pre-push hook [@xlai89] (#1933) message tab supports pageUp and pageDown [@xlai89] (#2623) files and status tab support pageUp and pageDown [@fatpandac] (#1951) support loading custom syntax highlighting themes from a file [@acuteenvy] (#2565) select s…

G
GitUI Dev Tools v0.28.0-rc

v0.28.0-rc.2

discard changes on checkout go to line in blame Added support choosing checkout branch method when status is not empty [@fatpandac] (#2404) support pre-push hook [@xlai89] (#1933) message tab supports pageUp and pageDown [@xlai89] (#2623) files and status tab support pageUp and pageDown [@fatpandac] (#1951) support loading custom syntax highlighting themes from a file [@acuteenvy] (#2565) select s…

G
GitUI Dev Tools v0.27.0

v0.27.0

new: manage remotes Breaking Changes use default shell instead of bash on Unix-like OS [@yerke] (#2343) Added add popups for viewing, adding, updating and removing remotes [@robin-thoene] (#2172) support for Copy Path action in WSL [@johnDeSilencio] (#2413) help popup scrollbar [@wugeer] (#2388) Fixes respect env vars like GIT_CONFIG_GLOBAL (#2298) Set CREATE_NO_WINDOW flag when executing Git hook…

G
GitUI Dev Tools v0.27.0-rc

v0.27.0-rc.1

new: manage remotes Breaking Changes use default shell instead of bash on Unix-like OS [@yerke] (#2343) Added add popups for viewing, adding, updating and removing remotes [@robin-thoene] (#2172) support for Copy Path action in WSL [@johnDeSilencio] (#2413) help popup scrollbar [@wugeer] (#2388) Fixes respect env vars like GIT_CONFIG_GLOBAL (#2298) Set CREATE_NO_WINDOW flag when executing Git hook…

G
GitUI Dev Tools v0.26.3

v0.26.3

Breaking Changes Theme file format note: this actually applied to the previous release already: 0.26.2 Ratatui (upstream terminal rendering crate) changed its serialization format for Colors. So the theme files have to be adjusted. selection_fg: Some(White) -> selection_fg: Some("White") but this also allows us now to define colors in the common hex format: selection_fg: Some(Rgb(0,255,0)) -> sele…

G
GitUI Dev Tools v0.26.3-rc

v0.26.3-rc.1

Breaking Changes Theme file format note: this actually applied to the previous release already: 0.26.2 Ratatui (upstream terminal rendering crate) changed its serialization format for Colors. So the theme files have to be adjusted. selection_fg: Some(White) -> selection_fg: Some("White") but this also allows us now to define colors in the common hex format: selection_fg: Some(Rgb(0,255,0)) -> sele…

G
GitUI Dev Tools v0.26.2

v0.26.2

Fixes fix cargo install without --locked (#2098) respect configuration for remote when fetching (also applies to pulling) [@cruessler] (#1093) add : character to sign-off trailer to comply with Conventinoal Commits standard @semioticrobotic (#2196) Added support overriding build_date for reproducible builds [@bmwiedemann] (#2202) Support