From ad38bc67411979e7e7798e433299cc250cadee4f Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 4 Nov 2022 11:44:58 -0600 Subject: [PATCH] chore: Bump to version 3.16.0 (#66) --- README.md | 5 +++++ manifest-v2.json | 2 +- manifest.json | 2 +- script.js | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf5fbc1..9903c89 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ The following are known limitations that cannot be fixed: ## Changelog +### Changes in 3.16.0 + +- Support for .compact Reddit layout +- Show original links will not be shown if the post ID could not be determined + ### Changes in 3.15.1 - Added some URL patterns to be excluded from running the script diff --git a/manifest-v2.json b/manifest-v2.json index 118bfe3..4105ef7 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.15.1", + "version": "3.16.0", "content_scripts": [ { "run_at": "document_idle", diff --git a/manifest.json b/manifest.json index 11e0c75..3003cfa 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.15.1", + "version": "3.16.0", "content_scripts": [ { "run_at": "document_idle", diff --git a/script.js b/script.js index 9149d94..68f51d6 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Unedit and Undelete for Reddit // @namespace http://tampermonkey.net/ -// @version 3.15.1 +// @version 3.16.0 // @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