1.5.0 - 2024-12-20
- Two new commands
- Set the minimum supported VS Code version to 1.93.0
- Update dependencies
1.4.4 - 2021-12-19
- Set the minimum supported VS Code version to 1.58.0
- Update dependencies
1.4.3 - 2021-06-17
- Set the minimum supported VS Code version to 1.52.0
- Update dependencies
1.4.2 - 2021-02-20
- Fix links to demo gifs
- Migrate TSLint to ESLint
- Set the minimum supported VS Code version to 1.47.0
- Update dependencies
- Rename default git branch from
master
tomain
1.4.1 - 2020-10-03
- An example for how to stash a single file
1.4.0 - 2020-09-16
- New section related to Tags
- Update deprecated
git stash save
togit stash push
command
1.3.0 - 2020-09-16
- Adopt
asWebviewUri
API so the extension will work properly in future versions of VS Code
- Consistent param names in git commands
- Update dependencies
- Set the minimum supported VS Code version to 1.44.0
1.2.0 - 2020-09-02
- Four new commands under “Commit History”
- Update dependencies
- Set the minimum supported VS Code version to 1.43.0
- Decreased the size of the extension by removing the demo gif from the final package
1.1.1 - 2020-03-20
- Update dependencies
- Set the minimum supported VS Code version to 1.33.0
1.1.0 - 2020-01-29
- Add copy button to each command
- Highlight commands to be more distinguishable
- Fix
git stash
command with message
1.0.0 - 2020-01-15
- Initial release
To open the cheatsheet:
- Press
Ctrl+Shift+P
(Win, Linux) /Cmd+Shift+P
(Mac) and search for theOpen Git Cheatsheet
command.