diff --git a/changelog.md b/changelog.md index fb26e65..ed0a58d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v1.5.8: +- Fix a bug causing links to not open in the same tab. + ## v1.5.6: - Add option to show comment count instead of post count on extension icon when using auto-search. @@ -94,4 +97,4 @@ - workaround for leading dashes in YT video IDs being interpreted as boolean NOT by Reddit search -- minor fixes and improvements \ No newline at end of file +- minor fixes and improvements diff --git a/manifest.json b/manifest.json index e1126a7..6bed834 100644 --- a/manifest.json +++ b/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"