Skip to content

Commit

Permalink
build(joplin-search-integration): release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Sep 1, 2024
1 parent 59ec557 commit 1b99b53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/joplin-search-integration/changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/joplin-search-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1b99b53

Please sign in to comment.