diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index b0a8dc33..8488d2d5 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -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 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 9b5251a1..05373b55 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -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 diff --git a/package.json b/package.json index de9250d2..f4c2c069 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/release-notes.md b/release-notes.md index d2738774..92e21d5c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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.