Summarized Changelog
- 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
- Files in the working tree can now be filtered by staged/unstaged
- Gui language can now be set manually with gui.language config key
- Cherry picked commit color is now customizable
- You can now define multiple config files to merge into one another, allowing for light/dark theming without having to duplicate other configuration
- In the staging panel you can now copy the selected lines to the clipboard
- Jump-to-block keybindings (default 1-5) are now configurable
- 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.
- Bugfixes