Merge branch 'master' into develop

# Conflicts:
#	release-notes.md
This commit is contained in:
antelle 2021-01-07 20:01:20 +01:00
commit a9c2da3fdb
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
8 changed files with 26 additions and 23 deletions

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Discussions
url: https://github.com/keeweb/keeweb/discussions
about: A place to ask and answer questions or discuss different topics
- name: Twitter
url: https://twitter.com/kee_web
about: Ask a quick question there if you like Twitter more

View File

@ -1,8 +0,0 @@
---
name: Discussion
about: Discuss any topic or idea
title: ''
labels: ''
assignees: ''
---

View File

@ -339,7 +339,7 @@ class EntryModel extends Model {
if (val && !val.isProtected) {
// https://github.com/keeweb/keeweb/issues/910
// eslint-disable-next-line no-control-regex
val = val.replace(/[\x00-\x1F\uFFF0-\uFFFF]/g, '');
val = val.replace(/[\x00-\x09\x0B-\x0C\x0E-\x1F\uFFF0-\uFFFF]/g, '');
}
return val;
}

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "1.16.6",
"version": "1.16.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "1.16.6",
"version": "1.16.7",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "main.js",
"homepage": "https://keeweb.info",

20
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.16.6",
"version": "1.16.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -4887,9 +4887,9 @@
}
},
"date-and-time": {
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.1.tgz",
"integrity": "sha512-M4RggEH5OF2ZuCOxgOU67R6Z9ohjKbxGvAQz48vj53wLmL0bAgumkBvycR32f30pK+Og9pIR+RFDyChbaE4oLA=="
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.14.2.tgz",
"integrity": "sha512-EFTCh9zRSEpGPmJaexg7HTuzZHh6cnJj1ui7IGCFNXzd2QdpsNh05Db5TF3xzJm30YN+A8/6xHSuRcQqoc3kFA=="
},
"date-time": {
"version": "1.1.0",
@ -9157,9 +9157,9 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
},
"ini": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
},
"internal-ip": {
"version": "4.3.0",
@ -9783,9 +9783,9 @@
}
},
"kdbxweb": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.14.0.tgz",
"integrity": "sha512-Hg+PBdur4Mp/pmKuj1vZfYB4uCONdNlJI8H65VO5beK/EexRwuJQBSxW8mIbHHrLP701Q2KDlc7GLeSrs3dRMA==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/kdbxweb/-/kdbxweb-1.14.1.tgz",
"integrity": "sha512-eu1R3zubQnxaHl6ZHkSIt8+ob/EZocUDdvTuTno1uoc+0JREMRlcWSHm8E+ficREBN9EMaXmwofJOjwXjKKzPQ==",
"requires": {
"pako": "github:keeweb/pako#653c0b00d8941c89d09ed4546d2179001ec44efc",
"text-encoding": "github:keeweb/text-encoding#4dfb7cb0954c222852092f8b06ae4f6b4f60bfbb",

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.16.6",
"version": "1.16.7",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "Gruntfile.js",
"private": true,
@ -67,7 +67,7 @@
"jquery": "3.5.1",
"json-loader": "^0.5.7",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "^1.14.0",
"kdbxweb": "^1.14.1",
"load-grunt-tasks": "5.1.0",
"lodash": "^4.17.20",
"marked": "^1.2.7",

View File

@ -8,6 +8,9 @@ Release notes
`+` favicon download improvements
`+` auto-type field selection dropdown improvements
##### v1.16.7 (2020-12-31)
`-` fix #1671: new lines removal issue in notes
##### v1.16.6 (2020-12-30)
`-` fix #1668: opening files with bad characters
`*` upgraded a vulnerable dependency