v0.26.3-rc.1
版本发布时间: 2024-06-02 20:37:12
extrawurst/gitui最新发布版本:v0.26.3(2024-06-02 21:05:46)
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))
-> selection_fg: Some("#00ff00")
Checkout THEMES.md for more info.
Added
- support intel x86 apple build in nightlies and releases
- support
BUILD_GIT_COMMIT_ID
enabling builds fromgit archive
generated source tarballs or other outside a git repo [@alerque] (#2187)
Fixes
- update yanked dependency to
libc
to fix building with--locked
. - document breaking change in theme file format.
1、 gitui-linux-aarch64.tar.gz 5.22MB
2、 gitui-linux-arm.tar.gz 4.42MB
3、 gitui-linux-armv7.tar.gz 4.4MB
4、 gitui-linux-x86_64.tar.gz 5.07MB
5、 gitui-mac-x86.tar.gz 4.15MB
6、 gitui-mac.tar.gz 4.4MB