Merge branch 'release-1.17' into master

This commit is contained in:
antelle 2021-03-10 19:07:57 +01:00
commit c638fa38e8
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
5 changed files with 15 additions and 12 deletions

View File

@ -42,7 +42,7 @@
<li><a href="https://github.com/atom/node-keytar" target="_blank">node-keytar</a><span class="muted-color">, native password node module, &copy; 2013 GitHub Inc.</span></li>
<li><a href="https://github.com/antelle/node-yubikey-chalresp" target="_blank">node-yubikey-chalresp</a><span class="muted-color">, YubiKey challenge-response API for node.js, &copy; 2020 Antelle</span></li>
<li><a href="https://github.com/antelle/node-secure-enclave" target="_blank">node-secure-enclave</a><span class="muted-color">, Secure Enclave module for node.js and Electron, &copy; 2020 Antelle</span></li>
<li><a href="https://github.com/antelle/node-keyboard-auto-type" target="_blank">keyboard-auto-type</a><span class="muted-color">, node.js bindings for keyboard-auto-type, &copy; 2021 Antelle</span></li>
<li><a href="https://github.com/antelle/node-keyboard-auto-type" target="_blank">node-keyboard-auto-type</a><span class="muted-color">, node.js bindings for keyboard-auto-type, &copy; 2021 Antelle</span></li>
</ul>
{{/if}}

View File

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

16
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "keeweb",
"version": "1.17.0",
"version": "1.17.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.16.8",
"version": "1.17.0",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.13.8",
@ -14,7 +14,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@fortawesome/fontawesome-free": "^5.15.2",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.2/keeweb-native-modules.tgz",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.3/keeweb-native-modules.tgz",
"adm-zip": "^0.5.3",
"argon2-browser": "1.15.3",
"autoprefixer": "^10.2.5",
@ -1468,9 +1468,9 @@
}
},
"node_modules/@keeweb/keeweb-native-modules": {
"version": "0.9.2",
"resolved": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.2/keeweb-native-modules.tgz",
"integrity": "sha512-xomI7f0+J5wJ6mObVde4luai7/ns0634lcbs+rJ1MIghES1ifbtmQDoVC+z6yxP9P2nxtoDG80bUK47VA89S2g==",
"version": "0.9.3",
"resolved": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.3/keeweb-native-modules.tgz",
"integrity": "sha512-LQdeJHW4C7KdnWieFW6MwXHCJztjMCMg5nfsjplk3fnyDFZa9Co5fbVpiyRq5I2ed1jdXSWAC1A+Ma2CoLfwEw==",
"license": "MIT"
},
"node_modules/@malept/cross-spawn-promise": {
@ -22476,8 +22476,8 @@
}
},
"@keeweb/keeweb-native-modules": {
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.2/keeweb-native-modules.tgz",
"integrity": "sha512-xomI7f0+J5wJ6mObVde4luai7/ns0634lcbs+rJ1MIghES1ifbtmQDoVC+z6yxP9P2nxtoDG80bUK47VA89S2g=="
"version": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.3/keeweb-native-modules.tgz",
"integrity": "sha512-LQdeJHW4C7KdnWieFW6MwXHCJztjMCMg5nfsjplk3fnyDFZa9Co5fbVpiyRq5I2ed1jdXSWAC1A+Ma2CoLfwEw=="
},
"@malept/cross-spawn-promise": {
"version": "1.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.17.0",
"version": "1.17.1",
"description": "Free cross-platform password manager compatible with KeePass",
"main": "Gruntfile.js",
"private": true,
@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@fortawesome/fontawesome-free": "^5.15.2",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.2/keeweb-native-modules.tgz",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.9.3/keeweb-native-modules.tgz",
"adm-zip": "^0.5.3",
"argon2-browser": "1.15.3",
"autoprefixer": "^10.2.5",

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.17.1 (2021-03-10)
`-` fix #1735: issue with auto-typing some characters on Windows
##### v1.17.0 (2021-03-07)
`+` opening files with Touch ID on macOS (opt-in)
`+` password quality warnings