Skip to content

Commit

Permalink
build(joplin-serach-integration): release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Jan 11, 2023
1 parent 27e68c8 commit 2fb33ac
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
44 changes: 44 additions & 0 deletions packages/joplin-search-integration/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# changelog

## 0.3.1

- feat: automatically open new tabs in nearby locations
- fix: fix searx search may not have query parameters on url
- style: optimize the style of the page

## 0.3.0

- feat: Support search in searx and allow configuration, test ref: https://searx.tiekoetter.com/

## 0.2.7

- fix: Fixed a bug where newlines were not handled correctly

## 0.2.6

- fix: Fix the bug that the duckduckgo search url could not be matched at some point, ref: https://discourse.joplinapp.org/t/28864/26

## 0.2.5

- fix: open joplin notes page shows correct title
- fix: Fix the error that the setting page is closed immediately after pasting the token without saving

## 0.2.4

- feat: Support proper options page instead of putting it in popup
- feat: Support to automatically jump to the option page when no option is configured

## 0.2.3

- feat: support firefix

## 0.2.1

- feat: support duckduckgo

## 0.2.0

- feat: Refactored to support chrome extension manifest v3
- feat: The react framework and surrounding dependencies are no longer used, which greatly reduces the bundle size, 1086kb => 110kb
- feat: Support switching between light and dark themes
- feat: Support opening notes in joplin
2 changes: 1 addition & 1 deletion packages/joplin-search-integration/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Joplin Search Integration",
"version": "0.3.0",
"version": "0.3.1",
"description": "When using search, related Joplin notes are also displayed in the search results.",
"manifest_version": 3,
"background": {
Expand Down

0 comments on commit 2fb33ac

Please sign in to comment.