-
-
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
9069ccf
commit c7b2a68
Showing
4 changed files
with
29 additions
and
3 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.9", | ||
"version": "3.0.10", | ||
"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,2 +1,7 @@ | ||
1. Critical Bug: Fix space key not working in input. by @igoogolx | ||
2. Enhance: UI Slots support HTML now. by @geoffreychen777 | ||
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 |