Skip to content

1.28.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhutchie mhutchie released this 15 Nov 09:37
· 60 commits to develop since this release
1dffc27
  • #399 Sign Commits and Tags created by actions in the Git Graph View, by enabling the new extension settings git-graph.repository.sign.commits and git-graph.repository.sign.tags respectively. This is an alternative to the existing method using Git config.
  • #406 The keybindings for all Git Graph View keyboard shortcuts can now be configured using new extension settings git-graph.keyboardShortcut.*.
  • #407 Control whether Remote Head Symbolic References (e.g. origin/HEAD) are displayed in Git Graph via the new extension setting git-graph.repository.showRemoteHeads. Thanks Maciej Wilk (@wilkmaciej) for helping with this!
  • #409 Include built-in support for new emoji shortcodes recently added to gitmoji.
  • Various code improvements.