Skip to content

Commit

Permalink
chore: Bump to 3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 committed Dec 20, 2022
1 parent c6d887c commit c92db73
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 @@ -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
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.16.0",
"version": "3.16.1",
"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.16.0",
"version": "3.16.1",
"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.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
Expand Down

0 comments on commit c92db73

Please sign in to comment.