From af546fa64b98059bc9afa63dd5c021f2368008c6 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Sat, 4 Jul 2020 19:49:29 +0200 Subject: [PATCH] v1.7.0 --- CHANGELOG | 3 +++ package.json | 2 +- src/manifest.json | 1 - 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 01ce045..89e07be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/package.json b/package.json index 07cfe06..acbdf9d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/manifest.json b/src/manifest.json index 41e9b2a..156fd7b 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,6 @@ "activeTab", "storage", "cookies", - "http://localhost:*/*", "https://*.simplelogin.io/*" ], "browser_action": {