Updated Release Notes (markdown)

Alexander 2019-11-30 11:00:51 +02:00
parent 9e71826845
commit a9a85f56e8

@ -72,21 +72,26 @@
* `removed` Completely removed line numbers, due lack of performance and stability of this feature. * `removed` Completely removed line numbers, due lack of performance and stability of this feature.
## v1.5.1 (2019-08-30) ## v1.5.1 (2019-08-30)
* `added` Notification in window title bar when file saved. ### Added
* `fixed` Bug with scrolling down in editor [#26](https://github.com/Sigmanor/Crypto-Notepad/issues/26) * Notification in window title bar when file saved.
* `fixed` Text glitches in editor after file saving [#27](https://github.com/Sigmanor/Crypto-Notepad/issues/27) ### Fixed
* Bug with scrolling down in editor [#26](https://github.com/Sigmanor/Crypto-Notepad/issues/26)
* Text glitches in editor after file saving [#27](https://github.com/Sigmanor/Crypto-Notepad/issues/27)
## v1.5.0 (2019-08-28) ## v1.5.0 (2019-08-28)
* `added` Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19) ### Added
* `added` Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23) * Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
* `added` Saving in settings **Custom colors** values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24) * Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
* `added` Able to disable functionality of **Insert** keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25) * Saving in settings **Custom colors** values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
* `added` **TAB** button functionality in editor. * Able to disable functionality of **Insert** keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
* `improved` Text search. Now it more like in windows notepad. * **TAB** button functionality in editor.
* `improved` Minor design changes. ### Improved
* `fixed` Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22) * `Text search. Now it more like in windows notepad.
* `fixed` Bug with incorrect file name. * Minor design changes.
* `fixed` Many minor bugs. Added new bugs (not on purpose). ### Fixed
* Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22)
* Bug with incorrect file name.
* Many minor bugs. Added new bugs (not on purpose).
## v1.4.0 (2019-01-08) ## v1.4.0 (2019-01-08)