Skip to content

Commit

Permalink
Bump up to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Mar 12, 2024
1 parent a37c27f commit 569c690
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 164 deletions.
93 changes: 14 additions & 79 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,87 +1,22 @@
# v3.0.0-beta.13 11/03 2024
# v3.0.0 12/03 2024

1. 新特性:再其他 App 中和 Paperlib 通信的 API:paperlib://APIGroup.serviceName.methodName/?args=\[...\]
2. 改进: 添加了一个新的快捷键 `Ctrl/Cmd + s` 来保存当前编辑的论文。
3. 修复:一个 smartfilter 编辑器的 Bug。致谢 @Rccubc
1. 新功能:整个代码已经重构,以支持可扩展的架构。有关扩展开发的详细信息,请参阅我们的官方网站。让我们一起让 Paperlib 变得更好吧!
2. 新功能:层次组和智能过滤器!
3. 新功能:所有元数据抓取器和下载器都已移动到相应的扩展中。
4. 新功能:引入了一个新的命令面板界面,以替代基本的搜索栏。
5. 新功能:在侧边栏支持创建新标签和文件夹。
6. 新功能:可更改的表格视图列顺序和更多列。
7. 新功能:创建 SmartFilter 后可编辑。为 SmartFilter 创建添加更多人性化标签。
8. 其他:修复了一些 Bug。
9. 其他:不再支持 Windows 7。

# v3.0.0-beta.12 11/03 2024
## v2.2.9 09/01 2024

1. 新特性:再其他 App 中和 Paperlib 通信的 API:paperlib://APIGroup.serviceName.methodName/?args=\[...\]
2. 改进: 添加了一个新的快捷键 `Ctrl/Cmd + s` 来保存当前编辑的论文。
3. 修复:一个 smartfilter 编辑器的 Bug。致谢 @Rccubc
1. 为 3.0 版本做准备。

# v3.0.0-beta.11 04/03 2024
## v2.2.8 21/12 2023

1. 改进:更好的网络代理工具。
2. 改进:记录更多的插件进程信息。
3. 修复:删除论文时的文件 Bug。
4. 修复:Windows/Linux 下的快速预览。
5. 修复:一些 UI Bug。

# 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。

## v3.0.0-beta.8 26/02 2024

1. 修复:暗黑模式下的一些 UI Bug。
2. 修复:插件加载和更新的 Bug。
3. 修复:编辑标签/文件夹时的快速预览 Bug。
4. 优化:对中国大陆地区用户的优化。

## v3.0.0-beta.7 25/02 2024

1. 修复:侧边栏激活背景颜色。
2. 修复:侧边栏计数 Bug。
3. 修复:扩展设置页面的 UI Bug。
4. 修复:缓存 Bug。
5. 修复:过滤器 Bug。
6. 对插件开发者:提高了一些钩子的超时时间。

## v3.0.0-beta.6 23/02 2024

1. 对中国大陆地区用户使用国内镜像站加速插件下载。

## v3.0.0-beta.5 14/02 2024

1. 修复:侧边栏排序问题。
2. 修复:Markdown 笔记预览无法扩展的 Bug。
3. 修复:键盘快捷键相关的滚动问题。
4. 修复:数据库分区 Bug。

## v3.0.0-beta.4 29/01 2024

1. 重要特性:层级组以及层级的 Smart 过滤器!
2. 新特性:表格视图列的顺序调整以及支持更多的列。
3. 新特性:Smart 过滤器支持了创建后编辑,并加入了更人性化的提示。
4. 修复了一些 Bug。

## v3.0.0-beta.3 15/01 2024

1. 修复了一些 Bug。
2. 插件推荐:paperlib-ai-summary-extension

## v3.0.0-beta.2 15/01 2024

1. 摒弃了 Windows 7 的支持。
2. 修复了一些 Bug。
3. 插件推荐:paperlib-ai-summary-extension

## v3.0.0-beta.1 08/01 2024

1. 重构了整个底层代码,以支持可扩展的插件架构,插件的开发等详情请参考官网。一起来让 Paperlib 更强大吧!
2. 将所有的搜刮器,下载器移动到了插件中。
3. 引入了新的命令面板界面替换了基础的搜索框。
4. 支持了在侧边栏新建标签和组。
5. 修复了一些 Bug。
1. 更新 MS Word 证书。

## v2.2.7 03/12 2023

Expand Down
93 changes: 12 additions & 81 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,87 +1,18 @@
## v3.0.0-beta.13 11/03 2024
## v3.0.0 Mar 12 2024

1. New Feature: API for other APPs: paperlib://APIGroup.serviceName.methodName/?args=\[...\]
2. Enhance: add `Ctrl/CMD + s` shortcut for the editing window.
3. Fix: a bug in smartfilter editor. Thanks @Rccubc
1. New Feature: The entire code has been refactored to support the extensible architecture. For details on extension development, please refer to our official website. Let's make Paperlib better together!
2. New Feature: Hierarchy Folders and SmartFilters!
3. New Feature: All metadata scrapers and downloaders have been moved into corresponding extensions.
4. New Feature: A new command panel interface has been introduced to replace the basic search bar.
5. New Feature: Support for creating new tags and folders in the sidebar.
6. New Feature: Changable table view column order and more columns.
7. New Feature: SmartFilter can be edited after creation. Add more human-friendly labels for SmartFilter creation.
8. Others: Fixed some bugs.
9. Others: Doesn't support Windows 7 anymore.

## v3.0.0-beta.12 11/03 2024
## v2.2.9 Jan 09 2024

1. New Feature: API for other APPs: paperlib://APIGroup.serviceName.methodName/?args=\[...\]
2. Enhance: add `Ctrl/CMD + s` shortcut for the editing window.
3. Fix: a bug in smartfilter editor. Thanks @Rccubc

## v3.0.0-beta.11 04/03 2024

1. Enhance: better network tools for proxy.
2. Enhance: log more information for the extension process.
3. Fix: a file bug when removing a paper from the library.
4. Fix: quicklook on Windows/Linux.
5. Fix: some UI bugs.

## v3.0.0-beta.10 03/03 2024

1. Feat: add an 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 the database related to root tags/folders.
5. Fix: some UI bugs.

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

1. Fix: a bug in the reference quickpast plugin.

## v3.0.0-beta.8 26/02 2024

1. Fix: some UI bugs in darkmode.
2. Fix: the extension loading and unloading bugs.
3. Fix: fix a quicklook bug when editing a tag/folder.
4. Fix: optimise for China mainland users.

## v3.0.0-beta.7 25/02 2024

1. Fix: The sidebar activation background color.
2. Fix: The sidebar count bug.
3. Fix: A UI bug in the extension setting page.
4. Fix: A cache bug.
5. Fix: A filter bug.
6. For extension developers: increased some hook points' timeout.

## v3.0.0-beta.6 23/02 2024

1. For users in mainland China, the extensions downloading is accelerated by using a NPM mirror.

## v3.0.0-beta.5 14/02 2024

1. Fix: sidebar sorting issue.
2. Fix: the bug that hindered the markdown note preview from being extended.
3. Fix: scrolling issue with the keyboard shortcuts.
4. Fix: a database partition bug.

## v3.0.0-beta.4 29/01 2024

1. Important New Feature: Hierarchy Folders and SmartFilters!
2. New Feature: Table view column order and more columns.
3. New Feature: SmartFilter can be edited after creation. Add more human-friendly labels for SmartFilter creation.
4. Fixed some bugs.

## v3.0.0-beta.3 Jan 15 2024

1. Fixed some bugs.
2. Extension Recommendation: paperlib-ai-summary-extension

## v3.0.0-beta.2 Jan 15 2024

1. Doesn't support Windows 7 anymore.
2. Fixed some bugs.
3. Extension Recommendation: paperlib-ai-summary-extension

## v3.0.0-beta.1 Jan 8 2024

1. The entire code has been refactored to support the extensible architecture. For details on extension development, please refer to our official website. Let's make Paperlib better together!
2. All metadata scrapers and downloaders have been moved into corresponding extensions.
3. A new command panel interface has been introduced to replace the basic search bar.
4. Support for creating new tags and folders in the sidebar.
5. Fixed some bugs.
1. Prepare for version 3.0.

## v2.2.8 Dec 21 2023

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"generate-api-types": "vite build --config ./paperlib-api/vite.config.ts"
},
"engines": {
"node": ">=16.17.1"
"node": ">=18.16.1"
},
"devDependencies": {
"@future-scholars/vue-virtual-scroller": "^1.0.0",
Expand Down
12 changes: 9 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1. New Feature: API for other APPs: paperlib://APIGroup.serviceName.methodName/?args=\[...\]
2. Enhance: add `Ctrl/CMD + s` shortcut for the editing window.
3. Fix: a bug in smartfilter editor. Thanks @Rccubc
1. New Feature: The entire code has been refactored to support the extensible architecture. For details on extension development, please refer to our official website. Let's make Paperlib better together!
2. New Feature: Hierarchy Folders and SmartFilters!
3. New Feature: All metadata scrapers and downloaders have been moved into corresponding extensions.
4. New Feature: A new command panel interface has been introduced to replace the basic search bar.
5. New Feature: Support for creating new tags and folders in the sidebar.
6. New Feature: Changable table view column order and more columns.
7. New Feature: SmartFilter can be edited after creation. Add more human-friendly labels for SmartFilter creation.
8. Others: Fixed some bugs.
9. Others: Doesn't support Windows 7 anymore.

0 comments on commit 569c690

Please sign in to comment.