mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
2.6 KiB
2.6 KiB
Changelog
1.4.4 - 2021-12-19
Changed
- Set the minimum supported VS Code version to 1.58.0
- Update dependencies
1.4.3 - 2021-06-17
Changed
- Set the minimum supported VS Code version to 1.52.0
- Update dependencies
1.4.2 - 2021-02-20
Fixed
- Fix links to demo gifs
Changed
- Migrate TSLint to ESLint
- Set the minimum supported VS Code version to 1.47.0
- Update dependencies
- Rename default git branch from
mastertomain
1.4.1 - 2020-10-03
Added
- An example for how to stash a single file
1.4.0 - 2020-09-16
Added
- New section related to Tags
Changed
- Update deprecated
git stash savetogit stash pushcommand
1.3.0 - 2020-09-16
Added
- Adopt
asWebviewUriAPI so the extension will work properly in future versions of VS Code
Changed
- 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
Added
- Four new commands under “Commit History”
Changed
- 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
Changed
- Update dependencies
- Set the minimum supported VS Code version to 1.33.0
1.1.0 - 2020-01-29
Added
- Add copy button to each command
[1.0.1] - 2020-01-21
Added
- Highlight commands to be more distinguishable
Fixed
- Fix
git stashcommand with message
1.0.0 - 2020-01-15
- Initial release
Added
To open the cheatsheet:
- Press
Ctrl+Shift+P(Win, Linux) /Cmd+Shift+P(Mac) and search for theOpen Git Cheatsheetcommand.