v0.47.0
Add screen-mode command line argument
Initialize translation set after reading user config
Replace --include-untracked with -u in stash show command for compatibility and update failing tests
Make common.UserConfig an atomic.Pointer for safe concurrent access
Validate keys of custom commands
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
Move labelByKey to config package
Add option to copy commit message body
Add a "Copy to clipboard" menu to the Commit Files panel
Let schema/config.json end with a line feed
Remove secureexec package
integrate snake game into lazygit
Suppress error logs when killing process on Windows
Highlight inactive selection in bold
Change direct access to Common.UserConfig to a getter
Add a tabWidth parameter to WrapViewLinesToWidth to match gocui