- Initial release
- add option to clear decorations on save
- change how we check for document content changes to become like the editor's "don't save document content on save, rather on open only"
- extra configs
- fix not correctly reseting cached files
- fix trying to get content on file close
- fix package settings name
- remove comments reply box
- disable comments for now as its giving error
- better api (using
git diff
) - add new key change to
miniDiff.styles
to show edited/changed lines - now instead of having a comment per line, it will be a comment per group of consecutive lines, more performant & wont slow/kill the editor
- correct display of changed lines
- update LICENSE
- update rdme
- add new config
miniDiff.debounceTime
- add new config
miniDiff.showDiffOutput
- add new config
miniDiff.gitPath
- fix not working after save
- add new config
miniDiff.schemeTypes
- add new config
miniDiff.terminalShellPath
thanks to pit00
- add cmnds to navigate the changes made like git thanks to pit00 for suggestion
- fix gutter color customization at Windows
- add new config
miniDiff.gitDisable
- add new config for overview styles: position (can be "Center", "Left", "Right" or "Full")