Skip to content

Commit

Permalink
Bump up to electron-v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jun 26, 2022
1 parent 878bf4c commit 727c9a1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
## v1.7.6 26/06 2022

1. 修复漏洞。
2. 支持方向键切换选定论文。
3. 支持自定义快捷键。

## v1.7.5 25/06 2022

1. 修复漏洞。
2. 支持三种重命名格式。
3. 支持代理。
4. 支持从文件夹或者Zotero CSV导入。

## v1.7.4 24/06 2022

1. 修复漏洞。
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.7.6 Jun 26 2022

1. Configurable hotkeys.
2. Arrow up and down to select the previous or next paper.
3. Fix bugs.

## v1.7.5 Jun 25 2022

1. Fix bugs.
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.7.5",
"version": "1.7.6",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/src/ui/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ onMounted(() => {
What's New in Paperlib 1.7.6
</p>
<p><b>New features</b></p>
<li>Customize hotkeys.</li>
<li>Configurable hotkeys.</li>
<p class="ml-5">自定义快捷键</p>
<img
class="w-96 mx-auto mt-5 mb-8 rounded-md shadow-neutral-400 shadow-lg"
Expand Down
7 changes: 3 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
1. Fix bugs.
2. Support proxy.
3. Support 3 renaming formats.
4. Import from a folder or a Zotero CSV file.
1. Configurable hotkeys.
2. Arrow up and down to select the previous or next paper.
3. Fix bugs.

0 comments on commit 727c9a1

Please sign in to comment.