Skip to content

1.27.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhutchie mhutchie released this 05 Oct 01:20
· 73 commits to develop since this release
162dd32
  • #281 For the Repository Settings Widget, read values defined in additional Git config files when they're included via include directives in local or global Git config files.
  • #364 Parse and render a frequently used subset of inline Markdown formatting rules in commit messages and tag details (bold, italics, bold & italics, and inline code blocks). Markdown parsing can be disabled using the extensions setting git-graph.markdown.
  • #383 When the Commit Details View is open, the CTRL/CMD + Up / CTRL/CMD + Down keystrokes may be used to navigate topologically to the child / parent on the same branch (the existing behaviour). Now there is a new Shift Key Modifier, that when pressed in combination with the existing keystrokes (i.e. CTRL/CMD + SHIFT + Up / CTRL/CMD + SHIFT + Down), will take the alternative branch when branching or a merge is encountered.
  • #385 Push branches or tags to multiple remotes from their respective dialogs.
  • #386 Detect commit hashes in the body of the commit that's displayed in the Commit Details View, and make them clickable links that open the Commit Details View for the referenced commit.
  • #389 Use the Visual Studio Code Color Theme's text selection background colour (set by some themes and users) in the Git Graph View.
  • Various code improvements.