diff --git a/packages/joplin-search-integration/changelog.md b/packages/joplin-search-integration/changelog.md index e93acbcb..112e8596 100644 --- a/packages/joplin-search-integration/changelog.md +++ b/packages/joplin-search-integration/changelog.md @@ -1,5 +1,12 @@ # changelog +## 0.8.2 + +- fix: Resolved a CSS conflict between the search box and plugin CSS when using Bing search +- style: Optimize the style of the note viewing page +- fix: Fixed the issue of abnormal text size when searching on Baidu +- fix: Fixed the issue of incorrect webpage theme detection when using Baidu search + ## 0.8.1 - chore: remove tabs permission diff --git a/packages/joplin-search-integration/package.json b/packages/joplin-search-integration/package.json index d4b3b9c8..4e1f9dfa 100644 --- a/packages/joplin-search-integration/package.json +++ b/packages/joplin-search-integration/package.json @@ -3,7 +3,7 @@ "description": "Displays Joplin notes in search results on Google, Bing, and other engines, integrating personal notes with web searches.", "type": "module", "private": true, - "version": "0.8.1", + "version": "0.8.2", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox",