File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,11 @@ The following are known limitations that cannot be fixed:
76
76
77
77
## Changelog
78
78
79
+ ### Changes in 3.16.4
80
+
81
+ - Added link to r/pushshift issue post in fetch failed message
82
+ - Added rounded corners for the original comment box
83
+
79
84
### Changes in 3.16.3
80
85
81
86
- Added support for ` [ Removed by Reddit ] ` comments in moderator view
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " Unedit and Undelete for Reddit" ,
4
4
"description" : " Show original comments and posts from before they were edited or removed" ,
5
- "version" : " 3.16.3 " ,
5
+ "version" : " 3.16.4 " ,
6
6
"content_scripts" : [
7
7
{
8
8
"run_at" : " document_idle" ,
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 3 ,
3
3
"name" : " Unedit and Undelete for Reddit" ,
4
4
"description" : " Show original comments and posts from before they were edited or removed" ,
5
- "version" : " 3.16.3 " ,
5
+ "version" : " 3.16.4 " ,
6
6
"content_scripts" : [
7
7
{
8
8
"run_at" : " document_idle" ,
Original file line number Diff line number Diff line change 36
36
* The current version of the script
37
37
* @type {string }
38
38
*/
39
- const VERSION = "3.16.3 " ;
39
+ const VERSION = "3.16.4 " ;
40
40
41
41
/**
42
42
* Whether or not we are on old reddit and not redesign.
You can’t perform that action at this time.
0 commit comments