Skip to content

Commit

Permalink
Bump up to electron-v1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jun 29, 2022
1 parent a754051 commit c726332
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.7.7 29/06 2022

1. 修复漏洞。

## v1.7.6 26/06 2022

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

1. Fix bugs.

## v1.7.6 Jun 26 2022

1. Configurable hotkeys.
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.6",
"version": "1.7.7",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <[email protected]>",
Expand Down
34 changes: 17 additions & 17 deletions packages/renderer/src/ui/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@ onMounted(() => {
>
<div
id="whats-new-view"
class="absolute w-full h-full top-0 left-0 bg-white dark:bg-neutral-800 z-50 py-20 overflow-auto"
class="absolute w-full h-full top-0 left-0 bg-white dark:bg-neutral-800 z-50 py-20 overflow-auto dark:text-neutral-200"
v-if="show"
>
<div class="w-[40rem] h-screen px-3 mx-auto">
<img class="w-20 mx-auto mb-2" src="../assets/icon.png" />
<p class="text-center text-2xl font-bold mb-8">
What's New in Paperlib 1.7.6
What's New in Paperlib 1.7.7
</p>
<p><b>New features</b></p>
<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"
src="../assets/1.png"
/>
<li>Arrow up and down to select the previous or next paper.</li>
<p class="ml-5">方向键切换选择论文</p>
<p><b>Fixed bugs</b></p>
<li>Local to cloud migration bug.</li>
<p class="ml-5">迁移本地数据到云端时的错误</p>
<li>'Space' and 'Enter' key bug in the edit view.</li>
<p class="ml-5">在编辑界面按空格回车的问题</p>
<li>Chorme extension is ready.</li>
<p class="ml-5">Chrome 插件已经审核通过可以下载了。</p>

<p class="mt-10"><b>Fixed bugs</b></p>
<li>
"cmd+shift+I" A JavaScript error occurred in the main process #100
</li>
<p class="ml-5">BibTex快捷插入插件在特定屏幕分辨率下无法打开的问题。</p>
<li>Long warning window when importing papers #99</li>
<p class="ml-5">极少数论文提取过长错误标题的问题。</p>
<li>UI length overflow in the preference panel #98</li>
<p class="ml-5">设置界面论文库地址显示超出边界的问题。</p>
<li>Several webdav issues.</li>
<p class="ml-5">WebDAV 相关若干问题。</p>

<div
class="mt-10 mx-auto flex w-60 h-10 bg-accentlight dark:bg-accentdark text-neutral-50 rounded-md shadow-md cursor-pointer"
Expand All @@ -59,7 +59,7 @@ onMounted(() => {
</div>
</div>
<div
class="fixed bottom-0 left-0 w-full h-20 bg-gradient-to-t from-white"
class="fixed bottom-0 left-0 w-full h-20 bg-gradient-to-t from-white dark:from-neutral-800"
></div>
</div>
</Transition>
Expand Down
4 changes: 1 addition & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
1. Configurable hotkeys.
2. Arrow up and down to select the previous or next paper.
3. Fix bugs.
1. Fix bugs.

0 comments on commit c726332

Please sign in to comment.