Skip to content

Releases: timbrel/GitSavvy

2.47.2

25 Dec 14:40
10302fc
Compare
Choose a tag to compare
  • Limit output for "Line History" views as these histories can get quite long. Also actually kill the process early if the user closes the view in between.

2.47.1

10 Dec 13:40
f3fad6a
Compare
Choose a tag to compare
  • Improve consistency when moving between commits back and forth (n/p) in all views.

2.47.0

28 Nov 12:48
c3e95ab
Compare
Choose a tag to compare
  • 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" }
      },

2.46.0

30 Aug 19:52
20b7257
Compare
Choose a tag to compare
  • @cdloh added [u] unset upstream on selected branch to the branches dashboard (👍)
  • Added new command github: create repo to the Command Palette. (This is the first version and only supports public repos; basically a MVP.)

😜

2.45.3

16 Aug 22:02
Compare
Choose a tag to compare
  • Attempt to fix hot-reloading failing after updates via Package Control (@deathaxe).

2.45.2

16 Aug 11:01
66f39d4
Compare
Choose a tag to compare
  • Strip timezone info in the branches dashboard as it broke our syntax.

2.45.1

15 Aug 09:54
0357ccc
Compare
Choose a tag to compare
  • Fix a silly bug on large repos

2.45.0

17 Jun 11:42
da8f3ca
Compare
Choose a tag to compare

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.

    image

  • "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.

2.44.3

02 May 22:49
6d4321e
Compare
Choose a tag to compare
  • Views showing older revisions of a file lost their diff gutter marker when restarting Sublime Text. Fixed that.
  • Do not attempt a line history on untracked files.
  • Tighten the hot-fix in 2.44.2

2.44.2

23 Apr 18:42
ecb50b0
Compare
Choose a tag to compare

Ugly bug: discarding one file in the status view, unstaged all other files. Thanks @Kvel2D for finding and reporting this one.