-
-
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
3f3d234
commit a709ede
Showing
4 changed files
with
21 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": "1.8.2-dev.rc1", | ||
"version": "1.8.2", | ||
"description": "A simple academic paper management tool for CSer.", | ||
"productName": "Paperlib", | ||
"author": "Geoffrey Chen <[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,4 @@ | ||
1. FireFox add-on is ready. | ||
2. Custom scraper, scrapers' priority. | ||
3. Dialog window hotkey. | ||
4. Bug fix. | ||
1. Configurable paper detail information in the mainview. | ||
2. Directly import files or paper items to a folder or tag. | ||
3. Contextmenu: Scrape by using a specific scraper. | ||
4. Bug fix. |