-
-
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
55ce4c7
commit 1c47aef
Showing
4 changed files
with
19 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-beta", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.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,4 +1,4 @@ | ||
1. Important New Feature: Hierarchy Folders and SmartFilters! | ||
2. New Feature: Table view column order and more columns. | ||
3. New Feature: SmartFilter can be edited after creation. Add more human-friendly labels for SmartFilter creation. | ||
4. Fixed some bugs. | ||
1. Fix: sidebar sorting issue. | ||
2. Fix: the bug that hindered the markdown note preview from being extended. | ||
3. Fix: scrolling issue with the keyboard shortcuts. | ||
4. Fix: a database partition bug. |