This commit is contained in:
Antelle 2015-11-14 21:19:27 +03:00
parent 67db33a0d3
commit ccea83d400
4 changed files with 8 additions and 7 deletions

View File

@ -8,9 +8,9 @@ It can be run either in browser, or as a desktop app.
# Quick Links
Web: [Web App](https://antelle.github.io/keeweb/)
Desktop: [Windows](https://github.com/antelle/keeweb/releases/download/v0.2.0/KeeWeb.win32.exe)
[Mac OSX](https://github.com/antelle/keeweb/releases/download/v0.2.0/KeeWeb.mac.dmg)
[Linux](https://github.com/antelle/keeweb/releases/download/v0.2.0/KeeWeb.linux.x64.zip)
Desktop: [Windows](https://github.com/antelle/keeweb/releases/download/v0.3.0/KeeWeb.win32.exe)
[Mac OSX](https://github.com/antelle/keeweb/releases/download/v0.3.0/KeeWeb.mac.dmg)
[Linux](https://github.com/antelle/keeweb/releases/download/v0.3.0/KeeWeb.linux.x64.zip)
Timeline: [Release Notes](release-notes.md)
[TODO](TODO.md)
On one page: [Features](features.md)

View File

@ -1,6 +1,6 @@
{
"name": "KeeWeb",
"version": "0.2.1",
"version": "0.3.0",
"description": "KeePass web app",
"main": "main.js",
"repository": "https://github.com/antelle/keeweb",

View File

@ -1,6 +1,6 @@
{
"name": "keeweb",
"version": "0.2.1",
"version": "0.3.0",
"description": "KeePass web app",
"main": "Gruntfile.js",
"repository": "https://github.com/antelle/keeweb",

View File

@ -1,8 +1,9 @@
Release notes
-------------
##### vNext
`-` fixed protected field deletion
##### v0.3.0 (2015-11-14)
Auto-update
`+` remember menu and list width
`-` fixed protected field deletion
##### v0.2.1 (2015-11-10)
Fixed KeePassX compatibility issues