bump version

This commit is contained in:
antelle 2020-04-03 20:28:48 +02:00
parent 4c1dda68b5
commit 18d8037309
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
5 changed files with 16201 additions and 16200 deletions

View File

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

View File

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

32392
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "keeweb", "name": "keeweb",
"version": "1.12.3", "version": "1.13.0",
"description": "Free cross-platform password manager compatible with KeePass", "description": "Free cross-platform password manager compatible with KeePass",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"private": true, "private": true,

View File

@ -1,6 +1,6 @@
Release notes Release notes
------------- -------------
##### v1.13.0 (TBD) ##### v1.13.0 (2020-04-03)
`-` #1359: fixed Google Drive login issues in desktop apps `-` #1359: fixed Google Drive login issues in desktop apps
`+` #1341: auto-lock the app on screen lock on Windows `+` #1341: auto-lock the app on screen lock on Windows
`+` #1065: KEEWEB_PORTABLE_EXECUTABLE_DIR environment variable `+` #1065: KEEWEB_PORTABLE_EXECUTABLE_DIR environment variable
@ -21,6 +21,7 @@ Release notes
`*` new Windows code signing certificate `*` new Windows code signing certificate
`+` startup time profiling `+` startup time profiling
`+` #1438: content security policy `+` #1438: content security policy
`+` some desktop security improvements from #1437
`*` fix #890: deb will no longer install to /opt `*` fix #890: deb will no longer install to /opt
`-` fix #1396: fixed hyperlinks in notes `-` fix #1396: fixed hyperlinks in notes
`-` fix #1323: version in the About dialog `-` fix #1323: version in the About dialog