Skip to content

2.47.0

Compare
Choose a tag to compare
@kaste kaste released this 28 Nov 12:48
· 17 commits to master since this release
c3e95ab
  • Add "github: copy file url to clipboard"

  • Rename "git[hub|lab]: open file on remote" to "open file in browser"

  • Add "github: review pull request (show: mine)".

    The command gs_github_pull_request now optionally takes a query, e.g.

      {
          "caption": "github: review pull request (show: mine)",
          "command": "gs_github_pull_request",
          "args": { "query": "involves:@me" }
      },