Skip to content

Commit

Permalink
🎨 fix lock-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Dec 28, 2023
1 parent d41f074 commit 6f58338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.9.2 2024-01

* [Add plugin event bus `lock-screen`](https://github.com/siyuan-note/siyuan/pull/9967)
* [Add plugin event bus `open-menu-inbox`](https://github.com/siyuan-note/siyuan/pull/9967)

## 0.9.1 2023-12-26
Expand Down
1 change: 1 addition & 0 deletions siyuan.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export interface IEventBusMap {
"sync-start": IWebSocketData;
"sync-end": IWebSocketData;
"sync-fail": IWebSocketData;
"lock-screen": void;
"mobile-keyboard-show": void;
"mobile-keyboard-hide": void;
}
Expand Down

0 comments on commit 6f58338

Please sign in to comment.