Merge branch 'master' into develop

This commit is contained in:
antelle 2019-01-17 21:07:57 +01:00
commit 44528a40b7
5 changed files with 7 additions and 4 deletions

View File

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

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "1.7.3",
"version": "1.7.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.7.4 (2019-01-17)
`-` fix #423: input focus issues in desktop apps
##### v1.7.3 (2019-01-13)
`-` fixed window activation when KeeWeb is launched second time
`-` fix #1087: Windows AutoType helper is now using .NET Framework v4