Skip to content

Releases: j-256/git-crypt-vscode

v3.0.1

03 Apr 17:02

Choose a tag to compare

Full Changelog: v3.0.0...v3.0.1

v3.0.0 accidentally packaged the git-crypt binary for each of the 3 platforms (macOS, Linux arm64, Linux x64) in addition to the expected one in bin/, significantly inflating the extension size. This release excludes those build artifacts from the final extension package.

v3.0.0

01 Apr 18:21

Choose a tag to compare

Full Changelog: v2.0.1...v3.0.0

git-crypt is now bundled with the extension rather than being a separate dependency. Locally-installed git-crypt still takes precedence if present.

v2.0.1

31 Mar 00:42

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Mar 00:33

Choose a tag to compare

Full Changelog: v1.0.5...v2.0.0

v1.0.5

30 Mar 21:10

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v1.0.4

27 Mar 01:52

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

27 Mar 00:51

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3
(no extension changes, this release is just to bring us back in sync with the marketplace version numbers)

v1.0.2

27 Mar 00:16

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

27 Mar 00:04

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Mar 22:33

Choose a tag to compare

Initial release.

  • Decrypted diffs via git show --textconv
  • SCM inline icon, right-click context menu, and command palette
  • Lock badge on git-crypt files
  • Requires git-crypt installed and repo unlocked