From 9e7182684522a7efc2d7d61c875e86fcab15b095 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 Nov 2019 10:56:25 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 6b68d4e..24be55a 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -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