v0.60.0
Added 4
- Allow removing lines from patch directly
- Show branch name and detached HEAD in worktrees tab
- Add backward cycling support for log view using <shift>-a on status page
- Show worktree name next to branch in branches list
Changed 4
- Rename "Copy commit hash to clipboard" to mention it's an abbreviated hash
- Hide the "Fetching..." status of the auto-fetch when bottom line is hidden
- Filter file views rather than search
- Enable { and } to change diff context size in branches and tags panels in diffing mode
Fixed 5
- Fix matching of lazygit-edit URLs without line numbers
- Create .git/info directory before writing exclude file
- Fix off-by-one error when calculating popup panel dimensions
- Properly disable clicks in inactive views behind popups
- Fix diff display of custom pagers after screen mode change
What's Changed
Enhancements 🔥
- Rename "Copy commit hash to clipboard" to mention it's an abbreviated hash by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5331
- Hide the "Fetching..." status of the auto-fetch when bottom line is hidden by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5321
- Allow removing lines from patch directly by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/5277
- Filter file views rather than search by @jesseduffield in https://github.com/jesseduffield/lazygit/pull/5273
- Show branch name and detached HEAD in worktrees tab by @ruudk in https://github.com/jesseduffield/lazygit/pull/5339
- Add backward cycling support for log view (using
<shift>-aon status page) by @zaakiy in https://github.com/jesseduffield/lazygit/pull/5346 - Show worktree name next to branch in branches list by @ruudk in https://github.com/jesseduffield/lazygit/pull/5340
Fixes 🔧
- Fix matching of lazygit-edit URLs without line numbers by @danielwe in https://github.com/jesseduffield/lazygit/pull/5311
- Fix #5302: Create .git/info directory before writing exclude file by @cobyfrombrooklyn-bot in https://github.com/jesseduffield/lazygit/pull/5325
- Fix off-by-one error when calculating popup panel dimensions by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5312
- Properly disable clicks in inactive views behind popups by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5313
- Enable
{and}to change diff context size in branches and tags panels in diffing mode by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5258 - Fix diff display of custom pagers after screen mode change by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5349
Maintenance ⚙️
- Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 by @dependabot[bot] in https://github.com/jesseduffield/lazygit/pull/5323
Docs 📖
- Fix typo: MacOS to macOS by @04cb in https://github.com/jesseduffield/lazygit/pull/5335
I18n 🌎
- Update translations from Crowdin by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5352
Other Changes
- Add Terra as an alternative Fedora install method by @Owen-sz in https://github.com/jesseduffield/lazygit/pull/5281
New Contributors
- @Owen-sz made their first contribution in https://github.com/jesseduffield/lazygit/pull/5281
- @danielwe made their first contribution in https://github.com/jesseduffield/lazygit/pull/5311
- @cobyfrombrooklyn-bot made their first contribution in https://github.com/jesseduffield/lazygit/pull/5325
- @04cb made their first contribution in https://github.com/jesseduffield/lazygit/pull/5335
- @zaakiy made their first contribution in https://github.com/jesseduffield/lazygit/pull/5346
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.59.0...v0.60.0