Updated Release Notes (markdown)

Alexander 2019-11-30 10:31:44 +02:00
parent 4cdf24e472
commit d83c0c1324

@ -12,24 +12,31 @@
## v1.6.3 (2019-11-11)
* `added` Password generator [#42](https://github.com/Sigmanor/Crypto-Notepad/issues/42)
* `fixed` Invalid file name on new file create [#45](https://github.com/Sigmanor/Crypto-Notepad/issues/45)
* `fixed` New files don't saving when **Save As** & **Save** clicking [#46](https://github.com/Sigmanor/Crypto-Notepad/issues/46)
* `fixed` Bug when did not appear save dialog on app close.
### Added
* Password generator [#42](https://github.com/Sigmanor/Crypto-Notepad/issues/42)
### Fixed
* Invalid file name on new file create [#45](https://github.com/Sigmanor/Crypto-Notepad/issues/45)
* New files don't saving when **Save As** & **Save** clicking [#46](https://github.com/Sigmanor/Crypto-Notepad/issues/46)
* Bug when save dialog did not appear on app close.
## v1.6.2 (2019-11-10)
* `improved` Update dialog window now is centered parent.
* `improved` In **Encryption** settings tab, was added hint that contain recommended encryption values.
* `fixed` Fixed bug with wrong text position in title bar when **Save As**.
* `fixed` Fixed bug with wrong message in status panel when new version is available.
### Improved
* Update dialog window now is centered parent.
* In **Encryption** settings tab, was added hint that contain recommended encryption values.
### Fixed
* Wrong text position in title bar when **Save As**.
* Wrong message in status panel when new version is available.
## 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.
### Added
* Able to hide single labels in the **Status panel**.
### Improved
* Swapped the app name and the file name in the window title.
### Fixed
* Performance issues on large values of **Password iterations** [#43](https://github.com/Sigmanor/Crypto-Notepad/issues/43)
* Bug when file size and modified date does not calculated.
* Invisible **Save file?** dialog window on app closing.
* Bug with file saving on app closing.
## v1.6.0 (2019-11-06)