Merge branch 'master' into develop

# Conflicts:
#	app/templates/export/entry.hbs
#	release-notes.md
This commit is contained in:
antelle 2020-05-15 20:52:16 +02:00
commit 177b150c95
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
7 changed files with 14 additions and 9 deletions

View File

@ -26,6 +26,9 @@
td:first-of-type {
width: 30%;
}
td.field {
white-space: pre-wrap;
}
</style>
</head>
<body>

View File

@ -5,12 +5,12 @@
{{#each fields as |field|}}
<tr>
<td>{{field.title}}</td>
<td>
{{#if field.protect}}
<td class="field">
{{~#if field.protect~}}
<code>{{field.value}}</code>
{{else}}
{{~else~}}
{{field.value}}
{{/if}}
{{~/if~}}
</td>
</tr>
{{/each}}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "1.14.2",
"version": "1.14.3",
"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.14.2",
"version": "1.14.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@ -10,9 +10,11 @@ Release notes
`*` #1471: WebDAV url validation, only HTTPS is allowed
`+` #1350: clearing master password after auto lock period
`-` fix #1463: copying the original url instead of adding https:
`*` disabled markdown in export
`-` fix #620: clearing middle-click clipboard in Linux
##### v1.14.3 (2020-05-15)
`*` improved exporting files with markdown notes
##### v1.14.2 (2020-05-04)
`-` distinct redirect URIs for storage providers