bump version

This commit is contained in:
antelle 2019-09-09 17:03:39 +02:00
parent c525d1f9e0
commit e2588e81f8
5 changed files with 107 additions and 107 deletions

View File

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

View File

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

View File

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

View File

@ -1,15 +1,15 @@
Release notes
-------------
##### v1.10 (TBD)
##### v1.10.0 (2019-09-09)
`+` macOS Dark theme
`+` pretty-printing exported XML files
`+` HTML export
`+` config option to disable xml export (canExportXml)
`+` xml files can be now opened as regular files
`-` fix #1154: relative Destination header in WebDAV MOVE
`-` fix #1129: webdav storage error on Unicode filenames
`+` pretty-printing exported XML files
`+` config option to disable XML export (canExportXml)
`+` XML files can be now opened as regular files
`*` donation link changed
`-` fixed field editing styles
`-` fix #1154: relative Destination header in WebDAV MOVE
`-` fix #1129: webdav storage error on Unicode filenames
`*` dropped support for browsers without css variables
`*` displaying websites as HTTPS if no scheme is provided
`+` confirmation for deleting an entry on mobile