Skip to content

Latest commit

 

History

History
112 lines (62 loc) · 2.69 KB

CHANGELOG.md

File metadata and controls

112 lines (62 loc) · 2.69 KB

Changelog

1.5.0 - 2024-12-20

Added

  • Two new commands

Changed

  • Set the minimum supported VS Code version to 1.93.0
  • Update dependencies

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 master to main

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 save to git stash push command

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 - 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 stash command 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 the Open Git Cheatsheet command.