Skip to content

Commit 0a4d462

Browse files
authored
New version: JesseDuffield.lazygit version 0.62.0 (microsoft#380006)
1 parent 13688fa commit 0a4d462

3 files changed

Lines changed: 125 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: JesseDuffield.lazygit
5+
PackageVersion: 0.62.0
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: lazygit.exe
10+
ReleaseDate: 2026-05-26
11+
Installers:
12+
- Architecture: x86
13+
InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.62.0/lazygit_0.62.0_Windows_32-bit.zip
14+
InstallerSha256: 125C6297CCC96475D319D23DC7C0A302416B824AF1EDA32302A83A33D574BA97
15+
- Architecture: x64
16+
InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.62.0/lazygit_0.62.0_Windows_x86_64.zip
17+
InstallerSha256: 132247DE071B238CBCD40B0559DE6AC248AF7CBB97C1C93AE465537333286F04
18+
- Architecture: arm64
19+
InstallerUrl: https://github.com/jesseduffield/lazygit/releases/download/v0.62.0/lazygit_0.62.0_Windows_arm64.zip
20+
InstallerSha256: 6766E044615237318FB0C655A85EA8B69EF09129406ADF0985EE1AFB183205E9
21+
ManifestType: installer
22+
ManifestVersion: 1.12.0
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: JesseDuffield.lazygit
5+
PackageVersion: 0.62.0
6+
PackageLocale: en-US
7+
Publisher: Jesse Duffield
8+
PublisherUrl: https://github.com/jesseduffield
9+
PublisherSupportUrl: https://github.com/jesseduffield/lazygit/issues
10+
Author: Jesse Duffield
11+
PackageName: lazygit
12+
PackageUrl: https://github.com/jesseduffield/lazygit
13+
License: MIT
14+
LicenseUrl: https://github.com/jesseduffield/lazygit/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2018 Jesse Duffield
16+
CopyrightUrl: https://raw.githubusercontent.com/jesseduffield/lazygit/master/LICENSE
17+
ShortDescription: Simple terminal UI for git commands.
18+
Moniker: lazygit
19+
Tags:
20+
- cli
21+
- cross-platform
22+
- git
23+
- git-client
24+
- open-source
25+
- terminal-app
26+
ReleaseNotes: |-
27+
What's Changed
28+
29+
Enhancements 🔥
30+
- Retry on ref lock errors during fetch/pull by @majiayu000 in #5161
31+
- Preserve whitespace when remembering commit message by @stefanhaller in #5528
32+
- Define PR colors as hex colors to make them the same as GitHub's by @stefanhaller in #5480
33+
- Revamp keybinding mechanism to support richer keybindings (e.g. ctrl-alt-shift-x ) by @stefanhaller in #5563
34+
- Platform-specific edit bindings for move-by-word and backspace-word by @stefanhaller in #5564
35+
- Change canonical keybinding syntax (<ctrl+a> instead of <c-a>) by @stefanhaller in #5565
36+
- Use more widely-supported Unicode symbols for the commit graph by @stefanhaller in #5573
37+
- Show push URLs for remotes that have any by @stefanhaller in #5576
38+
- Support GitHub Enterprise for the Pull Requests feature by @stefanhaller in #5596
39+
- Allow keybindings to configure more than one key by @stefanhaller in #5634
40+
- Add <alt+up>/<alt+down> as alternate keybindings for moving commits up/down by @stefanhaller in #5637
41+
- Add support for git flow using the git-flow-next tool by @hmaddocks in #5288
42+
43+
Fixes 🔧
44+
- Fix copying a file's absolute path when running in a linked worktree by @stefanhaller in #5523
45+
- Preserve commit message when quitting while the commit message panel is open by @stefanhaller in #5524
46+
- Stop showing cached PRs when we no longer have a base remote by @stefanhaller in #5543
47+
- If multiple remotes exist but only one is a Github remote, pick it without prompting by @stefanhaller in #5544
48+
- Fix cherry-picking a range selection of commits by @stefanhaller in #5599
49+
- Dont log GitHub PR fetching errors to the Command log by @stefanhaller in #5600
50+
- Avoid auto-forwarding main branches checked out in other worktrees by @stefanhaller in #5621
51+
- Fix cycling pagers when main view is focused by @stefanhaller in #5639
52+
53+
Maintenance ⚙️
54+
- Bump samber.lo to latest version by @stefanhaller in #5545
55+
- Bump github.com/kyokomi/emoji/v2 from 2.2.8 to 2.2.13 by @dependabot[bot] in #5481
56+
- Bump github.com/gookit/color from 1.4.2 to 1.6.0 by @dependabot[bot] in #5482
57+
- Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in #5483
58+
- Bump dario.cat/mergo from 1.0.1 to 1.0.2 by @dependabot[bot] in #5484
59+
- Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 by @dependabot[bot] in #5514
60+
- Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #5529
61+
- Bump actions/github-script from 8 to 9 by @dependabot[bot] in #5515
62+
- Bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #5548
63+
- Copy gocui into lazygit repo by @stefanhaller in #5561
64+
- Update to tcell v3 by @stefanhaller in #5562
65+
- Clear LC_* env vars when running LANG tests by @AntoineGS in #5568
66+
- Fix failing windows tests by @stefanhaller in #5574
67+
- Fix new gopls linter warnings by @stefanhaller in #5580
68+
- Disable gh telemetry when running integration tests by @stefanhaller in #5587
69+
- Fix the check_for_fixups.sh script again by @stefanhaller in #5590
70+
- Add script to preview release notes by @stefanhaller in #5620
71+
- Bump github.com/gookit/color from 1.6.0 to 1.6.1 by @dependabot[bot] in #5586
72+
- Bump github.com/sahilm/fuzzy from 0.1.1 to 0.1.2 by @dependabot[bot] in #5606
73+
- Bump golang.org/x/sys from 0.43.0 to 0.45.0 by @dependabot[bot] in #5607
74+
- Bump github.com/gdamore/tcell/v3 from 3.3.0 to 3.4.0 by @dependabot[bot] in #5618
75+
- Bump goreleaser/goreleaser-action from 7.1.0 to 7.2.2 by @dependabot[bot] in #5619
76+
77+
Docs 📖
78+
- Fix undo shortcut in Undoing.md by @stefanhaller in #5640
79+
- Update docs and schema for release by @stefanhaller in #5645
80+
81+
I18n 🌎
82+
- Update translations from Crowdin by @stefanhaller in #5644
83+
84+
Performance Improvements 📊
85+
- Improve performance of showDivergenceFromBaseBranch by @AntoineGS in #5536
86+
- Redraw only the spinner when nothing else has changed by @AntoineGS in #5571
87+
- Improve inline spinner performance by @stefanhaller in #5592
88+
89+
New Contributors
90+
- @majiayu000 made their first contribution in #5161
91+
- @AntoineGS made their first contribution in #5536
92+
- @hmaddocks made their first contribution in #5288
93+
ReleaseNotesUrl: https://github.com/jesseduffield/lazygit/releases/tag/v0.62.0
94+
ManifestType: defaultLocale
95+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: JesseDuffield.lazygit
5+
PackageVersion: 0.62.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)