From 6475a4ccd220ad85b79d4bd0e2962ae2a8f3e26f Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Mon, 22 Apr 2024 04:53:04 +0100 Subject: [PATCH] 2024.4.22.0 --- CHANGELOG.md | 4 ++++ src/manifest_chrome.jsonc | 2 +- src/manifest_firefox.jsonc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbd7eb..8c4b502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Here I will outline the changes I've made over time... +### 20240422 + +- Desaturated most colors for a more mature look + ### 20240314 - The Leanpub [styles](https://userstyles.world/style/14072/my-personal-leanpub-styles) and scrolling improvements are now part of the browser extension. You can now remove the Stylus userstyle and Tampermonkey userscript if you have them installed. diff --git a/src/manifest_chrome.jsonc b/src/manifest_chrome.jsonc index c8109ba..ac7dd36 100644 --- a/src/manifest_chrome.jsonc +++ b/src/manifest_chrome.jsonc @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.3.14.0", + "version": "2024.4.22.0", "description": "A collection of enhancements for the University of Manchester websites", "content_scripts": [ diff --git a/src/manifest_firefox.jsonc b/src/manifest_firefox.jsonc index 3b1ddc5..9e49b0c 100644 --- a/src/manifest_firefox.jsonc +++ b/src/manifest_firefox.jsonc @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.3.14.0", + "version": "2024.4.22.0", "description": "A collection of enhancements for the University of Manchester websites", "browser_specific_settings": {