Skip to content

Releases: predragnikolic/sublime-git-diff-view

0.6.3

29 Sep 21:45
Compare
Choose a tag to compare

Fix:

  • Plugin host 3.8 crash

0.6.2

13 Jun 21:27
18ec865
Compare
Choose a tag to compare

Fix:

  • Create session file if it does not exist.

0.6.1

09 Jun 22:23
Compare
Choose a tag to compare

Fix:

  • Use correct path to open the keybindings file.

0.6.0

09 Jun 22:07
Compare
Choose a tag to compare

BREAKING CHANGES

Sublime Text 3 is no longer supported.

What's Changed

  • Settings are removed.
  • New UI for staging files
  • Char diff highlights
  • Improvement to the logic responsible to restore old window layout.

Development Changes

  • Almost a complete rewrite of the plugin.
  • Switched to Python 3.8.
  • Added mypy and flake8.

For more info see this post.

0.5.0 The Lumen Release

15 Oct 22:46
Compare
Choose a tag to compare

What's Changed

  • Introduce highlight_file_names setting by @lumnn.
  • Improve diff view of modified files by splitting diffs of partially staged files into 2 sections - Staged and Unstaged by @lumnn.
  • Hide sidebar and panel when Diff View is open by @lumnn.

Full Changelog: 0.4.4...0.5.0

st3-0.5.0

25 May 19:56
Compare
Choose a tag to compare

News

Pin 0.5.0 as the last release for Sublime Text 3.

Use git root instead of currently open folder root to run git commands

26 Oct 21:25
Compare
Choose a tag to compare
0.4.4

Use git root instead of folder root for running git commands

0.4.3

30 Apr 21:12
Compare
Choose a tag to compare
🐛 FIX: Shit happens

0.4.2

30 Apr 20:20
992ecab
Compare
Choose a tag to compare

👌 IMPROVE: Staged files status marker is now colored and uses "■" instead of "✔"

0.4.1

26 Mar 17:09
Compare
Choose a tag to compare
📦 NEW: Dismissing untracked files removes them from the list

Previously when dismissing untracked files, they would still be there