Skip to content

Commit 5a0382a

Browse files
committed
1 parent fc53164 commit 5a0382a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.8.8 2023-10
44

5+
* [Add plugin `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538)
56
* [Add plugin event bus `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/9454)
67

78
## 0.8.7 2023-10-24

siyuan.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ export function showMessage(text: string, timeout?: number, type?: "info" | "err
434434

435435
export class App {
436436
plugins: Plugin[];
437+
appId: string
437438
}
438439

439440
export abstract class Plugin {

0 commit comments

Comments
 (0)