v0.61.1
This release has just a few fixes for the recently added GitHub pull requests feature.
What's Changed
Enhancements 🔥
- Hide closed pull requests on main branches by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5501
Fixes 🔧
- Normalize repository owner casing to fix GitHub PR integration by @bradly0cjw in https://github.com/jesseduffield/lazygit/pull/5495
- Don't default the base repo for pull requests to "origin" by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5508
Maintenance ⚙️
- Security fix: avoid using
${{ }}variable interpolation inrun:steps by @orbisai0security in https://github.com/jesseduffield/lazygit/pull/5487 - Add a justfile by @stefanhaller in https://github.com/jesseduffield/lazygit/pull/5490
New Contributors
- @orbisai0security made their first contribution in https://github.com/jesseduffield/lazygit/pull/5487
- @bradly0cjw made their first contribution in https://github.com/jesseduffield/lazygit/pull/5495
Full Changelog: https://github.com/jesseduffield/lazygit/compare/v0.61.0...v0.61.1