- Extension boilerplate and dependencies updates
- The status bar item can now be positioned to the left (see settings; requires restart)
- The path of the "smerge" executable can now be configured per-platform
- Security fixes
- Security fixes
- Security fixes
- Fix an issue on Windows where an incorrect file path was given to Sublime Merge when opening the current file (file / line history, etc.)
- Added configuration setting that allows to specify the path of the "smerge" executable
- Added configuration setting to also display the branch name in the status bar item
- Allow to open Sublime Merge with no files open if the project root folder has a GIT repository
- Added support for nested repositories; now the extension works also when a GIT repository is not opened as the root folder of a project or workspace
- Fix: the extension should no longer trigger a "Command '...' resulted in an error" message when trying to run one of the commands from a folder without a GIT repository
- Added configuration settings to customise contextual menu items visibility
- Added status bar item
- Added configuration setting to disable status bar item
- Added
.editorconfig
- Added debug output panel (disabled by default)
- Fixed wrong relative path when opening file/line history with multiple workspaces opened
- Initial release