Updated Release Notes (markdown)

Alexander 2019-11-30 10:45:30 +02:00
parent 0c356aea70
commit 8a24ebbbe9

@ -120,14 +120,17 @@ _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
**Important. If you using the `Associate with *.cnp files` after this update you need to re-enable this function.**
## v1.2.0 (2018-12-08)
* `added` Program now randomizes 64-byte-long salt when saving files (by default).
* `added` Encryption key now encrypts when not in use.
* `added` Use RijindaelManaged.GenerateIV method instead of manually generating random IV.
* `added` Backward compatibility for older files without metadata.
* `fixed` Minor bug fixes.
* `improved` Minor design changes.
### Added
* Program now randomizes 64-byte-long salt when saving files (by default).
* Encryption key now encrypts when not in use.
* Use RijindaelManaged.GenerateIV method instead of manually generating random IV.
* Backward compatibility for older files without metadata.
### Improved
* Minor design changes.
### Fixed
* Minor bug fixes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
>_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
## v1.1.3 (2018-11-24)
### Added
@ -136,9 +139,9 @@ _Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
### Fixed
* Minor grammar mistakes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
>_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
**Important. If you can't open previously encrypted file, just decrypt it in older version, and encrypt in new version, sorry for the trouble.**
>**Important. If you can't open previously encrypted file, just decrypt it in older version, and encrypt in new version, sorry for the trouble.**
## v1.1.2 (2018-02-17)
### Fixed