Skip to content

Commit

Permalink
2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Jul 22, 2023
1 parent 88d7a07 commit 0652175
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.4 22/07 2023

1. 浏览器插件现在支持 https://pubs.acs.org/ 了。


# v2.2.3 01/07 2023

1. 修复代码搜刮器的 Bug。
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v2.2.4 July 22 2023

1. Browser extension supports https://pubs.acs.org/ now.


## v2.2.3 July 01 2023

1. Fixed a bug of the code repository scraper.
Expand Down
10 changes: 7 additions & 3 deletions app/renderer/ui/whats-new-view/whats-new-view-cn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,18 @@ onMounted(() => {
<WhatsNewHeader :darkMode="darkMode" />
<div class="h-[1px] bg-neutral-200 dark:bg-neutral-600 my-8"></div>

<p class="text-center text-2xl font-bold mb-8">版本 2.2.3 更新内容</p>
<p class="text-center text-2xl font-bold mb-8">版本 2.2.4 更新内容</p>

<ul class="list-disc mb-5">
<li>修复代码仓库搜刮器的 Bug。</li>
<li>修复了 Smart Filter 的一个 Bug。</li>
<li>浏览器插件现在支持 https://pubs.acs.org/ 了。</li>
</ul>

<p class="text-center text-2xl font-bold mb-8">关于 Paperlib 3.0.0</p>

<p class="mb-2">
如果你愿意参与开发,想让 Paperlib 变得更好,帮助缓解开发人手不足,请联系我。谢谢。
</p>

<p class="mb-2">
在这个大版本更新中,我们将会发布一个
<b>类 vscode 的插件系统</b>
Expand Down
6 changes: 4 additions & 2 deletions app/renderer/ui/whats-new-view/whats-new-view-en.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ onMounted(() => {
<p class="text-center text-2xl font-bold mb-8">What's New in 2.2.3</p>

<ul class="list-disc mb-5">
<li>Fixed a bug of the code repository scraper.</li>
<li>Fixed a bug of the smart filter..</li>
<li> Browser extension supports https://pubs.acs.org/ </li>
</ul>

<p class="text-center text-2xl font-bold mb-8">About Paperlib 3.0.0</p>
<p class="mb-2">
If you wish to join me in the development of Paperlib, please contact me.
</p>
<p class="mb-2">
In this major update, we will introduce a
<b>vscode-like extension system</b>
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": "2.2.3",
"version": "2.2.4",
"main": "dist/main.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down

0 comments on commit 0652175

Please sign in to comment.