Updated Release Notes (markdown)

Alexander 2019-01-02 13:21:19 +02:00
parent 33e127b7b3
commit 617c8cfd12

@ -1,4 +1,4 @@
## unreleased
## unreleased version
### ADDED
* `Redo` function in the editor.
* New icons (http://p.yusukekamiyamane.com/)
@ -21,43 +21,49 @@
* All elements and variables now have more clear names (no more `button1` `textBox2` names and etc).
* Сhanged work logic of most functions.
***
## v1.3.0 (2018-12-20)
### ADDED
* Optional integration with windows context menu [#11](https://github.com/Sigmanor/Crypto-Notepad/issues/11) [#12](https://github.com/Sigmanor/Crypto-Notepad/issues/12)
* Changed eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior.
### FIXED
* Empty filename while saving existing file or creating a new.
* Incorrect work of the `Auto save on lock` function.
* Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
* Critical bug after file saving [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14)
### IMPROVED
* Eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior.
* Encryption key now can't be empty.
* Now when you open a new file, filename is always empty.
* When you open a new file, filename is always empty.
* Minor design changes in `Settings` and `Change Key` windows.
* Changed logic of the function`Associate with *.cnp files`
* Fixed bug with empty filename while saving existing file or creating a new.
* Fixed incorrect work of the `Auto save on lock` function.
* Fixed [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
* Fixed [#14](https://github.com/Sigmanor/Crypto-Notepad/issues/14)
* Added new bugs :smile: <br>
* Logic of the `Associate with *.cnp files` function.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
**Important. If If you used the `Associate with *.cnp files` after this update you need to re-enable this function.**
***
### v1.2.0 (2018-12-08)
* Added backward compatibility for older files without metadata.
## v1.2.0 (2018-12-08)
### 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.
* Some app design changes.
* Minor bug fixes. <br>
### FIXED
* Minor bug fixes.
### IMPROVED
* Backward compatibility for older files without metadata.
* Minor design changes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
***
### v1.1.3 (2018-11-24)
* Fixed a minor grammar mistakes.
## v1.1.3 (2018-11-24)
### ADDED
* Randomized initialization vectors.
* Salt now stored as metadata. <br>
* Salt now stored as metadata.
### FIXED
* Minor grammar mistakes.
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_