diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d90ab..f4e5d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.2](https://github.com/obsqrbtz/goose-highlighter/compare/v1.8.1...v1.8.2) (2025-10-08) + + +### Bug Fixes + +* do not call save() on all keypresses in textboxes ([687d7c9](https://github.com/obsqrbtz/goose-highlighter/commit/687d7c9e62f0f282ce73e86cdc62aaf275c9dafe)) +* do not save anything in list settings section until presses the apply button ([0734bf3](https://github.com/obsqrbtz/goose-highlighter/commit/0734bf330824c60f0d5c4784e99660b9e652efd6)) + # [1.8.0](https://github.com/obsqrbtz/goose-highlighter/compare/v1.7.2...v1.8.0) (2025-10-07) diff --git a/manifest.json b/manifest.json index c003b98..945954b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", - "version": "1.8.1", + "version": "1.8.2", "default_locale": "en", "permissions": [ "scripting", @@ -20,7 +20,6 @@ "service_worker": "dist/background.js", "type": "module" }, - "icons": { "48": "icons/icon48.png", "128": "icons/icon128.png"