-
-
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
785fefa
commit e69437f
Showing
5 changed files
with
31 additions
and
12 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
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.4", | ||
"version": "3.0.5", | ||
"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,9 +1 @@ | ||
1. New Feature: Now you can use a custom renaming format such as `{year}/{publication}/{title}` to organize your PDFs in hierarchical folders. By @geoffreychen777. | ||
2. New Feature: Add a context menu to remove papers from tags/folders. By @Rccubc. | ||
3. New Feature: Clear the rating. By @igoogolx. | ||
4. Enhance: Improved UI component for shortcut keys. By @igoogolx, @charlieJ107 | ||
5. Enhance: Scrape papers in batch. By @geoffreychen777. | ||
6. Enhance: Optimize the experience of the Quick Reference tool. By @geoffreychen777. | ||
7. Enhance: Support the custom root CA. See our website. By @geoffreychen777. | ||
8. Fix: Resolved a dragging bug in the sidebar. By @Rccubc. | ||
9. Fix: Fixed a Linux-only path bug. By @geoffreychen777. | ||
1. Fix some bugs. |