mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Updated Migration guide to v1.6.0 (markdown)
parent
f84343a7de
commit
97e9bfde3b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
After update to **v1.6.0** all settings will be lost. But you can open the *`Crypto Notepad.settings`* file after update, and copy the necessary parameters.
|
After update to **v1.6** all settings will be lost. But you can open the *`Crypto Notepad.settings`* file after update, and copy the necessary parameters.
|
||||||
|
|
||||||
Old parameters starts from a capital letter, and new parameters start with a small letter (except *`<HashAlgorithm>`*, *`<KeySize>`*, *`<PasswordIterations>`* these parameters was unchanged).
|
Old parameters starts from a capital letter, and new parameters start with a small letter (except *`<HashAlgorithm>`*, *`<KeySize>`*, *`<PasswordIterations>`* these parameters was 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 copy value from old parameter, if needed. Do it only when app is closed.
|
For example, the old parameter that was used to store the background color of the editor, was called *`<RichBackColor>`* and in **v1.6** it's called *`<editorBackColor>`*. So you can just copy value from old parameter, if needed. Do it only when app is closed.
|
||||||
|
|
||||||
Later I will post here some parameters with description (not all, because some of them was completely removed from app)
|
Later I will post here some parameters with description (not all, because some of them was completely removed from app)
|
||||||
|
|
||||||
Loading…
Reference in a new issue