-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
043bfbb
commit 5e7cd4d
Showing
4 changed files
with
18 additions
and
11 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", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"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,2 @@ | ||
1. Feat: A new 'Online Resource' section in the details panel. - by @charlieJ107 | ||
2. Feat: A shortcut to select all papers. - by @igoogolx | ||
3. Enhance: Adjust feed view columns' order and width. - by @geoffreychen777 | ||
4. Enhance: Shortcuts management. - by @igoogolx | ||
5. Feat (for extension developers): Add multiple hook points for reference exporting. - by @geoffreychen777 | ||
1. Bug: Fix space key not working in input. by @igoogolx | ||
2. Enhance: UI Slots support HTML now. by @geoffreychen777 |