Skip to content

Commit

Permalink
Bump up to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Oct 20, 2023
1 parent c8713e1 commit a8120eb
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v2.2.6 20/10 2023

1. 更新 MS Word 证书。

## v2.2.5 22/07 2023

1. 浏览器插件现在支持 https://pubs.acs.org/ 了。
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 @@
# v2.2.6 Oct 20 2023

1. Update the certificate for MS Word add-in.

## v2.2.5 July 22 2023

1. Browser extension supports https://pubs.acs.org/ now.
Expand Down
4 changes: 2 additions & 2 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,10 +76,10 @@ 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.5 更新内容</p>
<p class="text-center text-2xl font-bold mb-8">版本 2.2.6 更新内容</p>

<ul class="list-disc mb-5">
<li>浏览器插件现在支持 https://pubs.acs.org/ 了。</li>
<li>更新 MS Word 证书。</li>
</ul>

<p class="text-center text-2xl font-bold mb-8">关于 Paperlib 3.0.0</p>
Expand Down
4 changes: 2 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 @@ -76,10 +76,10 @@ 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">What's New in 2.2.5</p>
<p class="text-center text-2xl font-bold mb-8">What's New in 2.2.6</p>

<ul class="list-disc mb-5">
<li> Browser extension supports https://pubs.acs.org/ </li>
<li> Update the certificate for MS Word add-in.</li>
</ul>

<p class="text-center text-2xl font-bold mb-8">About Paperlib 3.0.0</p>
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.5",
"version": "2.2.6",
"main": "dist/main.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
3 changes: 1 addition & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
1. Fixed a bug of the code repository scraper.
2. Fixed a bug of the smart filter.
1. Update the certificate for MS Word add-in.

0 comments on commit a8120eb

Please sign in to comment.