From 4b416a98f9253f26a5c6e1139774e560bba0b96e Mon Sep 17 00:00:00 2001 From: Adeel Hassan Date: Sun, 1 May 2022 21:27:02 +0500 Subject: [PATCH] update version --- changelog.md | 7 ++++++- manifest.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 7e95a7c..fb26e65 100644 --- a/changelog.md +++ b/changelog.md @@ -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!) @@ -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. diff --git a/manifest.json b/manifest.json index 44b0959..48d9f0a 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.5", + "version": "1.5.6", "action": { "default_icon": "icon-256.png", "default_popup": "popup.html"