Skip to content

Commit

Permalink
chore: bump up to v3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Dec 22, 2024
1 parent ebf9ebb commit 537d482
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v3.1.10 Dec 22 2024

1. 修复:右侧面板中的标签链接不起作用。by @geoffreychen777
2. 修复:文件夹上下文菜单失效。by @geoffreychen777
3. 修复:排序 bug。by @geoffreychen777
4. 修复:标签消失 bug。by @geoffreychen777

## v3.1.9 Aug 23 2024

1. 修复:表格预览时图中的滚动 bug。 by @geoffreychen777
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v3.1.10 Dec 22 2024

1. Fix: tag links in the right panel don't work. by @geoffreychen777
2. Fix: folder context menu malfunctions. by @geoffreychen777
3. Fix: sort key bug. by @geoffreychen777
4. Fix: tags disappeared bug. by @geoffreychen777

## v3.1.9 Aug 23 2024

1. Fix: a view bug of the table reader view. by @geoffreychen777
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.1.9",
"version": "3.1.10",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
7 changes: 4 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. Fix: a view bug of the table reader view. by @geoffreychen777
2. Fix: a network proxy and custom CA bug. by @geoffreychen777
3. Enhance: using online sync database when offline. by @geoffreychen777
1. Fix: tag links in the right panel don't work. by @geoffreychen777
2. Fix: folder context menu malfunctions. by @geoffreychen777
3. Fix: sort key bug. by @geoffreychen777
4. Fix: tags disappeared bug. by @geoffreychen777

0 comments on commit 537d482

Please sign in to comment.