chore(deps): update dependency aqua:gitui-org/gitui to v0.28.1#204
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency aqua:gitui-org/gitui to v0.28.1#204renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
548b205 to
532c6fa
Compare
9df7b4c to
c5f6efb
Compare
de06b51 to
0565bcb
Compare
0589b4d to
3bda30a
Compare
7e2e9d1 to
5a4b4f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.1→0.28.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gitui-org/gitui (aqua:gitui-org/gitui)
v0.28.1Compare Source
Changed
gitui --versionmessage [@hlsxx] (#2838)1.88Fixed
v0.28.0Compare Source
discard changes on checkout

go to line in blame

Added
--logfile) [@acuteenvy] (#2539)make checkchecks Cargo.toml dependency ordering usingcargo sort[@naseschwarz]use_selection_fgto theme file to allow customizing selection foreground color [@Upsylonbare] (#2515)--filecli flag to open the files tab with the given file already selected [@laktak] (#2510)Changed
branch.*.mergewhen push default is upstream [@vlad-anger] (#2542)gitui ({repo_path})[@acuteenvy] (#2462).mailmap[@acuteenvy] (#2406)gitoxideforget_tags[@cruessler] (#2664)Fixes
core.hooksPathrelative toGIT_WORK_TREE[@naseschwarz] (#2571)gitui-orginstead ofextrawurst[@vasleymus] (#2538)v0.27.0Compare Source
new: manage remotes
Breaking Changes
Added
Copy Pathaction in WSL [@johnDeSilencio] (#2413)Fixes
GIT_CONFIG_GLOBAL(#2298)CREATE_NO_WINDOWflag when executing Git hooks on Windows (#2371)v0.26.3Compare Source
Breaking Changes
Theme file format
note: this actually applied to the previous release already:
0.26.2Ratatui (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
BUILD_GIT_COMMIT_IDenabling builds fromgit archivegenerated source tarballs or other outside a git repo [@alerque] (#2187)Fixes
libcto fix building with--locked.v0.26.2Compare Source
note: this release introduced a breaking change documented in the following release:
0.26.3Fixes
cargo installwithout--locked(#2098):character to sign-off trailer to comply with Conventinoal Commits standard @semioticrobotic (#2196)Added
build_datefor reproducible builds [@bmwiedemann] (#2202)v0.26.1Compare Source
0.26.1
this release has no changes to
0.26.0but provides windows binaries that were missing before.commit signing
Added
user.signingKeyandgpg.format = sshof gitconfig are set; ssh-agent isn't yet supported) [@yanganto] (#1149)gitui -Vandhelp popup(including git hash)core.commitCharfiltering [@concelare] (#2136)Changed
x86_64linux binary in artifact names:gitui-linux-x86_64.tar.gz(formerly known asmusl) (#2148)Fixes
0.26.1) 218d739v0.26.0Compare Source
0.26.1
this release has no changes to
0.26.0but provides windows binaries that were missing before.commit signing
Added
user.signingKeyandgpg.format = sshof gitconfig are set; ssh-agent isn't yet supported) [@yanganto] (#1149)gitui -Vandhelp popup(including git hash)core.commitCharfiltering [@concelare] (#2136)Changed
x86_64linux binary in artifact names:gitui-linux-x86_64.tar.gz(formerly known asmusl) (#2148)Fixes
0.26.1) 218d739v0.25.2Compare Source
Fixes
0.25broke creating annotated tags (#2126)Changed
missing_const_for_fnlinter warning and added const to functions where applicable (#2116)v0.25.1Compare Source
Fixes
bumpaloto fix build from source (#2087)ratatuiversion to fix building without lockedcargo install gitui(#2090)v0.25.0Compare Source
** multiline text editor **
** syntax highlighting in blame **
Breaking Change
commit key binding
The Commit message popup now supports multiline editing! Inserting a newline defaults to
enter. This comes with a new default to confirm the commit message (ctrl+d).Both commands can be overwritten via
newlineandcommitin the key bindings. see KEY_CONFIG on how.These defaults require some adoption from existing users but feel more natural to new users.
key binding bitflags
Modifiers like
SHIFTorCONTROLare no longer configured via magic bitflags but via strings thanks to changes in the bitflags crate we depend on. Please see KEY_CONFIG.md or vim_style_key_config.ron for more info and examples.Added
theme.ronnow supports customizing line break symbol (#1894)prepare-commit-msghook (#1873)block_title_focusedto allow customizing title text of focused frame/block (#2052).fetchcommand in both tabs of branchlist popup (#2067)Changed
tag.gpgsignenabled until gpg-signing is supported [@TeFiLeDo] (#1915)Fixes
v0.24.3Compare Source
Fixes
Changed
v0.24.2Compare Source
Fixes
v0.24.1Compare Source
Fixes
v0.24.0Compare Source
search commits
visualize empty lines in diff better
Breaking Changes
Do you use a custom theme?
The way themes work got changed and simplified (see docs for more info):
theme.ronhas changed: you only specify the colors etc. that should differ from their default valueAdded
Fixes
~incommit.template(#1745)Changed
v0.23.0Compare Source
reset to commit
reword commit
fuzzy find branch
Breaking Change
focus_XYZkey bindings are merged into themove_XYZset, so only one way to bind arrow-like keys from now on (#1539)Added
fetchon status tab [@alensiljak] (#1471)copyfile path on revision files and status tree [@yanganto] (#1516)-lis set (#1472)Fixes
stash_open(#1454)--bugreportdoes not require param (#1466)edit-file command shown on commits msg (#1461)editcommand duplication (#1489)key_bindings.ronwill be logged (#1491)Changed
timecrate)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.