From 2ef0d7b46b73a508e146d858d990674b2375783b Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Wed, 15 Feb 2023 15:42:53 +0200 Subject: [PATCH] chore: bump version to 3.16.3 --- README.md | 7 +++++++ manifest-v2.json | 2 +- manifest.json | 2 +- script.js | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d046bd..c2b3258 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,13 @@ The following are known limitations that cannot be fixed: ## Changelog +### Changes in 3.16.3 + +- Added support for `[ Removed by Reddit ]` comments in moderator view +- Added icon to Userscript metadata +- Added more error handling for Pushshift API issues +- Prevent class names from being added to user flairs on old Reddit + ### Changes in 3.16.2 - Updated manifest v2 permissions list for Firefox 109 support diff --git a/manifest-v2.json b/manifest-v2.json index e32e20c..f1a3cfd 100644 --- a/manifest-v2.json +++ b/manifest-v2.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Unedit and Undelete for Reddit", "description": "Show original comments and posts from before they were edited or removed", - "version": "3.16.2", + "version": "3.16.3", "content_scripts": [ { "run_at": "document_idle", diff --git a/manifest.json b/manifest.json index d0fef61..1c64c94 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Unedit and Undelete for Reddit", "description": "Show original comments and posts from before they were edited or removed", - "version": "3.16.2", + "version": "3.16.3", "content_scripts": [ { "run_at": "document_idle", diff --git a/script.js b/script.js index 3290e2b..e0804b8 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Unedit and Undelete for Reddit // @namespace http://tampermonkey.net/ -// @version 3.16.2 +// @version 3.16.3 // @description Creates the option next to edited and deleted Reddit comments/posts to show the original comment from before it was edited // @author Jonah Lawrence (DenverCoder1) // @grant none @@ -36,7 +36,7 @@ * The current version of the script * @type {string} */ - const VERSION = "3.16.2"; + const VERSION = "3.16.3"; /** * Whether or not we are on old reddit and not redesign.