Skip to content

v0.1.15

Compare
Choose a tag to compare
@phil294 phil294 released this 17 Apr 05:05
· 201 commits to master since this release
  • f9eaec1 Update logo. Thanks @dimateos! (#86)
  • 3b58274 Add new default commit action: Edit message. Works also for older commits. Only works when your work tree is clean (no changed files). Only works when the selected commit is part of the current branch. Note: Deleting commit rewrites history and should be avoided if it was already pushed. (#87)
  • 6a800e4 Add new default commit action: Delete commit. Same as above!
  • eb724c8 Add new refresh command so that refreshing by shortcut is possible (#89)
  • 865c413 Change git push / pull icons: Finally, they look like they should. This is the third change within a year or so, but Microsoft has now released official icons for it.
  • 871c3e3 Change git stash icons: Same thing
  • f0c71bc Add new setting "git-log--graph.details-panel-position": Decide where the commit details should appear when you click a row in the main view (#86)
  • 23c3ca1 Add new tag action: Push
  • 7c52ad1 Add new tag action: Delete (Remote) (#88)
  • 4eb4612 Add new dynamic param value {DEFAULT_REMOTE_NAME} for optional usage in any command args
  • 96d3208 Make git path configurable (#90)
  • 2facbb3 Allow referencing params ($1 etc.) multiple times in args
  • 0f50ba1 Allow specifying line breaks in params via \n. Probably only useful for the new editing commit messages feature
  • d5a2d67 Allow multi-select of commits in Mac using Cmd instead of Ctrl (#79)
  • a5e0cc0 Fix displaying of error "Params cannot contain quotes or backslashes". Didn't show before, just threw unexpectedly
  • c316f7e Fix error when any git command fails with an empty message
  • 8f7c816 Make parser more fault-tolerant. This can help with exotic custom log args
  • 1b74535 Add --follow to file history so to also see renamed files
  • fa400e3 Update codicon dependency to allow for newer icons in actions