v0.50.0
Make Commit.Hash a getter for an unexported hash field
Update to go 1.24
Store fromHash/toHash in Pipe struct as pointers
Make common.UserConfig an atomic.Pointer for safe concurrent access
Modernize benchmarks
Make the links in the status panel point to the current version rather than master
Support bare worktrees where worktree does not have its own .git file
cleanup integration test code
Store fromPos/toPos as 16-bit ints, and reorder fields for better packing
Disallow creating custom patches when the diff context size is 0
Remove space after rebase todo
Remove deprecated configs from auto generated config.md
Remove secureexec package
integrate snake game into lazygit
Fix race condition when starting several command tasks in quick succession
Highlight inactive selection in bold
Change direct access to Common.UserConfig to a getter
Store TextStyle in Pipe struct as pointer