v2.2.0
This commit is contained in:
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.2.0] - 2020-09-03
|
||||
- Fix Firefox overflow menu
|
||||
- Better onboarding process
|
||||
- Do not require tabs permission.
|
||||
|
||||
## [2.1.0] - 2020-08-21
|
||||
- Improve error alert
|
||||
|
||||
|
||||
@@ -39,7 +39,11 @@ To run the extension locally, please follow these steps:
|
||||
|
||||
- run `npm run watch:dev` to generate the `/dist` folder that can be installed into Chrome.
|
||||
|
||||
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: ` ( cd dist/ ; web-ext run )`
|
||||
On Firefox, it can be done via `web-ext` tool from within the `/dist` folder:
|
||||
|
||||
```bash
|
||||
( cd dist/ ; web-ext run )
|
||||
```
|
||||
|
||||
The code is formatted using `prettier`, make sure to run it before creating the commit :).
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simplelogin-extension",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"betaRev": "0",
|
||||
"description": "SimpleLogin Browser Extension",
|
||||
"author": "extension@simplelogin.io",
|
||||
|
||||
Reference in New Issue
Block a user