mirror of https://github.com/keeweb/keeweb
Merge branch 'master' into develop
# Conflicts: # app/templates/export/entry.hbs # release-notes.mdpull/1513/head
commit
177b150c95
|
@ -26,6 +26,9 @@
|
|||
td:first-of-type {
|
||||
width: 30%;
|
||||
}
|
||||
td.field {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeeWeb",
|
||||
"version": "1.14.2",
|
||||
"version": "1.14.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "keeweb",
|
||||
"version": "1.14.2",
|
||||
"version": "1.14.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue