diff --git a/Release-Notes.md b/Release-Notes.md index 24be55a..67c0e4b 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -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)