Skip to content

Commit 154218a

Browse files
committed
Release 2.2.3
1 parent 73eada3 commit 154218a

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ system, you must also run the `--upgrade` command in each repository:
3232
$ transcrypt --upgrade
3333
```
3434

35+
## [2.2.3] - 2023-03-09
36+
37+
### Fixed
38+
39+
- Revert faulty automatic fix for mistakenly double-salted encrypted files,
40+
which caused more problems than it solved by preventing decryption of some
41+
files on some systems #158
42+
43+
### Changed
44+
45+
- The `hexdump` command is no longer required by Transcrypt.
46+
3547
## [2.2.2] - 2023-03-01
3648

3749
### Changed
@@ -283,7 +295,8 @@ Since the v0.9.7 release, these are the notable improvements made to transcrypt:
283295

284296
## [0.9.4] - 2014-03-03
285297

286-
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...HEAD
298+
[unreleased]: https://github.com/elasticdog/transcrypt/compare/v2.2.3...HEAD
299+
[2.2.3]: https://github.com/elasticdog/transcrypt/compare/v2.2.2...v2.2.3
287300
[2.2.2]: https://github.com/elasticdog/transcrypt/compare/v2.2.1...v2.2.2
288301
[2.2.1]: https://github.com/elasticdog/transcrypt/compare/v2.2.0...v2.2.1
289302
[2.2.0]: https://github.com/elasticdog/transcrypt/compare/v2.1.0...v2.2.0

transcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set -euo pipefail
1616
##### CONSTANTS
1717

1818
# the release version of this script
19-
readonly VERSION='2.2.2'
19+
readonly VERSION='2.2.3'
2020

2121
# the default cipher to utilize
2222
readonly DEFAULT_CIPHER='aes-256-cbc'

0 commit comments

Comments
 (0)