From 9241fd6e9dfcd07d78f9252d5b6d3eef1a9f33e0 Mon Sep 17 00:00:00 2001 From: geoffreychen777 Date: Sat, 20 Aug 2022 18:59:52 +0100 Subject: [PATCH] Bump up to electron-v1.9.6 --- CHANGELOG_CN.md | 10 ++++++++++ CHANGELOG_EN.md | 10 ++++++++++ package.json | 2 +- release-notes.md | 8 ++++++-- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 4c83bf91..a13d0ba7 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,3 +1,13 @@ +## v1.9.6 20/08 2022 + +1. 详情面板渲染 LaTex。 +2. 支持从 arXiv, unpaywall, and xxx-hub 搜索 PDF。 +3. 导入 BibTex 文件。 +4. 浏览器插件支持所有以 .pdf 结尾的 URL。 +5. 对于开启云同步的用户支持离线使用。 +6. 修复漏洞。 + + ## v1.9.5 14/08 2022 1. 可以在详情界面删除标签/文件夹了。 diff --git a/CHANGELOG_EN.md b/CHANGELOG_EN.md index 9f5093fe..dad7b919 100644 --- a/CHANGELOG_EN.md +++ b/CHANGELOG_EN.md @@ -1,3 +1,13 @@ +## v1.9.6 Aug 20 2022 + +1. Render LaTex in the details panel. +2. Support locating PDF from arXiv, unpaywall, and xxx-hub. Please manually input the URL of the xxx-hub in the preference window. +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. + + ## v1.9.5 Aug 14 2022 1. Now you can remove a tag/folder in the details panel. diff --git a/package.json b/package.json index e4f2da19..defc1d35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paperlib", - "version": "1.9.6-dev.rc2", + "version": "1.9.6", "description": "A simple academic paper management tool for CSer.", "productName": "Paperlib", "author": "Geoffrey Chen ", diff --git a/release-notes.md b/release-notes.md index ac4529fa..5469ed4a 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,2 +1,6 @@ -1. Now you can remove a tag/folder in the details panel. -2. Copy plain text or BibTex using the plugin with two modes. Press Tab or click it to switch between two modes. \ No newline at end of file +1. Render LaTex in the details panel. +2. Support locating PDF from arXiv, unpaywall, and xxx-hub. Please manually input the URL of the xxx-hub in the preference window. +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.