Skip to content

Commit

Permalink
for release
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed May 25, 2023
1 parent c1ddb3c commit 51327eb
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.2.2 25/05 2023

1. 新功能: Smart Filter。
2. 标签/文件夹支持更多的颜色。
3. 记住上次关闭时的窗口尺寸。
4. 修复 Windows 的快速预览。
5. 修复下载器设置的按钮文字。Thanks @qzydustin

## v2.2.1 09/04 2023

1. 支持模糊搜索,比如论文标题为 Semi-supervised Classification via AABBCC,那么可以通过输入 "semi" / "semi sup" / "classi" / "semi classi" / "AA CC" 等等来搜索到这篇论文。
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.2.2 May 25 2024

1. New Feature: Smart Filter.
2. More colours for tags and folders.
3. Remember the window size.
4. Fix PDF quicklook for Windows.
5. Fix downloader delete button display bug. Thanks @qzydustin

## v2.2.1 Apr 09 2023

1. Support fuzzy searching. For example, to search a paper with title like: Semi-supervised Classification via AABBCC, you can input "semi" / "semi sup" / "classi" / "semi classi" / "AA CC" etc. to the search bar.
Expand Down
6 changes: 3 additions & 3 deletions app/renderer/ui/whats-new-view/whats-new-view-en.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ onMounted(() => {
<ul class="list-disc mb-5">
<li>
New Feature: <b>Smart Filter</b>! <br />
You can create a smart filter for advanced filtering. For example:
papers with 'tag A' and 'tag B'; recently added papers'; papers with
author xxx; title contains string 'abc' etc.
You can create a smart filter to do an advanced filtering. For
example: papers with 'tag A' and 'tag B'; recently added papers;
papers by a specific author; title contains the string 'abc' etc.
<span class="text-red-500"
>Please turn on the 'DEV mode' if you are using the online MongoDB
Atlas database</span
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.2-dev.rc3",
"version": "2.2.2",
"main": "dist/main.js",
"description": "A simple academic paper management tool.",
"author": "Future Scholars <[email protected]>",
Expand Down
7 changes: 5 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
1. Support fuzzy searching. For example, to search a paper with title like: Semi-supervised Classification via AABBCC, you can input "semi" / "semi sup" / "classi" / "semi classi" / "AA CC" etc. to the search bar.
2. Minor enhancement.
1. New Feature: Smart Filter.
2. More colours for tags and folders.
3. Remember the window size.
4. Fix PDF quicklook for Windows.
5. Fix downloader delete button display bug. Thanks @qzydustin

0 comments on commit 51327eb

Please sign in to comment.