From 8cd3c35966f29acbb5309bcc5046c7fb6f9e70bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 25 Jul 2024 19:18:44 +0300 Subject: [PATCH] Release 1.1 --- README | 5 +++-- manifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 60f658b..7b2bc60 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ Private Nitter redirector is a webextension for directing Twitter (X) urls to a private Nitter instance. It supports HTTP basic authentication. -The extension has been tested with Firefox and Chromium. Safari support is -unknown at this moment. +The extension has been tested to work with Firefox (both desktop and mobile) and +Chromium. When tested on Safari, the authentication did not work, but the +redirect did. Private Nitter redirector is released under the terms of the Unlicense or, in case you find it unacceptable, The GNU General Public License v3.0 or later. diff --git a/manifest.json b/manifest.json index a93a6c3..04c3832 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "64": "icon-64.png" }, "description": "Redirect to and authenticate with a private Nitter instance", - "version": "1.0", + "version": "1.1", "permissions": [ "declarativeNetRequestWithHostAccess", "storage"