All notable changes to the vscode-gitextensions
extension will be documented in this file.
- Update all dependencies to last version (to fix a known security vulnerability)
- Update all dependencies to last version (to fix known security vulnerabilities)
- File History: Fix handling of paths with spaces inside it
- Update dependencies (due to potential security vulnerabilities found in vscode extension dependency
event-stream
that introduce malicious packageflatmap-stream
)
- Update dependencies (due to potential security vulnerabilities found in vscode extension dependencies)
- Update and Add forgotten changelog and Readme
- Add
Commit
command in SCM title menu
- New setting (
gitExtensions.exe.path
) to be able to specify the path toward GitExtensions executable - Add
Browse
command in SCM title menu - Add 3 commands (History, Diff tool and revert) also in the Editor title context menu
- Being able to hidden items in contextual menu with settings
gitExtensions.editor.title.contextmenu
- Add 3 commands (History, Diff tool and revert) in the Explorer and Editor context menus
- Being able to hidden items in contextual menus with 2 settings (
gitExtensions.explorer.contextmenu
andgitExtensions.editor.contextmenu
)
- Add settings to hide status bar icons
- Add icons to launch commands from the status bar
- Add commands to launch GitExtensions in the command palette
The format is based on Keep a Changelog.