Skip to content

Commit

Permalink
Bumpup to v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Mar 24, 2024
1 parent 991046c commit 3a18b75
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 37 deletions.
42 changes: 27 additions & 15 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
## v3.0.4 24/03 2024

1. 新功能:现在你可以使用自定义重命名规则,比如:`{year}/{publication}/{title}` 在文件系统中层级地组织你的 PDF。by @geoffreychen777
2. 新功能:添加一个上下文菜单,用于从标签/组中移除论文。by @Rccubc
3. 新功能:点击评分星星以清除评分。by @igoogolx
4. 增强:改进了快捷键的 UI 组件。by @igoogolx
5. 增强:分批次抓取论文元数据。by @geoffreychen777
6. 增强:优化了快速引用工具的体验。by @geoffreychen777
7. 增强:支持自定义根证书。请查看我们的网站。by @geoffreychen777
8. 修复:修复了侧边栏中的拖动 Bug。by @Rccubc
9. 修复:修复了仅于 Linux 的路径 Bug。by @geoffreychen777

## v3.0.3 19/03 2024

0. 3 版本引入的巨大变化导致了一些 Bug。尽管经历了两个月的 beta 测试还是无法避免。请原谅最近的频繁更新。我们会尽快稳定下来。感谢您的理解。
1. 修复:QuickPaste 插件中的重复文件夹 Bug。by @geoffreychen777
2. 修复:一些 RSS 相关的 Bug。by @geoffreychen777
3. 修复:文件移动 Bug。by @geoffreychen777
4. 修复:macOS 下 Cmd+W 关闭窗口的 Bug。by @geoffreychen777
5. 修复:基于分区的数据库同步 Bug。by @geoffreychen777
6. 增强:一些中文翻译问题。by @Rccubc
1. 3 版本引入的巨大变化导致了一些 Bug。尽管经历了两个月的 beta 测试还是无法避免。请原谅最近的频繁更新。我们会尽快稳定下来。感谢您的理解。
2. 修复:QuickPaste 插件中的重复文件夹 Bug。by @geoffreychen777
3. 修复:一些 RSS 相关的 Bug。by @geoffreychen777
4. 修复:文件移动 Bug。by @geoffreychen777
5. 修复:macOS 下 Cmd+W 关闭窗口的 Bug。by @geoffreychen777
6. 修复:基于分区的数据库同步 Bug。by @geoffreychen777
7. 增强:一些中文翻译问题。by @Rccubc

## v3.0.2 17/03 2024

0. 新社区插件:`paperlib-cn-scrape-extension` - 一个元数据搜刮器插件,让你可以从中国知网搜刮元数据
1. 官方扩展中的新功能:`paperlib-ai-summary-extension` - 添加了一个新命令 `\tagit`,让 LLM 帮助您给论文打标签。by @geoffreychen777
2. 修复:导入文件时的文件名 Bug。by @geoffreychen777
3. 修复:标签,组编辑时的 Bug。by @geoffreychen777
4. 修复:表格预览模式中的文件名错误 Bug。by @geoffreychen777
5. 增强:在 Windows 上添加了一个图标。by @igoogolx
6. 插件开发者:添加了两个方法,以注册和注销上下文菜单项。by @igoogolx
7. 插件开发者:添加了三个方法,以查找、聚焦和模糊化窗口。by @igoogolx
1. 新社区插件:`paperlib-cn-scrape-extension` - 一个元数据搜刮器插件,让你可以从中国知网 2 刮元数据
2. 官方扩展中的新功能:`paperlib-ai-summary-extension` - 添加了一个新命令 `\tagit`,让 LLM 帮助您给论文打标签。by @geoffreychen777
3. 修复:导入文件时的文件名 Bug。by @geoffreychen777
4. 修复:标签,组编辑时的 Bug。by @geoffreychen777
5. 修复:表格预览模式中的文件名错误 Bug。by @geoffreychen777
6. 增强:在 Windows 上添加了一个图标。by @igoogolx
7. 插件开发者:添加了两个方法,以注册和注销上下文菜单项。by @igoogolx
8. 插件开发者:添加了三个方法,以查找、聚焦和模糊化窗口。by @igoogolx

## v3.0.1 15/03 2024

Expand Down
42 changes: 27 additions & 15 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
## v3.0.4 Mar 24 2024

1. New Feature: Now you can use a custom renaming format such as `{year}/{publication}/{title}` to organize your PDFs in hierarchical folders. By @geoffreychen777.
2. New Feature: Add a context menu to remove papers from tags/folders. By @Rccubc.
3. New Feature: Clear the rating. By @igoogolx.
4. Enhance: Improved UI component for shortcut keys. By @igoogolx, @charlieJ107
5. Enhance: Scrape papers in batch. By @geoffreychen777.
6. Enhance: Optimize the experience of the Quick Reference tool. By @geoffreychen777.
7. Enhance: Support the custom root CA. See our website. By @geoffreychen777.
8. Fix: Resolved a dragging bug in the sidebar. By @Rccubc.
9. Fix: Fixed a Linux-only path bug. By @geoffreychen777.

## v3.0.3 Mar 19 2024

0. The significant changes introduced in version 3 introduced some bugs. Two months of beta testing still cannot avoid them. We apologize for the recent frequent updates. Please bear with us.
1. Fix: Duplicate folder bug in the QuickPaste plugin. by @geoffreychen777
2. Fix: Some RSS-related bugs. by @geoffreychen777
3. Fix: A file moving bug. by @geoffreychen777
4. Fix: A macOS bug when the window was closed by Cmd+W. by @geoffreychen777
5. Fix: A sync bug for partition-based database. by @geoffreychen777
6. Enhance: Some Chinese translation issues. by @Rccubc
1. The significant changes introduced in version 3 introduced some bugs. Two months of beta testing still cannot avoid them. We apologize for the recent frequent updates. Please bear with us.
2. Fix: Duplicate folder bug in the QuickPaste plugin. by @geoffreychen777
3. Fix: Some RSS-related bugs. by @geoffreychen777
4. Fix: A file moving bug. by @geoffreychen777
5. Fix: A macOS bug when the window was closed by Cmd+W. by @geoffreychen777
6. Fix: A sync bug for partition-based database. by @geoffreychen777
7. Enhance: Some Chinese translation issues. by @Rccubc

## v3.0.2 Mar 17 2024

0. New Community Extension: `paperlib-cn-scrape-extension` - A new extension to scrape metadata from the Chinese CNKI database.
1. New Feature in Official Extensions: `paperlib-ai-summary-extension` - add a new command `\tagit` to let LLM help you tag your papers. by @geoffreychen777
2. Fix: a filename bug when importing a file. by @geoffreychen777
3. Fix: a categorizer editing bug. by @geoffreychen777
4. Fix: a filename bug in table preview mode. by @geoffreychen777
5. Enhance: add a logo at the top-left corner of the app in Windows. by @igoogolx
6. For Ext Developer: add two methods in the contextMenuService to register and unregister context menu items. by @igoogolx
7. For Ext Developer: add three methods in the windowManagementService to find, focus, and blur a window. by @igoogolx
1. New Community Extension: `paperlib-cn-scrape-extension` - A new extension to scrape metadata from the Chinese CNKI database.
2. New Feature in Official Extensions: `paperlib-ai-summary-extension` - add a new command `\tagit` to let LLM help you tag your papers. by @geoffreychen777
3. Fix: a filename bug when importing a file. by @geoffreychen777
4. Fix: a categorizer editing bug. by @geoffreychen777
5. Fix: a filename bug in table preview mode. by @geoffreychen777
6. Enhance: add a logo at the top-left corner of the app in Windows. by @igoogolx
7. For Ext Developer: add two methods in the contextMenuService to register and unregister context menu items. by @igoogolx
8. For Ext Developer: add three methods in the windowManagementService to find, focus, and blur a window. by @igoogolx

## v3.0.1 Mar 15 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.3",
"version": "3.0.4",
"main": "dist/main-entry.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
15 changes: 9 additions & 6 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
1. Fix: Duplicate folder bug in the QuickPaste plugin. by @geoffreychen777
2. Fix: Some RSS-related bugs. by @geoffreychen777
3. Fix: A file moving bug. by @geoffreychen777
4. Fix: A macOS bug when the window was closed by Cmd+W. by @geoffreychen777
5. Fix: A sync bug for partition-based database. by @geoffreychen777
6. Enhance: Some Chinese translation issues. by @Rccubc
1. New Feature: Now you can use a custom renaming format such as `{year}/{publication}/{title}` to organize your PDFs in hierarchical folders. By @geoffreychen777.
2. New Feature: Add a context menu to remove papers from tags/folders. By @Rccubc.
3. New Feature: Clear the rating. By @igoogolx.
4. Enhance: Improved UI component for shortcut keys. By @igoogolx, @charlieJ107
5. Enhance: Scrape papers in batch. By @geoffreychen777.
6. Enhance: Optimize the experience of the Quick Reference tool. By @geoffreychen777.
7. Enhance: Support the custom root CA. See our website. By @geoffreychen777.
8. Fix: Resolved a dragging bug in the sidebar. By @Rccubc.
9. Fix: Fixed a Linux-only path bug. By @geoffreychen777.

0 comments on commit 3a18b75

Please sign in to comment.