Updated Release Notes (markdown)

Alexander 2019-11-08 20:52:38 +02:00
parent d5db384393
commit e03b4c1a23

@ -1,47 +1,45 @@
## v1.6.1 (2019-11-09)
* `added` Able to hide single labels in the **Status panel**.
* `improved` Swapped the app name and the file name in the window title.
* `fixed` Fixed performance issues on large values of **Password iterations** [#43](https://github.com/Sigmanor/Crypto-Notepad/issues/43)
* `fixed` Bug when file size and modified date does not calculated.
* `fixed` Invisible **Save file?** dialog window on app closing.
* `fixed` Bug with file saving on app closing.
## v1.6.0 (2019-11-06)
### New features
* 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.
### Improvements
* 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.
### Bug fixing
* 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.
* 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.
### Development
* All names leaded to a single style.
* Removed "Debug" from the main menu (still available on Ctrl+Space shortcut).
* `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.
* `dev` All names leaded to a single style.
* `dev` 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.