From 1c86c45f565a36a6234c210392a89e3e20f32027 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Sep 15 2023 13:50:46 +0000 Subject: 0.15.1 Release * Fix Chrome manifest that by mistake included a file from a non-existing path. The error prevented the extension from starting. --- diff --git a/chrome/manifest.json b/chrome/manifest.json index 166c528..363e7b0 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -91,5 +91,5 @@ ], "optional_permissions": ["browsingData"], "short_name": "JShelter", - "version": "0.15" + "version": "0.15.1" } diff --git a/firefox/manifest.json b/firefox/manifest.json index 406d46d..3931540 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -91,7 +91,7 @@ ], "optional_permissions": ["browsingData"], "short_name": "JShelter", - "version": "0.15", + "version": "0.15.1", "browser_specific_settings": { "gecko": { "id": "jsr@javascriptrestrictor", diff --git a/website/content/pages/versions.md b/website/content/pages/versions.md index 2f3f9eb..13d179a 100644 --- a/website/content/pages/versions.md +++ b/website/content/pages/versions.md @@ -2,6 +2,11 @@ title: Release history --- +## 0.15.1 + +* Fix Chrome manifest that by mistake included a file from a non-existing path. The error prevented + the extension from starting. + ## 0.15 * Update NSCL to uses built-in and faster function to compute sha256.