-
-
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
6bd1a75
commit ddca695
Showing
4 changed files
with
16 additions
and
6 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.11", | ||
"version": "3.0.0-beta.12", | ||
"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,5 +1,3 @@ | ||
1. Enhance: better network tools for proxy. | ||
2. Enhance: log more information for the extension process. | ||
3. Fix: a file bug when removing a paper from the library. | ||
4. Fix: quicklook on Windows/Linux. | ||
5. Fix: some UI bugs. | ||
1. New Feature: API for other APPs: paperlib://APIGroup.serviceName.methodName/?args=\[...\] | ||
2. Enhance: add `Ctrl/CMD + s` shortcut for the editing window. | ||
3. Fix: a bug in smartfilter editor. Thanks @Rccubc |