Skip to content

Commit

Permalink
chore: Bump to version 3.16.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Nov 4, 2022
1 parent ff15ad6 commit ad38bc6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ad38bc6

Please sign in to comment.