From 2dc032e5f084fb784b46431bca40e0442d3bacf9 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 11 Oct 2019 23:17:46 +0300 Subject: [PATCH] Updated Release Notes (markdown) --- Release-Notes.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/Release-Notes.md b/Release-Notes.md index d1f2036..7523be2 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,19 +1,31 @@ ## v1.6.0 (november) + ### New features -* Able to customize left-padding in the editor [#32](https://github.com/Sigmanor/Crypto-Notepad/issues/32) +* Disabled whole word selection with mouse in editor [#29](https://github.com/Sigmanor/Crypto-Notepad/issues/29) * Remembering value of the **Right-to-Left** setting [#30](https://github.com/Sigmanor/Crypto-Notepad/issues/30) * Added status panel in the bottom of window [#31](https://github.com/Sigmanor/Crypto-Notepad/issues/31) +* Able to customize left-padding in the editor [#32](https://github.com/Sigmanor/Crypto-Notepad/issues/32) * Able to enable old icons in **Toolbar** [#34](https://github.com/Sigmanor/Crypto-Notepad/issues/34) -* Added many style settings -* Able to hide main menu -* Disabled whole word selection with mouse in editor [#29](https://github.com/Sigmanor/Crypto-Notepad/issues/29) +* Able to hide app to tray (while minimize or closing) [#35](https://github.com/Sigmanor/Crypto-Notepad/issues/35) +* Able to make main window always on top of all other windows [#36](https://github.com/Sigmanor/Crypto-Notepad/issues/36) +* Added many style settings. +* Able to hide main menu. ### Improvements -* Completely changed navigation and design of of **Settings** window [#33](https://github.com/Sigmanor/Crypto-Notepad/issues/33) -* Minor design changes in **About** window +* Completely changed navigation and design of **Settings** window [#33](https://github.com/Sigmanor/Crypto-Notepad/issues/33) +* Changed **Auto lock on minimize** function. +* All fonts are brought to a single style (except the **About** window). +* Minor design changes in **About** window. + ### 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. + + +### Development +* All names leaded to a single style. + ## v1.5.1 (2019-08-30) * `added` Notification in window title bar when file saved.