Skip to content

Commit ad38bc6

Browse files
authored
chore: Bump to version 3.16.0 (#66)
1 parent ff15ad6 commit ad38bc6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ The following are known limitations that cannot be fixed:
6262

6363
## Changelog
6464

65+
### Changes in 3.16.0
66+
67+
- Support for .compact Reddit layout
68+
- Show original links will not be shown if the post ID could not be determined
69+
6570
### Changes in 3.15.1
6671

6772
- Added some URL patterns to be excluded from running the script

manifest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Unedit and Undelete for Reddit",
44
"description": "Show original comments and posts from before they were edited or removed",
5-
"version": "3.15.1",
5+
"version": "3.16.0",
66
"content_scripts": [
77
{
88
"run_at": "document_idle",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Unedit and Undelete for Reddit",
44
"description": "Show original comments and posts from before they were edited or removed",
5-
"version": "3.15.1",
5+
"version": "3.16.0",
66
"content_scripts": [
77
{
88
"run_at": "document_idle",

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Unedit and Undelete for Reddit
33
// @namespace http://tampermonkey.net/
4-
// @version 3.15.1
4+
// @version 3.16.0
55
// @description Creates the option next to edited and deleted Reddit comments/posts to show the original comment from before it was edited
66
// @author Jonah Lawrence (DenverCoder1)
77
// @grant none

0 commit comments

Comments
 (0)