From 3d5c28488fb96f348049abb16f13c6718d28f7ea Mon Sep 17 00:00:00 2001 From: Devin Reams Date: Fri, 10 Nov 2017 14:02:17 -0700 Subject: [PATCH] Prepare 0.1.2-alpha (#305) * Bump version 0.1.2-alpha * Draft release notes * Change homepage to point to GitHub Pages * Add rest of items part of this release and fix links --- docs/release-notes.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- src/install.rdf.ejs | 1 + 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 78300820..721b64dc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,28 @@ # Lockbox Release Notes +## 0.1.2-alpha + +_Date: 2017-11-13_ + +### What's New + +* Interface styles updated to more closely match Photon design language ([#295](https://github.com/mozilla-lockbox/lockbox-extension/pull/295)) ([#307](https://github.com/mozilla-lockbox/lockbox-extension/pull/307)) +* Improved user interface design on welcome screen and home page ([#300](https://github.com/mozilla-lockbox/lockbox-extension/issues/300)) +* Updated content throughout the interface to guide the user experience ([#165](https://github.com/mozilla-lockbox/lockbox-extension/issues/165)) + +### What's Fixed + +* Clicking the toolbar (browser action) icon would not open the editor if the editor was opened and the user changed the URL ([#262](https://github.com/mozilla-lockbox/lockbox-extension/issues/262)) +* The toolbar icon did not invert to light colors on dark themes ([#306](https://github.com/mozilla-lockbox/lockbox-extension/pull/306)) + +### Known Issues + +* This is pre-release software subject to change. Your data may not be retained. +* There is no way to change your Lockbox master password. If you forget your master password, you'll need to start over fresh by either: + - Opening the this extension's Preferences and clicking the "`💥💣 Reset 💣💥`" button; or + - Uninstalling and re-installing the extension +* Firefox's default prompt to save logins is only disabled on new installs of this extension; updating Lockbox will not change your current Firefox preferences. + ## 0.1.1-alpha1 _Date: 2017-11-01_ diff --git a/package-lock.json b/package-lock.json index b3100daa..af54d6bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lockbox", - "version": "0.1.1-alpha1", + "version": "0.1.2-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ae2ae34..ce406c1f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "title": "Lockbox", "name": "lockbox", "id": "lockbox@mozilla.com", - "version": "0.1.1-alpha1", + "version": "0.1.2-alpha", "main": "dist/bootstrap.js", "description": "A Lockbox extension for Firefox", "author": "Lockbox Team ", @@ -17,7 +17,7 @@ "bugs": { "url": "https://github.com/mozilla-lockbox/lockbox-extension/issues" }, - "homepage": "https://github.com/mozilla-lockbox/lockbox-extension#readme", + "homepage": "https://mozilla-lockbox.github.io/lockbox-extension/", "keywords": [ "passwords", "crypto", diff --git a/src/install.rdf.ejs b/src/install.rdf.ejs index d194de67..ef1b84f3 100644 --- a/src/install.rdf.ejs +++ b/src/install.rdf.ejs @@ -11,6 +11,7 @@ Mozilla <%- package.author %> <%- package.description %> + <%- package.homepage %> true true https://testpilot.firefox.com/files/<%= package.id %>/updates.json