-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
3ab512e
commit 229453e
Showing
4 changed files
with
22 additions
and
5 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.7", | ||
"version": "3.0.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,4 +1,5 @@ | ||
1. Feat: Export BibItem. by @@omrihaber | ||
2. Feat (for extension developer): Add a new notification view. by @geoffreychen777 | ||
3. Enhance: Refactor shortcuts management. by @igoogolx | ||
4. Fix: A webdav file moving bug. by @geoffreychen777 | ||
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 |