Updated Release Notes (markdown)

Alexander 2019-11-30 10:56:25 +02:00
parent 8a24ebbbe9
commit 9e71826845

@ -104,20 +104,23 @@
## 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)
* `fixed` Empty filename while saving existing file or creating a new.
* `fixed` Incorrect work of the **Auto save on lock** function.
* `fixed` Strange behavior after opening a file [#13](https://github.com/Sigmanor/Crypto-Notepad/issues/13)
* `fixed` 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.
* `improved` Encryption key now can't be empty.
* `improved` When you open a new file, filename is always empty.
* `improved` Minor design changes in **Settings** and **Change Key** windows.
* `improved` Logic of the **Associate with .cnp files** function.
### 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)
### Improved
* Eye icon ![eye icon](https://i.imgur.com/5iz4oCx.png) behavior.
* Encryption key now can't be empty.
* When you open a new file, filename is always empty.
* Minor design changes in **Settings** and **Change Key** windows.
* Logic of the **Associate with .cnp files** function.
### 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)
_Thank for help to - [h5p9sl](https://github.com/h5p9sl)_
>_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.**
>**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