Updated Release Notes (markdown)

Alexander 2019-11-30 19:22:51 +02:00
parent 141ea07b57
commit 29555ddc3c

@ -40,36 +40,40 @@
## v1.6.0 (2019-11-06)
* `added` Disabled whole word selection with mouse in editor [#29](https://github.com/Sigmanor/Crypto-Notepad/issues/29)
* `added` 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)
* `added` Customize left-padding in the editor [#32](https://github.com/Sigmanor/Crypto-Notepad/issues/32)
* `added` Optional old icons in **Toolbar** [#34](https://github.com/Sigmanor/Crypto-Notepad/issues/34)
* `added` Hide app to tray (while minimize or closing) [#35](https://github.com/Sigmanor/Crypto-Notepad/issues/35)
* `added` Able to make app window always on top of all other windows [#36](https://github.com/Sigmanor/Crypto-Notepad/issues/36)
* `added` Single Instance [#37](https://github.com/Sigmanor/Crypto-Notepad/issues/37)
* `added` Message on first launch to let the user enable/disable auto-update [#39](https://github.com/Sigmanor/Crypto-Notepad/issues/39)
* `added` Encrypt/decrypt all file formats [#40](https://github.com/Sigmanor/Crypto-Notepad/issues/40)
* `added` Save file and close it, without closing the app [#41](https://github.com/Sigmanor/Crypto-Notepad/issues/41)
* `added` Optional border around the editor.
* `added` Placeholders for text fields with passwords.
* `added` Able to hide **Close button** in toolbar.
* `added` Border settings for **Search panel**.
* `added` Optional hide main menu.
* `improved` Completely changed navigation and design of **Settings** window [#33](https://github.com/Sigmanor/Crypto-Notepad/issues/33)
* `improved` Changed **Auto lock on minimize** function.
* `improved` All fonts are brought to a single style (except the **About** window).
* `improved` Minor design changes in **About** window.
* `improved` Changed error sounds while changing the encryption key.
* `improved` Changed timeout for **Key was successfully changed** message.
* `improved` Disabled system sounds in text fields while **Enter** key pressing.
* `improved` Changed icons for **Change Key** and **Enter Key** windows.
* `improved` New style for **Lock** function.
* `fixed` Added missing information message when connection is lost while checking the updates [#28](https://github.com/Sigmanor/Crypto-Notepad/issues/28)
* `fixed` 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.
* `fixed` App crashes when PC is locked.
* `removed` Completely removed line numbers, due lack of performance and stability of this feature.
### Added
* 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)
* Status panel in the bottom of window [#31](https://github.com/Sigmanor/Crypto-Notepad/issues/31)
* Customize left-padding in the editor [#32](https://github.com/Sigmanor/Crypto-Notepad/issues/32)
* Optional old icons in **Toolbar** [#34](https://github.com/Sigmanor/Crypto-Notepad/issues/34)
* 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)
* Single Instance [#37](https://github.com/Sigmanor/Crypto-Notepad/issues/37)
* Message on first launch to let the user enable/disable auto-update [#39](https://github.com/Sigmanor/Crypto-Notepad/issues/39)
* Encrypt/decrypt all file formats [#40](https://github.com/Sigmanor/Crypto-Notepad/issues/40)
* Save file and close it, without closing the app [#41](https://github.com/Sigmanor/Crypto-Notepad/issues/41)
* Optional border around the editor.
* Placeholders for text fields with passwords.
* Able to hide **Close button** in toolbar.
* Border settings for **Search panel**.
* Optional hide main menu.
### Improved
* 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.
* 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.
* Changed icons for **Change Key** and **Enter Key** windows.
* New style for **Lock** function.
### Fixed
* Added missing information message when connection is lost while checking the 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.
* Bug when the file save window did not close.
* App crashes when PC is locked.
### Removed
* Completely removed line numbers, due lack of performance and stability of this feature.
## v1.5.1 (2019-08-30)
### Added