From 55fc38bf62b8679ee9201512a8d5b5972593e1f4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 15 Oct 2019 21:15:54 +0300 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index 1a9496a..2f8fbf9 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -9,6 +9,7 @@ * Able to hide app to tray (while minimize or closing) [#35](https://github.com/Sigmanor/Crypto-Notepad/issues/35) * Able to make app window always on top of all other windows [#36](https://github.com/Sigmanor/Crypto-Notepad/issues/36) * Added many style settings. +* Added setting to display border around the editor. * Added placeholders for text fields in **Change Key** and **Encryption key** windows. * Able to hide main menu. @@ -17,16 +18,20 @@ * Changed **Auto lock on minimize** function. * All fonts are brought to a single style (except the **About** window). * Minor design changes in **About** window. - +* Changed error sounds while changing the encryption key. +* Changed timeout for **Key was successfully changed** message. +* Disabled system sounds in text fields while **Enter** key pressing. +* Added new icons for **Change Key** and **Enter Key** windows. +* New style for **Lock** function. ### Bug fixing * Added missing information message when connection is lost while checking updates [#28](https://github.com/Sigmanor/Crypto-Notepad/issues/28) * Fixed always red color of status message in **Change Key** window. Now it's green when key changed successfully, and red when failed. +* Fixed bug when the file save window did not close. - ### Development * All names leaded to a single style. - +* Removed "Debug" from the main menu (still available on Ctrl+Space shortcut). ## v1.5.1 (2019-08-30) * `added` Notification in window title bar when file saved.