Updated Release Notes (markdown)

Alexander 2019-10-15 21:15:54 +03:00
parent 80eed07587
commit 55fc38bf62

@ -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.