Updated Migration guide to v1.6.0 (markdown)

Alexander 2019-10-30 22:40:18 +02:00
parent b36a578de1
commit 6546ce0f76

@ -2,4 +2,4 @@ After update to **v1.6.0** all settings will be lost. But you still can open *`C
Old parameters starts from capital letter, new parameters start with a small letter (exept *`<HashAlgorithm>`*, *`<KeySize>`*, *`<PasswordIterations>`* these parameters remained unchanged.).
For example, the old parameter that was used to store the background color of the editor, was called *`<RichBackColor>`* and in **v1.6.0** it's called *`<editorBackColor>`*. So you can just simple copy value from old parameter, if needed.
For example, the old parameter that was used to store the background color of the editor, was called *`<RichBackColor>`* and in **v1.6.0** it's called *`<editorBackColor>`*. So you can just simple copy value from old parameter, if needed. Do it only when app closed.