Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lazygit for openSUSE:Factory checked in at 2025-09-08 09:57:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lazygit (Old) and /work/SRC/openSUSE:Factory/.lazygit.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lazygit" Mon Sep 8 09:57:23 2025 rev:10 rq:1303016 version:0.55.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lazygit/lazygit.changes 2025-08-27 21:35:32.828856527 +0200 +++ /work/SRC/openSUSE:Factory/.lazygit.new.1977/lazygit.changes 2025-09-08 09:58:19.860405140 +0200 @@ -1,0 +2,63 @@ +Sat Sep 06 17:29:44 UTC 2025 - Jeff Kowalczyk <jkowalc...@suse.com> + +- Update to version 0.55.0: + * Update README.md + * Update translations from crowdin + * Remove keybindings for menu items that are the same as the menu confirm key + * Add separate keybindings for confirmMenu and confirmSuggestion + * Hard-code "enter" for adding lines in integration tests + * Fix <enter> keybinding for switching to a worktree + * Hard-code "enter" for search prompt + * Hard-code "enter" for editable prompts + * Update cheatsheets for the previous commit + * Refactor: add a separate Prompt view + * Bump git-todo-parser + * docs(VISION): fix "Dicoverability" typo + * Log hashes when dropping/popping stashes + * Fix command log for stash commands + * Add hash field to models.StashEntry + * Cleanup: bring stash loader test up to date + * Fix dropping a range of stashes in filtered mode + * Add test demonstrating problem with dropping stashes in filtering mode + * Cleanup: remove unnecessary ToggleRangeSelect + * Don't auto-forward branches that are checked out by another worktree + * Add test for auto-forwarding branches that are checked out by another worktree + * Add a user config for using git's external diff command for paging + * Add breaking changes notice about git.paging.useConfig option + * Remove the git.paging.useConfig option + * Use external diff command in stashes panel + * Run label check workflow only on label events and open pr event + * Enhance PR/Issue templates readability + * Run `go generate ./...` + * Add "CopyToClipboard" command to `ConfirmationController` + * Cleanup: remove unnecessary code in test + * Update donation wording so that it's clear there's no strings attached + * Add a breaking changes notice for the changed keybinding + * Update cheatsheets, config docs, and schema + * Implement suspending the app using ctrl-z + * Extract methods suspend/resume on Gui struct + * Rebind redo from <c-z> to Z + * Cleanup: remove stale comment + * Clean up build tags + * Don't append "Disabled: " to menu tooltip if disabled reason is empty + * Show "Close/Cancel: <esc>" for menus like we do for confirmations + * Show context-specific labels for <esc> in staging and patch building view + * Show escape binding for staging and patch building in the status bar + * Move global escape handler to before the keybindings menu handler + * Show context-specific labels for the global <esc> binding + * Rename ModeStatus.Description to InfoLabel + * Avoid showing <esc> in options map when it doesn't do anything + * Cleanup: remove dead code + * Avoid duplicate key bindings in options map + * Show "Exit back to side panel" in options status bar for focused main view + * fix(hosting_service): support Azure DevOps vs-ssh.visualstudio.com SSH remotes + * test: TDD - support Azure DevOps vs-ssh.visualstudio.com SSH remotes + * Allow filterable contexts to customize the filter label + * Allow filtering for keybindings by prepending filter string with '@' + * Allow filtered lists to preprocess the filter string + * Strengthen text expectation + * Fix right-alignment of divergence from base branch for branch checked out in a worktree + * docs: Add installation with gah + * Pass only Git-tracked Go files to gofumpt + +------------------------------------------------------------------- Old: ---- lazygit-0.54.2.tar.gz New: ---- lazygit-0.55.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lazygit.spec ++++++ --- /var/tmp/diff_new_pack.cGctjT/_old 2025-09-08 09:58:20.484431077 +0200 +++ /var/tmp/diff_new_pack.cGctjT/_new 2025-09-08 09:58:20.488431243 +0200 @@ -1,7 +1,6 @@ # # spec file for package lazygit # -# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties @@ -18,7 +17,7 @@ Name: lazygit -Version: 0.54.2 +Version: 0.55.0 Release: 0 Summary: Simple terminal UI for git commands License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.cGctjT/_old 2025-09-08 09:58:20.524432739 +0200 +++ /var/tmp/diff_new_pack.cGctjT/_new 2025-09-08 09:58:20.528432905 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/jesseduffield/lazygit.git</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.54.2</param> + <param name="revision">v0.55.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.cGctjT/_old 2025-09-08 09:58:20.552433903 +0200 +++ /var/tmp/diff_new_pack.cGctjT/_new 2025-09-08 09:58:20.556434070 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/jesseduffield/lazygit.git</param> - <param name="changesrevision">b1382da9ec37011f186fa2adfde75ac1ee42b37c</param></service></servicedata> + <param name="changesrevision">0d5a410114036e2151087e6a8cf5295cca317c16</param></service></servicedata> (No newline at EOF) ++++++ lazygit-0.54.2.tar.gz -> lazygit-0.55.0.tar.gz ++++++ ++++ 4222 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go new/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go --- old/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go 2025-08-11 18:13:42.000000000 +0200 +++ new/vendor/github.com/stefanhaller/git-todo-parser/todo/parse.go 2025-09-06 09:11:27.000000000 +0200 @@ -110,7 +110,7 @@ } todo.Label = fields[0] fields = fields[1:] - if fields[0] == "#" { + if len(fields) > 0 && fields[0] == "#" { fields = fields[1:] todo.Msg = strings.Join(fields, " ") } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2025-08-11 18:13:42.000000000 +0200 +++ new/vendor/modules.txt 2025-09-06 09:11:27.000000000 +0200 @@ -321,7 +321,7 @@ # github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad ## explicit github.com/spkg/bom -# github.com/stefanhaller/git-todo-parser v0.0.7-0.20250429125209-dcf39e4641f5 +# github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304 ## explicit; go 1.13 github.com/stefanhaller/git-todo-parser/todo # github.com/stretchr/testify v1.10.0