Lazygit-py

Latest version: v0.42.0

Safety actively analyzes 641134 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 26

0.28.2

Changelog

44f7fc6f Add global binding to open recent repos
472288c8 Add user config to change the sort order of tags
3258c24f Better english for `Configuring File Editing`.
05a23f0e Discard value after END marker
e7c657fb Docs for EditCommand.
60468d2e Edit command as user OS config option
e478c254 Handle alternate merge conflict format; add tests
fd38ad80 More generic merge conflict detection
6ccf58c2 README: deprecate Ubuntu PPA
94b52af6 Remove config, make default sort order `descending`
bc044c64 Remove origin prefix when creating local branch based from origin
cb78cf7d Simplify sorting of git tags by using git's functions
f92fcfbb cd: remove ppa job
f91adf02 fix lbl scrolling
d502c43a fix tests
0df02dac minor changes
f71b23b8 more explicit
90983aae not importing regexp
6d91661d prevent closure issue
258eedb3 refactor

0.28.1

Changelog

9190e9be Fix englishIntroPopupMessage typo in english.go

0.28

lazygit 0.28 Release notes

Thanks to everybody who filled out the survey at:
- https://forms.gle/AdFEuLy2dikcmK4F7

It's still open so if you want to leave feedback about lazygit please click the link!

Okay what's new in this release?

Command Log Panel

![image](https://user-images.githubusercontent.com/8456633/115366163-6998ed00-a208-11eb-9f11-faee54dcaa9a.png)


Concerned that you have no idea what git commands lazygit is running under the hood? Even I was starting to wonder myself. Well now there's a command log panel which tells you exactly what's going on. Paradoxically, this makes lazygit a valuable resource for learning how to use git on the command line.

The panel is shrunk to a single row when your terminal pane is small enough so that you have some more space. If there's more room it will be a little larger. You can maximise it by clicking it or pressing '' and switching to it. You can also hide it for the current session through the menu that comes up when you hit ''.

If you want to hide it permanently you can add the following to your config (which you can edit by pressing 'o' while the status panel is focused):

yml
gui:
showCommandLog: false


You can also change the default size of the panel (in its semi-enlarged form) like so:

yml
gui:
commandLogSize: 10


Random Tip

![image](https://user-images.githubusercontent.com/8456633/115366461-b41a6980-a208-11eb-8c4e-a86ff146cbdd.png)


Some responses to the above survey mentioned features that would be cool to add... which already existed! So we're seeing how we go with a random tip that is shown in the command log panel when lazygit is opened, providing general tips for using lazygit so that the user can get a little more familiar with the app. If you find this annoying, you can disable it like so:

yml
gui:
showRandomTip: false


Admittedly if the random tip spans several lines and you only have a one-line-high command log, you're gonna need to scroll up. Not too sure how to get around that one.

Ask Question Button

![image](https://user-images.githubusercontent.com/8456633/115366336-951bd780-a208-11eb-8b38-451b7505dfe1.png)


If you're lost and want to ask a question, _any_ question, you can now click the 'Ask Question' button at the bottom right of the app. It will take you to the discussions page of the lazygit repo.


File sorting

We now bubble tracked files to the top when in flat file mode again. So first you'll see files with merge conflicts, then tracked files, then untracked files.

Bug fixes
* when you open a panel for editing text, the cursor now appears at the end, not the start, of the text.
* when using an east-asian character encoding, the rendering of frames is no longer broken

0.27.4

lazygit 0.27.1-0.27.4 Release notes

0.27.3

Changelog

e42e7e5c fix commit amend
e092da5f pause background threads when running subprocess
93fac1f3 reduce flicker without worrying about carriage returns

0.27.2

Changelog

f89c47b8 add test for building tree
44f1f220 close commit message panel after returning from subprocess
cab0aa46 fix crash at start
d5504fa5 potentially fix credentials issue
b03e2270 revert no-flicker due to carriage return weirdness
273aba38 stricter CI
21049be2 support file tree mode on windows

Page 6 of 26

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.