Updated Release Notes (markdown)

Alexander 2019-11-30 11:07:38 +02:00
parent af18e83b32
commit 4e083c16b4

@ -93,20 +93,21 @@
* Bug with incorrect file name.
* Many minor bugs. Added new bugs (not on purpose).
## v1.4.0 (2019-01-08)
* `added` **Redo** function in the editor.
* `added` New icons (http://p.yusukekamiyamane.com/)
* `added` Icons in the main menu (optional).
* `added` Able to make toolbar color like editor background color.
* `fixed` Vertical scroll bar position shifted [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17)
* `fixed` **Right-to-left readin** work incorrect [#18](https://github.com/Sigmanor/Crypto-Notepad/issues/18)
* `fixed` **Change Key** and **Lock** toolbar icons was inactive.
* `fixed` Returned missing backward compatibility for decryption with custom salt.
* `fixed` Issue when file name on Save/Open was incorrect or empty.
* `improved` **Undo** function for editor.
* `improved` **Settings** window.
### Added
* **Redo** function in the editor.
* New icons (http://p.yusukekamiyamane.com/)
* Icons in the main menu (optional).
* Able to make toolbar color like editor background color.
### Improved
* **Undo** function for editor.
* **Settings** window.
###Fixed
* Vertical scroll bar position shifted [#17](https://github.com/Sigmanor/Crypto-Notepad/issues/17)
* **Right-to-left readin** work incorrect [#18](https://github.com/Sigmanor/Crypto-Notepad/issues/18)
* **Change Key** and **Lock** toolbar icons was inactive.
* Returned missing backward compatibility for decryption with custom salt.
* Issue when file name on Save/Open was incorrect or empty.
## v1.3.0 (2018-12-20)
### Added