Skip to content

Commit

Permalink
Bump up to electron-v1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Aug 20, 2022
1 parent f17a065 commit 9241fd6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -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. 可以在详情界面删除标签/文件夹了。
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -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.
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": "1.9.6-dev.rc2",
"version": "1.9.6",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
8 changes: 6 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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.
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.

0 comments on commit 9241fd6

Please sign in to comment.