v0.59.0
Added 2
- Support using the selected commit's message in a fixup
- Add Nushell support for nvim-remote preset
Changed 3
- Have "Find base commit for fixup" ignore fixup commits for the found base commit
- Exclude commit trailers from line wrapping
- Limit popup panel widths to a maximum width
Fixed 6
- Fix gitignore path collisions
- Don't log the "git rev-list" call when marking bisect commits
- Fix opening a menu when a previous menu was scrolled down
- When moving commits up/down and the selection leaves the view, scroll to make it visible again
- Fix rendering of CRLF sequence ('\r\n')
- Fix rendering of the Reflog panel when using up/down to scroll it
What's Changed
Enhancements 🔥
- Have "Find base commit for fixup" ignore fixup commits for the found base commit by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5210
- Exclude commit trailers from line wrapping by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5230
- Limit popup panel widths to a maximum width by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5231
- Support using the selected commit's message in a fixup by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/5233
- Fix gitignore path collisions by @DawidPietrykowski in https://github.com/jesseduffield/lazygit/pull/5245
Fixes 🔧
- Don't log the "git rev-list" call when marking bisect commits by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5236
- Fix opening a menu when a previous menu was scrolled down by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5238
- When moving commits up/down and the selection leaves the view, scroll to make it visible again by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5247
- Fix rendering of CRLF sequence ('\r\n') by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5237
- Fix rendering of the Reflog panel when using up/down to scroll it by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5248
- Add Nushell support for nvim-remote preset by @baiyeidk in https://github.com/jesseduffield/lazygit/pull/5250
Maintenance ⚙️
- Update devcontainer
VARIANTto1-trixieby @mricherzhagen in https://github.com/jesseduffield/lazygit/pull/5204 - chore: Update outdated GitHub Actions versions by @pgoslatara in https://github.com/jesseduffield/lazygit/pull/5220
- Disable the automatic, scheduled release by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5272
- Auto-update cheatsheets after updating translation by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5275
Docs 📖
- Update README to add GitArbor TUI as an alternative by @cadamsdev in https://github.com/jesseduffield/lazygit/pull/5257
- Update docs and schema for release by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5276
I18n 🌎
- Update translations from Crowdin by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5274
New Contributors
- @pgoslatara made their first contribution in https://github.com/jesseduffield/lazygit/pull/5220
- @cadamsdev made their first contribution in https://github.com/jesseduffield/lazygit/pull/5257
- @baiyeidk made their first contribution in https://github.com/jesseduffield/lazygit/pull/5250
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.58.1...v0.59.0