Download Latest Version transcrypt v2.3.1 source code.tar.gz (39.6 kB)
Email in envelope

Get an email when there's a new version of transcrypt git

Home / v2.3.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-02-24 1.2 kB
transcrypt v2.3.1 source code.tar.gz 2025-02-24 39.6 kB
transcrypt v2.3.1 source code.zip 2025-02-24 52.3 kB
Totals: 3 Items   93.1 kB 0

Improved handling of incorrect or missing password when configuring transcrypt, files with double-quotes in their names, and fixed the --export-gpg command.

Fixed

  • Warn when password is probably incorrect by returning an error message and return code if repo has dirty files after init (#182)
  • Fail with error when an empty password is provided to the -p or --password options (#188)
  • Fix handling of double-quotes in encrypted file names (#173)
  • Make --upgrade safer by failing fast if transcrypt config cannot be read (#189)
  • Fix --export-gpg command to properly include cipher in exported .asc file

Steps to Upgrade

To upgrade transcrypt it is not enough to have a newer version on your system, you must also run the --upgrade command in each repository:

  1. Check the version of transcrypt on your system:

bash $ transcrypt --version

  1. Check the version of transcrypt in your Git repository, which may be different:

bash $ .git/crypt/transcrypt --version

  1. Upgrade the version of transcrypt in your Git repository:

$ transcrypt --upgrade

Source: README.md, updated 2025-02-24