Skip to content

Commit

Permalink
Merge pull request #44 from AdeelH/rel-1.5.6
Browse files Browse the repository at this point in the history
Prepare for minor release
  • Loading branch information
AdeelH authored May 1, 2022
2 parents 2c4b692 + 4b416a9 commit e69b5fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.6:
- Add option to show comment count instead of post count on extension icon when
using auto-search.
- Update to manifest v3.
- Code improvements.

## v1.5.5:
- Can now find even more results (in some cases) by using the /duplicates
API endpoint. (Thanks Droyk for the suggestion!)
Expand All @@ -9,7 +15,6 @@
(Thanks Droyk for the report!)
- Minor bug fixes.


## v1.5.4:
- Update Handlebars.js to 4.7.7 as per https://github.com/advisories/GHSA-f2jv-r9rf-7988.

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": "Find on Reddit",
"description": "Find discussions of the current URL on Reddit",
"version": "1.5.5",
"version": "1.5.6",
"action": {
"default_icon": "icon-256.png",
"default_popup": "popup.html"
Expand Down

0 comments on commit e69b5fc

Please sign in to comment.