Skip to content

Commit

Permalink
Bump up to v3.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Mar 3, 2024
1 parent 15ceb1a commit 083ca00
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v3.0.0-beta.10 03/03 2024

1. 新特性:在表格视图中显示作者缩写字符串(et al.)的选项。
2. 修复:拖拽表格视图中的条目到标签/文件夹时的 Bug。
3. 修复:快速引用插件无法为链接的文件夹导出 BibTex 的 Bug。
4. 修复:数据库中与根标签/文件夹相关的 Bug。
5. 修复:一些 UI Bug。

# v3.0.0-beta.9 28/02 2024

1. 修复:快速引用插件的 Bug。
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v3.0.0-beta.10 03/03 2024

1. Feat: add a option to show the short author string (et al.) in the table view.
2. Fix: a bug when dragging a table item to tags/folders.
3. Fix: quickpaste cannot export BibTex for the linked folder.
4. Fix: a bug in database related to root tags/folders.
5. Fix: som UI bugs.

## v3.0.0-beta.9 28/02 2024

1. Fix: a bug in the reference quickpast plugin.
Expand Down
2 changes: 1 addition & 1 deletion app/locales/locales/en.GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"fontnormal": "Normal",
"fontlarge": "Large",
"fontlarger": "Larger",
"mainviewshortauthor": "Use et.al. for long author list."
"mainviewshortauthor": "Use et al. for long author list."
},
"confirmation": {
"title": "Confirmation",
Expand Down
2 changes: 1 addition & 1 deletion app/locales/locales/zh.CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"fontnormal": "普通",
"fontlarge": "大号",
"fontlarger": "更大号",
"mainviewshortauthor": "使用 et.al. 替代长作者列表"
"mainviewshortauthor": "使用 et al. 替代长作者列表"
},
"confirmation": {
"title": "确认",
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-beta",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
6 changes: 5 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
1. Fix: a bug in the reference quickpast plugin.
1. Feat: add a option to show the short author string (et al.) in the table view.
2. Fix: a bug when dragging a table item to tags/folders.
3. Fix: quickpaste cannot export BibTex for the linked folder.
4. Fix: a bug in database related to root tags/folders.
5. Fix: som UI bugs.

0 comments on commit 083ca00

Please sign in to comment.