From c92db73f5ce82713ef49a4a97b7e2d002adb43f0 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Mon, 19 Dec 2022 17:46:33 -0700 Subject: [PATCH] chore: Bump to 3.16.1 --- 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 97a8462..bbbe3f7 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ The following are known limitations that cannot be fixed: ## Changelog +### Changes in 3.16.1 + +- Removed sort order parameters due to recent breaking changes in the Pushshift API +- Added title text to show original links and error links to show additional information when hovering over them + ### Changes in 3.16.0 - Support for .compact Reddit layout diff --git a/manifest-v2.json b/manifest-v2.json index 4105ef7..12cce21 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.0", + "version": "3.16.1", "content_scripts": [ { "run_at": "document_idle", diff --git a/manifest.json b/manifest.json index 3003cfa..b5f4f41 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.0", + "version": "3.16.1", "content_scripts": [ { "run_at": "document_idle", diff --git a/script.js b/script.js index 7fd00bc..cab90db 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.0 +// @version 3.16.1 // @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