optimized memory consumption for large files

see #1580
This commit is contained in:
antelle 2021-03-19 22:52:41 +01:00
parent 4df034ac55
commit 3a79fcb366
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 38051 additions and 38050 deletions

76098
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@
"jquery": "3.6.0",
"json-loader": "^0.5.7",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "^1.14.2",
"kdbxweb": "^1.14.3",
"load-grunt-tasks": "5.1.0",
"lodash": "^4.17.21",
"marked": "^2.0.1",

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.18.0 (TBD)
`-` legacy auto-type removed
`+` optimized memory consumption for large files
`+` opening XML and CSV files using the Open button
##### v1.17.4 (2021-03-18)