Commit c5f2dc2
ECG Bot
build(deps): update jesseduffield/lazygit to v0.58.1
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [jesseduffield/lazygit](https://github.com/jesseduffield/lazygit) | patch | `v0.58.0` → `v0.58.1` |
MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).
**Proposed changes to behavior should be submitted there as MRs.**
---
### Release Notes
<details>
<summary>jesseduffield/lazygit (jesseduffield/lazygit)</summary>
### [`v0.58.1`](https://github.com/jesseduffield/lazygit/releases/tag/v0.58.1)
[Compare Source](jesseduffield/lazygit@v0.58.0...v0.58.1)
<!-- Release notes generated using configuration in .github/release.yml at v0.58.1 -->
This is a hotfix release that fixes the known issues with 0.58.
To expand on this a bit: in 0.58 we updated our TUI library tcell to a new version that made significant under-the-hood changes; this allowed us to fix several rendering issues, mostly related to wide characters like some emojis. Apart from that, there are few user visible changes with this update, but it lays the ground for future enhancements like support for more keybindings.
However, since the changes are so fundamental it also introduced a number of regressions, and I'm not really surprised about that. Most of these were bugs in tcell that have been fixed upstream now, but some were on our side. This release fixes the ones I know about. If you still have issues, please report them!
#### What's Changed
##### Enhancements 🔥
- Update search position (match x of y) when changing the selection in a list view by [@​stefanhaller](https://github.com/stefanhaller) in [#​5169](jesseduffield/lazygit#5169)
##### Fixes 🔧
- When doing ctrl-f, and the resulting commit is not visible, scroll it into view by [@​stefanhaller](https://github.com/stefanhaller) in [#​5182](jesseduffield/lazygit#5182)
- Fix pasting multi-line text into the commit description by [@​stefanhaller](https://github.com/stefanhaller) in [#​5186](jesseduffield/lazygit#5186)
- Fix keypad keys, and pasting emojis in Windows Terminal by [@​stefanhaller](https://github.com/stefanhaller) in [#​5192](jesseduffield/lazygit#5192)
- Don't log the "git ls-remote" call when opening a MR by [@​stefanhaller](https://github.com/stefanhaller) in [#​5195](jesseduffield/lazygit#5195)
- Fix rendering artefacts after double-width characters (e.g. "1 parent af8bab4 commit c5f2dc2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
0 commit comments