Releases: predragnikolic/sublime-git-diff-view
Releases · predragnikolic/sublime-git-diff-view
0.6.3
0.6.2
Fix:
- Create session file if it does not exist.
0.6.1
Fix:
- Use correct path to open the keybindings file.
0.6.0
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
andflake8
.
For more info see this post.
0.5.0 The Lumen Release
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
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
0.4.4 Use git root instead of folder root for running git commands
0.4.3
🐛 FIX: Shit happens
0.4.2
👌 IMPROVE: Staged files status marker is now colored and uses "■" instead of "✔"
0.4.1
📦 NEW: Dismissing untracked files removes them from the list Previously when dismissing untracked files, they would still be there