mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
102 lines
2.6 KiB
Markdown
102 lines
2.6 KiB
Markdown
# Changelog
|
|
|
|
## [1.4.4](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.4.3...1.4.4) - 2021-12-19
|
|
|
|
### Changed
|
|
|
|
- Set the minimum supported VS Code version to 1.58.0
|
|
- Update dependencies
|
|
|
|
## [1.4.3](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.4.2...1.4.3) - 2021-06-17
|
|
|
|
### Changed
|
|
|
|
- Set the minimum supported VS Code version to 1.52.0
|
|
- Update dependencies
|
|
|
|
## [1.4.2](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.4.1...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 `master` to `main`
|
|
|
|
## [1.4.1](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.4.0...1.4.1) - 2020-10-03
|
|
|
|
### Added
|
|
|
|
- An example for how to stash a single file
|
|
|
|
## [1.4.0](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.3.0...1.4.0) - 2020-09-16
|
|
|
|
### Added
|
|
|
|
- New section related to Tags
|
|
|
|
### Changed
|
|
|
|
- Update deprecated `git stash save` to `git stash push` command
|
|
|
|
## [1.3.0](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.2.0...1.3.0) - 2020-09-16
|
|
|
|
### Added
|
|
|
|
- Adopt `asWebviewUri` API 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](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.1.1...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](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.1.0...1.1.1) - 2020-03-20
|
|
|
|
### Changed
|
|
|
|
- Update dependencies
|
|
- Set the minimum supported VS Code version to 1.33.0
|
|
|
|
## [1.1.0](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/compare/1.0.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 stash` command with message
|
|
|
|
## [1.0.0](https://github.com/dzhavat/git-cheatsheet-inside-vs-code/releases/tag/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 the `Open Git Cheatsheet` command.
|