Merge branch 'hotfix/3.5.17' into develop
This commit is contained in:
@@ -46,6 +46,9 @@ export class ArchiveManager {
|
|||||||
`Standard Notes Encrypted Backup and Import File - ${this.formattedDate()}.txt`
|
`Standard Notes Encrypted Backup and Import File - ${this.formattedDate()}.txt`
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
/** Remove auth/keyParams as they won't be needed to decrypt the file */
|
||||||
|
delete data.auth_params;
|
||||||
|
delete data.keyParams;
|
||||||
/** download as zipped plain text files */
|
/** download as zipped plain text files */
|
||||||
this.downloadZippedDecryptedItems(data);
|
this.downloadZippedDecryptedItems(data);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "standard-notes-web",
|
"name": "standard-notes-web",
|
||||||
"version": "3.5.15",
|
"version": "3.5.17",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user