v0.30
版本发布时间: 2021-10-23 16:13:16
jesseduffield/lazygit最新发布版本:v0.43.1(2024-07-13 18:28:56)
Changelog
Features:
- many more places where suggestions are shown as you type in a prompt. For example, when:
- searching for a file to check its history
- checking out a branch
- setting a remote branch to track
- entering a custom command
- added support for diff3 merge conflict style (thanks @Ryooooooga )
- files in the working tree can now be filtered by staged/unstaged with
(thanks @Liberatys ) - gui language can now be set manually with gui.language config key (thanks @Dwarven )
- cherry picked commit colour is now customisable (thanks @samburville )
- you can now define multiple config files to merge into one another, allowing for light/dark theming without having to duplicate other configuration (thanks @mjarkk )
- in the staging panel you can now copy the selected lines to the clipboard (thanks @Hrily )
- jump-to-block keybindings (default 1-5) are now configurable (thanks @samburville )
Bug fixes:
- fixed panic when resolving merge conflicts (thanks @Ryooooooga)
- fixed issues opening files on windows (thanks @Ryooooooga)
- fixed bug where deleting unmerged branches caused issues when not in english (thanks @Ryooooooga)
- fixed crash when removing tracked files (thanks @Ryooooooga)
- better support for different encoding schemes
- patch files are now saved in temp directory to save space (thanks @Ryooooooga)
- fixed various crashes caused by improper quotation in git commands (thanks @Ryooooooga)
- fixed various issues with the commit message editor
- fixed issue where the main panel scrolled back to the top whenever lazygit refreshed
- fixed issue where pressing tab in a confirmation panel would spawn a random panel at the edge of the application
- fixed issue where commits panel would be empty on older git versions (thanks @Ryooooooga)
- As part of an initiative to let the git config drive of lazygit's behaviour, pull logic has been simplified so that now the git config's setting is honoured. Highly recommended: set
pull.rebase = interactive
andrebase.autoSquash = true
so that you can see the commits yet to be rebased when midway through pulling. Note that this means thegit.pull.mode
lazygit config has been removed - --follow-tags has been removed from
git push
, so if you still want that you'll need to set it in your git config withpull.followTags = true
Other Changes:
- file tree view is now shown by default. You can switch to flat view with the backtick key
- if you hide the command log panel from within lazygit, it will stay hidden when you open lazygit again. This spares you from having to hide it manually in your lazygit config.
- improved chinese translation (thanks @btwise and @black-desk )
- updates to polish translation (thanks @HTD )
- lots of new tests added for dealing with remotes (pushing, pulling, fetching, setting upstream, etc)
- fixed some misspellings (thanks @codesoap )
1、 checksums.txt 1.26KB
2、 lazygit_0.30_Darwin_arm64.tar.gz 4.77MB
3、 lazygit_0.30_Darwin_x86_64.tar.gz 4.85MB
4、 lazygit_0.30_freebsd_32-bit.tar.gz 4.38MB
5、 lazygit_0.30_freebsd_arm64.tar.gz 4.25MB
6、 lazygit_0.30_freebsd_armv6.tar.gz 4.36MB
7、 lazygit_0.30_freebsd_x86_64.tar.gz 4.68MB
8、 lazygit_0.30_Linux_32-bit.tar.gz 4.38MB
9、 lazygit_0.30_Linux_arm64.tar.gz 4.27MB
10、 lazygit_0.30_Linux_armv6.tar.gz 4.36MB
11、 lazygit_0.30_Linux_x86_64.tar.gz 4.67MB
12、 lazygit_0.30_Windows_32-bit.zip 4.54MB
13、 lazygit_0.30_Windows_armv6.zip 4.45MB
14、 lazygit_0.30_Windows_x86_64.zip 4.72MB