-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
d4a6725
commit b83e72a
Showing
4 changed files
with
16 additions
and
8 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.10", | ||
"version": "3.0.11", | ||
"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,7 +1,3 @@ | ||
1. Translation: traditional Chinese. thanks @hazdzz | ||
2. Translation: Arabic. thanks @meel-hd | ||
3. Fix: date comparison bug in the smartfilter. by @geoffreychen777 | ||
4. Fix: shortcut bug. by @igoogolx | ||
5. Fix: window management bug. by @igoogolx | ||
6. Fix: some UI bugs. by @geoffreychen777 | ||
7. Feat(for developer): add some new API to the windows management service to prepare for the ai-chat-extension. by @igoogolx&geoffreychen777 | ||
1. Fix: import papers into a tag/folder directly. by @geoffreychen777 | ||
2. Enhance: notify when adding a duplicated paper. by @geoffreychen777 | ||
3. Enhance: check extensions update every day. by @charlieJ107 |