From d83c0c132443879e864a993b540be461747ce928 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 30 Nov 2019 10:31:44 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 8e4d6b2..e796e77 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -12,24 +12,31 @@ ## v1.6.3 (2019-11-11) -* `added` Password generator [#42](https://github.com/Sigmanor/Crypto-Notepad/issues/42) -* `fixed` Invalid file name on new file create [#45](https://github.com/Sigmanor/Crypto-Notepad/issues/45) -* `fixed` New files don't saving when **Save As** & **Save** clicking [#46](https://github.com/Sigmanor/Crypto-Notepad/issues/46) -* `fixed` Bug when did not appear save dialog on app close. +### Added +* Password generator [#42](https://github.com/Sigmanor/Crypto-Notepad/issues/42) +### Fixed +* Invalid file name on new file create [#45](https://github.com/Sigmanor/Crypto-Notepad/issues/45) +* New files don't saving when **Save As** & **Save** clicking [#46](https://github.com/Sigmanor/Crypto-Notepad/issues/46) +* Bug when save dialog did not appear on app close. ## v1.6.2 (2019-11-10) -* `improved` Update dialog window now is centered parent. -* `improved` In **Encryption** settings tab, was added hint that contain recommended encryption values. -* `fixed` Fixed bug with wrong text position in title bar when **Save As**. -* `fixed` Fixed bug with wrong message in status panel when new version is available. +### Improved +* Update dialog window now is centered parent. +* In **Encryption** settings tab, was added hint that contain recommended encryption values. +### Fixed +* Wrong text position in title bar when **Save As**. +* Wrong message in status panel when new version is available. ## v1.6.1 (2019-11-09) -* `added` Able to hide single labels in the **Status panel**. -* `improved` Swapped the app name and the file name in the window title. -* `fixed` Fixed performance issues on large values of **Password iterations** [#43](https://github.com/Sigmanor/Crypto-Notepad/issues/43) -* `fixed` Bug when file size and modified date does not calculated. -* `fixed` Invisible **Save file?** dialog window on app closing. -* `fixed` Bug with file saving on app closing. +### Added +* Able to hide single labels in the **Status panel**. +### Improved +* Swapped the app name and the file name in the window title. +### Fixed +* Performance issues on large values of **Password iterations** [#43](https://github.com/Sigmanor/Crypto-Notepad/issues/43) +* Bug when file size and modified date does not calculated. +* Invisible **Save file?** dialog window on app closing. +* Bug with file saving on app closing. ## v1.6.0 (2019-11-06)