Skip to content

transcrypt v2.3.1

Latest
Compare
Choose a tag to compare
@jmurty jmurty released this 24 Feb 13:00
· 1 commit to main since this release
v2.3.1
fbfb523

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:

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

    $ .git/crypt/transcrypt --version
  3. Upgrade the version of transcrypt in your Git repository:

    $ transcrypt --upgrade