This commit is contained in:
Son NK
2020-07-04 19:49:29 +02:00
parent af0b90fb7f
commit af546fa64b
3 changed files with 4 additions and 2 deletions
+3
View File
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.7.0] - 2020-07-04
You can now login with email/password!
## [1.6.0] - 2020-06-24
Handle 429 error.
Fix Firefox scroll bar
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "simplelogin-extension",
"version": "1.6.0",
"version": "1.7.0",
"description": "SimpleLogin Browser Extension",
"author": "son@simplelogin.io",
"license": "MIT",
-1
View File
@@ -11,7 +11,6 @@
"activeTab",
"storage",
"cookies",
"http://localhost:*/*",
"https://*.simplelogin.io/*"
],
"browser_action": {