Skip to content

Releases: j-256/git-crypt-vscode

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Apr 17:02

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

Choose a tag to compare

@github-actions github-actions released this 01 Apr 18:21

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

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:42

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

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 00:33

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

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 30 Mar 21:10

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

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 27 Mar 01:52

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

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Mar 00:51

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

Choose a tag to compare

@j-256 j-256 released this 27 Mar 00:16

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

v1.0.1

Choose a tag to compare

@j-256 j-256 released this 27 Mar 00:04

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

v1.0.0

Choose a tag to compare

@j-256 j-256 released this 26 Mar 22:33

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