-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb7a189
commit b1660bd
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## v1.5.4 05/04/2022 | ||
|
||
1. 自动定时搜索 Bug 修复。 | ||
|
||
## v1.5.3 03/04/2022 | ||
|
||
1. 表格 UI Bug 修复。 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## v1.5.4 Apr 05 2022 | ||
|
||
1. Fix the routine re-scraping bug. | ||
|
||
## v1.5.3 Apr 03 2022 | ||
|
||
1. Table UI bug fix. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "paperlib", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "A simple academic paper management tool for CSer.", | ||
"productName": "Paperlib", | ||
"author": "Geoffrey Chen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1. Table UI bug fix. | ||
1. Fix the routine re-scraping bug. |