From b1624ca6ccd540b3f32f76dd613d60c5a6afc8be Mon Sep 17 00:00:00 2001 From: geoffreychen777 Date: Sat, 1 Jul 2023 09:59:37 +0100 Subject: [PATCH] bump up to v2.2.3 --- CHANGELOG_CN.md | 24 ++++------ CHANGELOG_EN.md | 28 ++++-------- .../ui/whats-new-view/whats-new-view-cn.vue | 42 ++++++++---------- .../ui/whats-new-view/whats-new-view-en.vue | 44 +++++++++---------- package.json | 2 +- release-notes.md | 7 +-- 6 files changed, 61 insertions(+), 86 deletions(-) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 486cd37c..ec9de63a 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,3 +1,8 @@ +# v2.2.3 01/07 2023 + +1. 修复代码搜刮器的 Bug。 +2. 修复了 Smart Filter 的一个 Bug。 + # v2.2.2 25/05 2023 1. 新功能: Smart Filter。 @@ -16,11 +21,10 @@ 1. 新的官方 metadata 检索服务 Paperlib official metadata service 以及新的搜刮逻辑让元数据检索更快更稳定。 2. 新搜刮器 PubMed. 3. 修复 bug: Title including MathML will be scraped incorrectly. -4. 修复 bug: Chrome extension to import papers on IEEE Xplore. +4. 修复 bug: Chrome extension to import papers on IEEE Xplore. 5. 修复 bug: Multiselection by pressing ctrl/cmd. 6. 修复 UI 问题。 - ## v2.1.5 07/01 2023 1. 优化 DBLP scaper 对部分 workshop 论文的检索结果。 @@ -56,19 +60,18 @@ 5. 标签 / 组在主视图中排序显示。 6. 表格试图的列宽可以调整了! - ## v2.0.7 29/10 2022 1. 优化中文 PDF 文件的读取和显示。 2. 一个新的选项使得导入论文时可以链接文件而不是复制或者剪切文件。使用户可以保持源 PDF 位置不变。 - ## v2.0.6 23/10 2022 1. 新的元数据搜寻器: bioRxiv, medRxiv, and chemRxiv。 2. 优化 DOI 正则表达式。 3. 新的图标。 4. 修复漏洞。 + ## v2.0.5 18/10 2022 1. Microsoft Word 插件的测试版发布了。 @@ -142,7 +145,6 @@ 4. 支持编辑 tags 和 folders。 5. 修复漏洞。 - ## v1.9.7 21/08 2022 1. 修复了 ACL 会议元数据匹配的 Bug。 @@ -154,15 +156,13 @@ 3. 导入 BibTex 文件。 4. 浏览器插件支持所有以 .pdf 结尾的 URL。 5. 对于开启云同步的用户支持离线使用。 -6. 修复漏洞。 - +6. 修复漏洞。 ## v1.9.5 14/08 2022 1. 可以在详情界面删除标签/文件夹了。 2. 快速复制插件支持两种模式,按下 Tab 键或者点击来切换。 - ## v1.9.4 08/08 2022 1. 保存主视图类型和排序等设置。 #124 @@ -175,7 +175,6 @@ 2. 修复元数据更新时的 Bug。 3. 修复缩略图渲染 Bug。 - ## v1.9.2 27/07 2022 1. 修复 macOS 快捷键关闭之后无法打开的 Bug。 @@ -200,7 +199,6 @@ 3. 右键菜单添加了从某一特定搜刮器搜刮 metadata 的选项。 4. 修复漏洞。 - ## v1.8.1 10/07 2022 1. Firefox 插件。 @@ -208,13 +206,11 @@ 3. 对话框可以使用一些快捷键操作。 4. 修复诸多漏洞。 - ## v1.7.8 05/07 2022 1. 支持侧边栏调整。 2. 支持自定义的重命名规则。 - ## v1.7.7 29/06 2022 1. 修复漏洞。 @@ -230,7 +226,7 @@ 1. 修复漏洞。 2. 支持三种重命名格式。 3. 支持代理。 -4. 支持从文件夹或者Zotero CSV导入。 +4. 支持从文件夹或者 Zotero CSV 导入。 ## v1.7.4 24/06 2022 @@ -288,7 +284,6 @@ 1. 更好的 Tag Folder 界面,自动提示。 - ## v1.5.8 12/04/2022 1. 自定义 Mongodb Atlas APP id。 @@ -301,7 +296,6 @@ 1. 删除无用的动画。 - ## v1.5.5 06/04/2022 1. 自动删除源文件 Bug 修复。 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 432322eb..ee9a8a34 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,4 +1,9 @@ -## v2.2.2 May 25 2024 +## v2.2.3 July 01 2023 + +1. Fixed a bug of the code repository scraper. +2. Fixed a bug of the smart filter. + +## v2.2.2 May 25 2023 1. New Feature: Smart Filter. 2. More colours for tags and folders. @@ -11,13 +16,12 @@ 1. Support fuzzy searching. For example, to search a paper with title like: Semi-supervised Classification via AABBCC, you can input "semi" / "semi sup" / "classi" / "semi classi" / "AA CC" etc. to the search bar. 2. Minor enhancement. - ## v2.2.0 Mar 17 2023 1. New Paperlib official metadata service and scraping logic which makes scraping faster and more stable. 2. New scrapers: PubMed. 3. Fixed a bug: Title including MathML will be scraped incorrectly. -4. Fixed a bug: Chrome extension to import papers on IEEE Xplore. +4. Fixed a bug: Chrome extension to import papers on IEEE Xplore. 5. Fixed a bug: Multiselection by pressing ctrl/cmd. 6. Fixed some UI details and a typo. @@ -36,7 +40,6 @@ 1. Update the MS Word add-in cert. - ## v2.1.2 Nov 20 2022 1. Browser extension now supports CNKI (中国知网). @@ -71,7 +74,7 @@ ## v2.0.5 Oct 18 2022 -1. The beta version of the Microsoft Word Add-in is released. +1. The beta version of the Microsoft Word Add-in is released. 2. Linux build is avaliable now. 3. The code repository metadata is editable now. 4. Better hover experience of the search bar. @@ -130,7 +133,6 @@ 1. New metadata scraper: corssref.org 2. Fixed some bugs. - ## v1.10.1 Sep 01 2022 1. Fixed some bugs. @@ -154,8 +156,7 @@ 3. Import papers from a BibTex file. 4. The browser extension supports all urls ending with '.pdf'. 5. For those who have cloud sync set up, now it is possible to use Paperlib without network connection. -6. Fixed some bugs in custom scrapers. - +6. Fixed some bugs in custom scrapers. ## v1.9.5 Aug 14 2022 @@ -174,7 +175,6 @@ 2. Fixed: a bug in the metadata updating. 3. Fixed: a bug in the preview rendering. - ## v1.9.2 Jul 28 2022 1. Bug fix: Cannot reopen window on macOS. @@ -199,7 +199,6 @@ 3. Contextmenu: Scrape by using a specific scraper. 4. Bug fix. - ## v1.8.1 Jul 10 2022 1. FireFox add-on is ready. @@ -207,7 +206,6 @@ 3. Dialog window hotkey. 4. Bug fix. - ## v1.7.8 Jul 05 2022 1. Resizable sidebar. @@ -230,17 +228,14 @@ 3. Support 3 renaming formats. 4. Support import from a folder or a Zotero CSV file. - ## v1.7.4 Jun 24 2022 1. Fix a bug in cloud preference. - ## v1.7.3 Jun 21 2022 1. Fix fulltext search bug. - ## v1.7.2 Jun 19 2022 1. Fix bugs. @@ -251,7 +246,6 @@ 2. Clear search input button. 3. Chrome Extension supports IEEE and Google Scholar. - ## v1.7.0 Jun 13 2022 1. Colorizable tags and folders. @@ -261,7 +255,6 @@ 1. Fix the window control bugs on Windows. - ## v1.6.4 Jun 5 2022 1. Fix some background color bugs in dark mode. @@ -280,7 +273,6 @@ 1. Bug fix. - ## v1.6.0 May 5 2022 1. Paperlib plugin for fast BibTex copy-paste. @@ -295,7 +287,6 @@ 1. Better tags and folders UI with suggestions. - ## v1.5.8 Apr 12 2022 1. Support custom MongoDB atlas App ID. @@ -308,7 +299,6 @@ 1. Remove useless animations. - ## v1.5.5 Apr 06 2022 1. Fix a bug when automatically delete source PDF files. diff --git a/app/renderer/ui/whats-new-view/whats-new-view-cn.vue b/app/renderer/ui/whats-new-view/whats-new-view-cn.vue index 8367c6a1..5ff4da3a 100644 --- a/app/renderer/ui/whats-new-view/whats-new-view-cn.vue +++ b/app/renderer/ui/whats-new-view/whats-new-view-cn.vue @@ -76,33 +76,29 @@ onMounted(() => {
-

版本 2.2.2 更新内容

+

版本 2.2.3 更新内容

+

关于 Paperlib 3.0.0

+

+ 在这个大版本更新中,我们将会发布一个 + 类 vscode 的插件系统 + 。我们相信插件系统可以赋予 Paperlib + 更多可能性。同时保持软件主体干净简洁。 +

+

+ 仍然有许多开发工作需要做,需要对代码架构做大幅调整。但是我们会尽快发布这个版本。请期待。我们正在努力开发中。 +

+

+ 如果你有任何关于使用插件系统完成功能的想法,请在 Discord + 频道中告诉我们,或者在 Github 仓库中提出 + issue。更多的插件使用场景将会帮助我们设计出更好的插件系统架构。感激不尽。 +

+
{

What's New in 2.2.2

    -
  • - New Feature: Smart Filter!
    - You can create a smart filter to do an advanced filtering. For - example: papers with 'tag A' and 'tag B'; recently added papers; - papers by a specific author; title contains the string 'abc' etc. - Please turn on the 'DEV mode' if you are using the online MongoDB - Atlas database. Learn more - here. - -
  • -
  • More colours for tags and folders.
  • -
  • Remember the window size.
  • -
  • Fix PDF quicklook for Windows.
  • -
  • Fix downloader delete button display bug. Thanks @qzydustin
  • +
  • Fixed a bug of the code repository scraper.
  • +
  • Fixed a bug of the smart filter..
+ +

About Paperlib 3.0.0

+

+ In this major update, we will introduce a + vscode-like extension system + to Paperlib. +

+

+ There are still a lot works to do to implement this extension + architecture, but we will release it as soon as possible. Please look + forward to it. We are currently working hard on it. +

+

+ If you have any ideas about some useful extension use cases, please + feel free to tell us in the Discord channel or raise an issue in the + Github repo. More extension use cases will help us to design a better + extension architecture. +

+
", diff --git a/release-notes.md b/release-notes.md index 9fa05e94..4fb3d8a2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,2 @@ -1. New Feature: Smart Filter. -2. More colours for tags and folders. -3. Remember the window size. -4. Fix PDF quicklook for Windows. -5. Fix downloader delete button display bug. Thanks @qzydustin \ No newline at end of file +1. Fixed a bug of the code repository scraper. +2. Fixed a bug of the smart filter.