Skip to content

Commit 8d63e2f

Browse files
committed
chore: bump version to 3.9.1
1 parent dcc74a8 commit 8d63e2f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ The following are known limitations that cannot be fixed:
6060

6161
## Changelog
6262

63+
### Changes in 3.9.1
64+
65+
- Support edited submissions in Firefox by using regex instead of `URLPattern`.
66+
6367
### Changes in 3.9.0
6468

6569
- Support for edited submissions on Reddit Redesign on submission pages, list view, and popup view

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": "Creates links next to edited and deleted Reddit posts to show the original from before it was edited/removed.",
5-
"version": "3.9.0",
5+
"version": "3.9.1",
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": "Creates links next to edited and deleted Reddit posts to show the original from before it was edited/removed.",
5-
"version": "3.9.0",
5+
"version": "3.9.1",
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.9.0
4+
// @version 3.9.1
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
// @match *://*reddit.com/*

0 commit comments

Comments
 (0)