Skip to content

Commit

Permalink
[Update] API version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffreyChen777 committed Mar 24, 2024
1 parent 40249e1 commit 785fefa
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paperlib-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paperlib-api",
"version": "0.1.4",
"version": "0.1.5",
"author": "Paperlib",
"description": "The API for paperlib extension development.",
"exports": {
9 changes: 9 additions & 0 deletions paperlib-api/release-note.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Paperlib API Release Note

## v0.1.5

- update `PLAPI.fileService.move`: add two options `moveMain` and `moveSups`.
- update `PLAPI.fileService.moveFile`: remove two options `fourceDelete` and `forceNotLink`.
- new Event `dataContextMenuRemoveFromClicked` for `PLMainAPI.contextMenuService`.
- update `PLAPI.paperService.update`: add `isUpdate` option.
- add `PLAPI.paperService.updateMainURL`
- add `PLAPI.paperService.updateSupURLs`

## v0.1.2

- add `updateCache` option for `PLAPI.paperService.update

0 comments on commit 785fefa

Please sign in to comment.