mirror of https://github.com/keeweb/keeweb
pretty-printing exported XML files
parent
ef71035e0d
commit
15b170db5d
|
@ -415,7 +415,7 @@ const FileModel = Backbone.Model.extend({
|
|||
},
|
||||
|
||||
getXml(cb) {
|
||||
this.db.saveXml().then(xml => {
|
||||
this.db.saveXml(true).then(xml => {
|
||||
cb(xml);
|
||||
});
|
||||
},
|
||||
|
|
|
@ -7033,9 +7033,9 @@
|
|||
"integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ=="
|
||||
},
|
||||
"kdbxweb": {
|
||||
"version": "1.2.7",
|
||||
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.2.7.tgz",
|
||||
"integrity": "sha512-o0xfheRP3aHyDs2exjjHKtjacqhppn0VGIR1acvF/ehDeGgGyl5XDH73EVTMv4Czmw9yTccX4bG52Bo47LSUFQ==",
|
||||
"version": "1.3.0",
|
||||
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.3.0.tgz",
|
||||
"integrity": "sha512-bAuGlASXp/79FXhZZj6U0842U31NK1yDUe7QOsuwxXvGl1zt69Wk3E0gIfMrI4C1+KkASuKjaiY3dmafVu87PA==",
|
||||
"requires": {
|
||||
"pako": "github:keeweb/pako#653c0b00d8941c89d09ed4546d2179001ec44efc",
|
||||
"text-encoding": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"jquery": "3.4.1",
|
||||
"json-loader": "^0.5.7",
|
||||
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
|
||||
"kdbxweb": "1.2.7",
|
||||
"kdbxweb": "1.3.0",
|
||||
"load-grunt-tasks": "5.1.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"node-sass": "^4.12.0",
|
||||
|
|
|
@ -11,6 +11,7 @@ Release notes
|
|||
`*` dropped support for browsers without css variables
|
||||
`*` displaying websites as HTTPS if no scheme is provided
|
||||
`+` confirmation for deleting an entry on mobile
|
||||
`+` pretty-printing exported XML files
|
||||
|
||||
##### v1.9.3 (2019-09-07)
|
||||
`-` fixed group settings not being displayed
|
||||
|
|
Loading…
Reference in New Issue