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.
## v1.5.1 (2019-08-30)
* `added` Notification in window title bar when file saved.
* `fixed` Bug with scrolling down in editor [#26](https://github.com/Sigmanor/Crypto-Notepad/issues/26)
* `fixed` Text glitches in editor after file saving [#27](https://github.com/Sigmanor/Crypto-Notepad/issues/27)
### Added
* Notification in window title bar when file saved.
### 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)
* `added` Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
* `added` Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
* `added` Saving in settings **Custom colors** values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
* `added` Able to disable functionality of **Insert** keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
* `added` **TAB** button functionality in editor.
* `improved` Text search. Now it more like in windows notepad.
* `improved` Minor design changes.
* `fixed` Wrong behavior after try to close app [#22](https://github.com/Sigmanor/Crypto-Notepad/issues/22)
* `fixed` Bug with incorrect file name.
* `fixed` Many minor bugs. Added new bugs (not on purpose).
### Added
* Drag & Drop file on executable to open it [#19](https://github.com/Sigmanor/Crypto-Notepad/issues/19)
* Line numbers panel in editor [#23](https://github.com/Sigmanor/Crypto-Notepad/issues/23)
* Saving in settings **Custom colors** values from color picker [#24](https://github.com/Sigmanor/Crypto-Notepad/issues/24)
* Able to disable functionality of **Insert** keyboard button [#25](https://github.com/Sigmanor/Crypto-Notepad/issues/25)
* **TAB** button functionality in editor.
### Improved
* `Text search. Now it more like in windows notepad.
* Minor design changes.
### 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)