Summarized Changelog
- You can now press o on a commit to open it in your browser
- We now retain the commit message you typed in the event that the commit command failed
- You can now reword old commits from within lazygit
- You can now create annotated tags (press n in the tags panel)
- You can now add a signoff to your commits via the git.commit.signoff key in your config
- You can now specify a single colour to apply to all commit authors
- Better highlighting of lines for various terminals
- Fixed bug where we couldn't go to the bottom of the reflog panel (thanks @fsmiamoto)
- Fixed a bug where you couldn't create a pull request when the repo's url scheme was ssh
- We now make fewer assumptions that your main remote is named 'origin'
- Fixed bug where branches would appear twice in the branches panel