Skip to content

Commit

Permalink
Bump up to electron-v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jul 27, 2022
1 parent fadbc28 commit 70b7da1
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 45 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.9.1 27/07 2022

1. 支持 arXiv 更多的 RSS 格式。
2. 修复 Windows 下数据库初始化 Bug。
3. 修复 macOS 快捷键关闭之后无法打开的 Bug。
4. 修复 Tooltip 文字 Bug。

## v1.9.0 23/07 2022

1. RSS 订阅。
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.9.1 Jul 27 2022

1. Support more arxiv RSS formats.
2. Bug fix: Cannot reopen window on macOS.
3. Bug fix: Windows database initialization bug.
4. Bug fix: Tooltip text missing under dark mode.

## v1.9.0 Jul 23 2022

1. RSS subscription.
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.1-dev.3",
"version": "1.9.1",
"description": "A simple academic paper management tool for CSer.",
"productName": "Paperlib",
"author": "Geoffrey Chen <geoffreychen777@gmail.com>",
Expand Down
50 changes: 9 additions & 41 deletions packages/renderer/src/ui/whats-new-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,50 +34,18 @@ onMounted(() => {
<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.9.0
What's New in Paperlib 1.9.1
</p>
<p class="mt-10"><b>New Features</b></p>
<li>RSS subscription. #50</li>
<p class="ml-5">支持从 arXiv 等处 RSS 订阅论文。使用方法见下图。</p>
<p class="ml-5 text-red-500">
⚠️ If you are using the Atlas database sync, please make sure you have
turned on the dev mode of your cloud database to upload the modified
table scheme.
</p>
<p class="ml-5 text-red-500">
⚠️ 如果您使用 Atlas 云同步数据库功能,请确保在使用此功能前打开数据库
scheme 的 dev mode
保证数据库表结构的修改能够上传到云端。本地数据库无需操作。详情参阅如何使用云同步的教程。
</p>
<img
class="mx-auto mt-5 mb-8 rounded-md shadow-lg"
src="../assets/1.jpg"
/>

<li>Support markdown notes #94</li>
<p class="ml-5">
支持 markdown 格式的笔记。只需在编辑的时候输入 &lt;md&gt; 作为开头。
</p>

<img
class="mx-auto mt-5 mb-8 rounded-md shadow-lg"
src="../assets/2.jpg"
/>

<li>A new notification center.</li>
<p class="ml-5">
添加了一个通知中心。在这里显示 Paperlib 的一些处理信息以及报错。
</p>

<img
class="mx-auto mt-5 mb-8 rounded-md shadow-lg w-96"
src="../assets/3.jpg"
/>

<p class="mt-10"><b>Improvements and Fixed Bugs</b></p>
<li>More editable information #113</li>
<p class="ml-5">更多的可编辑信息。</p>
<li>Fix some bugs.</li>
<li>Support more RSS subscription formats. #50</li>
<p class="ml-5">支持更多的 RSS 返回格式。</p>
<li>Fix: Cannot reopen window on macOS #118</li>
<p class="ml-5">修复 macOS 快捷键关闭之后无法打开的 Bug。</p>
<li>Fix: Text missing under dark mode #117</li>
<p class="ml-5">修复 Tooltip 文字 Bug。</p>
<li>Fix: Database initialisation bug on Windows.</li>
<p class="ml-5">修复 Windows 下数据库初始化 Bug。</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 Down
7 changes: 4 additions & 3 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1. RSS subscription.
2. Support Markdown notes.
4. Bug fix.
1. Support more arxiv RSS formats.
2. Bug fix: Cannot reopen window on macOS.
3. Bug fix: Windows database initialization bug.
4. Bug fix: Tooltip text missing under dark mode.

0 comments on commit 70b7da1

Please sign in to comment.