We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4120e commit 9f85915Copy full SHA for 9f85915
changelog.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v1.5.8:
4
+- Fix a bug causing links to not open in the same tab.
5
+
6
## v1.5.6:
7
- Add option to show comment count instead of post count on extension icon when
8
using auto-search.
@@ -94,4 +97,4 @@
94
97
- workaround for leading dashes in YT video
95
98
IDs being interpreted as boolean NOT by
96
99
Reddit search
-- minor fixes and improvements
100
+- minor fixes and improvements
manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Find on Reddit",
"description": "Find discussions of the current URL on Reddit",
- "version": "1.5.7",
+ "version": "1.5.8",
"action": {
"default_icon": "icon-256.png",
"default_popup": "popup.html"
0 commit comments