From e0557301ce4f45c51df19fef25edf0ea7d57af92 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 20 Nov 2019 14:52:03 +0200 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Release-Notes.md b/Release-Notes.md index 6589337..9d15437 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,3 +1,13 @@ +## v1.6.4 (unreleased yet) +* `added` Able to get (copy to clipboard) debug info by clicking to app version in **About** window. +* `improved` App now correctly working on systems with **.NET Framework v4.6.1** and higher. +* `improved` Added title icon to the **Change key** window. +* `improved` Remembering parameters in **Password generator** window. +* `improved` Dialog window **Delete file?** now placed in the center of the main window. +* `improved` Minor design changes in **About** window. +* `fixed` Bug with incorrect file name when creating a new file. + + ## v1.6.3 (2019-11-11) * `added` Password generator [#42](https://github.com/Sigmanor/Crypto-Notepad/issues/42) (requires [.net framework 4.7.2](https://www.microsoft.com/en-US/download/details.aspx?id=55167)) * `fixed` Invalid file name on new file create [#45](https://github.com/Sigmanor/Crypto-Notepad/issues/45)