diff --git a/README.md b/README.md index 35b863b5..418d72a1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The app can run either in browser, or as a desktop app. # Quick Links -Apps: [Web](https://antelle.github.io/keeweb/) [Desktop](https://github.com/antelle/keeweb/releases/latest) +Apps: [Web](https://app.keeweb.info/) [Desktop](https://github.com/antelle/keeweb/releases/latest) Timeline: [Release Notes](release-notes.md) [TODO](https://github.com/antelle/keeweb/wiki/TODO) On one page: [Features](https://keeweb.info/#features) [FAQ](https://github.com/antelle/keeweb/wiki/FAQ) Website: [keeweb.info](https://keeweb.info) diff --git a/app/scripts/comp/dropbox-link.js b/app/scripts/comp/dropbox-link.js index ad59d190..52b6737d 100644 --- a/app/scripts/comp/dropbox-link.js +++ b/app/scripts/comp/dropbox-link.js @@ -20,7 +20,8 @@ var DropboxCustomErrors = { function isValidKey() { var isSelfHostedApp = !/^http(s?):\/\/localhost:8085/.test(location.href) && - !/http(s?):\/\/antelle\.github\.io\/keeweb/.test(location.href); + !/http(s?):\/\/antelle\.github\.io\/keeweb/.test(location.href) && + !/http(s?):\/\/app\.keeweb\.info/.test(location.href); return Launcher || !isSelfHostedApp || DropboxKeys.AppFolder !== DropboxKeys.AppFolderKeyParts.join(''); } diff --git a/app/scripts/const/links.js b/app/scripts/const/links.js index efcc2ee1..75a2b3d9 100644 --- a/app/scripts/const/links.js +++ b/app/scripts/const/links.js @@ -3,7 +3,7 @@ var Links = { Repo: 'https://github.com/antelle/keeweb', Desktop: 'https://github.com/antelle/keeweb/releases/latest', - WebApp: 'https://antelle.github.io/keeweb/', + WebApp: 'https://app.keeweb.info/', License: 'https://github.com/antelle/keeweb/blob/master/MIT-LICENSE.txt', UpdateDesktop: 'https://github.com/antelle/keeweb/releases/download/v{ver}/UpdateDesktop.zip', ReleaseNotes: 'https://github.com/antelle/keeweb/blob/master/release-notes.md#release-notes', diff --git a/electron/package.json b/electron/package.json index 013284c7..11362645 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "KeeWeb", - "version": "0.6.0", + "version": "0.6.1", "description": "KeePass web app", "main": "main.js", "repository": "https://github.com/antelle/keeweb", diff --git a/package.json b/package.json index d27e6496..59d969c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keeweb", - "version": "0.6.0", + "version": "0.6.1", "description": "KeePass web app", "main": "Gruntfile.js", "repository": "https://github.com/antelle/keeweb", diff --git a/release-notes.md b/release-notes.md index 1deb4d4d..102f88a8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ Release notes ------------- +##### v0.6.1 (2016-02-01) +App moved to app.keeweb.info + ##### v0.6.0 (2016-01-19) Improvements `+` advanced search