Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Prepare 0.1.2-alpha (#305)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
devinreams authored Nov 10, 2017
1 parent 123c354 commit 3d5c284
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Lockbox",
"name": "lockbox",
"id": "[email protected]",
"version": "0.1.1-alpha1",
"version": "0.1.2-alpha",
"main": "dist/bootstrap.js",
"description": "A Lockbox extension for Firefox",
"author": "Lockbox Team <[email protected]>",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/install.rdf.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<em:creator>Mozilla</em:creator>
<em:contributor><%- package.author %></em:contributor>
<em:description><%- package.description %></em:description>
<em:homepageURL><%- package.homepage %></em:homepageURL>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<em:hasEmbeddedWebExtension>true</em:hasEmbeddedWebExtension>
<em:updateURL>https://testpilot.firefox.com/files/<%= package.id %>/updates.json</em:updateURL>
Expand Down

0 comments on commit 3d5c284

Please sign in to comment.