Releases: timbrel/GitSavvy
Releases · timbrel/GitSavvy
2.47.2
2.47.1
2.47.0
-
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 aquery
, e.g.{ "caption": "github: review pull request (show: mine)", "command": "gs_github_pull_request", "args": { "query": "involves:@me" } },
2.46.0
2.45.3
2.45.2
2.45.1
2.45.0
This release focuses primarily on refactorings and addressing edge cases.
At least two Notable Changes
-
Context Menu Enhancements: Basic features have been added to the view's
context menu, including the classic "pick-axe" functionality. These
context menu entries can be removed by setting"disable_context_menus": true
in the GitSavvy settings. -
"No-Tags" Remote Support: Initial support for "no-tags" remotes has been
introduced. This respects the "no-tags" setting and prevents offering to
push tags to such remotes or attempting to pull tags from them.