Skip to content

Commit

Permalink
Bumpup to v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Apr 8, 2024
1 parent 043bfbb commit 5e7cd4d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.0.9 08/04 2024

1. 紧急修复:空格按键在输入框中失效的问题。by @igoogolx
2. 增强:现在 UI 插槽支持 HTML 了。by @geoffreychen777

## v3.0.8 06/04 2024

1. 新功能:在详情面板中新增了一个“在线资源”章节。by @charlieJ107
Expand Down
15 changes: 10 additions & 5 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## v3.0.9 Apr 06 2024

1. Important Bug: Fix space key not working in input. by @igoogolx
2. Enhance: UI Slots support HTML now. by @geoffreychen777

## v3.0.8 Apr 06 2024

1. Feat: A new 'Online Resource' section in the details panel. - by @charlieJ107
2. Feat: A shortcut to select all papers. - by @igoogolx
3. Enhance: Adjustable feed view columns' order and width. - by @geoffreychen777
4. Enhance: Shortcuts management. - by @igoogolx
5. Feat (for extension developers): Add multiple hook points for reference exporting. - by @geoffreychen777
1. Feat: A new 'Online Resource' section in the details panel. by @charlieJ107
2. Feat: A shortcut to select all papers. by @igoogolx
3. Enhance: Adjustable feed view columns' order and width. by @geoffreychen777
4. Enhance: Shortcuts management. by @igoogolx
5. Feat (for extension developers): Add multiple hook points for reference exporting. by @geoffreychen777

## v3.0.7 Mar 31 2024

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib",
"version": "3.0.8",
"version": "3.0.9",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
7 changes: 2 additions & 5 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
1. Feat: A new 'Online Resource' section in the details panel. - by @charlieJ107
2. Feat: A shortcut to select all papers. - by @igoogolx
3. Enhance: Adjust feed view columns' order and width. - by @geoffreychen777
4. Enhance: Shortcuts management. - by @igoogolx
5. Feat (for extension developers): Add multiple hook points for reference exporting. - by @geoffreychen777
1. Bug: Fix space key not working in input. by @igoogolx
2. Enhance: UI Slots support HTML now. by @geoffreychen777

0 comments on commit 5e7cd4d

Please sign in to comment.