GitDiffView 0.6.0 is released
The GitDiffView plugin for Sublime Text got a new UI and some UX improvements.
GitDiffView 0.6.0 is released
Version 0.6.0 of the GitDiffView plugin for Sublime Text is here.
Breaking Changes:
- Switched to Python 3.8. New version only supports Sublime Text 4! Users who are on Sublime Text 3 will just continue to use GitDiffView 0.5.0.
highlight_file_names
setting is removed.
staged_symbol
setting is removed.
New Features:
- New UI for the status view.
- New UI for the diff view.
- "Discard Changes" now uses a small popup menu to confirm the discard, instead of a distracting modal.
- Improvement to the logic responsible to restore the old window layout.
Other Changes:
- A complete rewrite of the plugin.
- Added Mypy for type-checking.
I pretty much enjoyed working on this update. The code has changed. The experience will feel familiar, yet different.
Have a nice day!