-
-
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
ca6148d
commit 06d0d16
Showing
4 changed files
with
19 additions
and
7 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
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
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-beta", | ||
"version": "3.0.0-beta.7", | ||
"version": "3.0.0-beta.8", | ||
"main": "dist/main-entry.js", | ||
"description": "A simple academic paper management tool.", | ||
"author": "Future Scholars <[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,6 +1,4 @@ | ||
1. Fix: The sidebar activation background color. | ||
2. Fix: The sidebar count bug. | ||
3. Fix: A UI bug in the extension setting page. | ||
4. Fix: A cache bug. | ||
5. Fix: A filter bug. | ||
6. For extension developers: increased some hook points' timeout. | ||
1. Fix: some UI bugs in darkmode. | ||
2. Fix: the extension loading and unloading bugs. | ||
3. Fix: fix a quicklook bug when editing a tag/folder. | ||
4. Fix: optimise for China mainland users. |