|
1 |
| -# Changelog |
2 | 1 |
|
3 |
| -## v0.3.5 2024-04-30 |
4 |
| - |
5 |
| -* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183) |
6 |
| - |
7 |
| - |
8 |
| -## 0.3.4 2024-02-20 |
9 |
| - |
10 |
| -* [Add plugin event bus `click-flashcard-action`](https://github.com/siyuan-note/siyuan/issues/10318) |
11 |
| - |
12 |
| -## 0.3.3 2024-01-24 |
13 |
| - |
14 |
| -* Update dock icon class |
15 |
| - |
16 |
| -## 0.3.2 2024-01-09 |
17 |
| - |
18 |
| -* [Add plugin `protyleOptions`](https://github.com/siyuan-note/siyuan/issues/10090) |
19 |
| -* [Add plugin api `uninstall`](https://github.com/siyuan-note/siyuan/issues/10063) |
20 |
| -* [Add plugin method `updateCards`](https://github.com/siyuan-note/siyuan/issues/10065) |
21 |
| -* [Add plugin function `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063) |
22 |
| -* [Add plugin event bus `lock-screen`](https://github.com/siyuan-note/siyuan/pull/9967) |
23 |
| -* [Add plugin event bus `open-menu-inbox`](https://github.com/siyuan-note/siyuan/pull/9967) |
24 |
| - |
25 |
| - |
26 |
| -## 0.3.1 2023-12-06 |
27 |
| - |
28 |
| -* [Support `Dock Plugin` and `Command Palette` on mobile](https://github.com/siyuan-note/siyuan/issues/9926) |
29 |
| - |
30 |
| -## 0.3.0 2023-12-05 |
31 |
| - |
32 |
| -* Upgrade Siyuan to 0.9.0 |
33 |
| -* Support more platforms |
34 |
| - |
35 |
| -## 0.2.9 2023-11-28 |
36 |
| - |
37 |
| -* [Add plugin method `openMobileFileById`](https://github.com/siyuan-note/siyuan/issues/9738) |
38 |
| - |
39 |
| - |
40 |
| -## 0.2.8 2023-11-15 |
41 |
| - |
42 |
| -* [`resize` cannot be triggered after dragging to unpin the dock](https://github.com/siyuan-note/siyuan/issues/9640) |
43 |
| - |
44 |
| -## 0.2.7 2023-10-31 |
45 |
| - |
46 |
| -* [Export `Constants` to plugin](https://github.com/siyuan-note/siyuan/issues/9555) |
47 |
| -* [Add plugin `app.appId`](https://github.com/siyuan-note/siyuan/issues/9538) |
48 |
| -* [Add plugin event bus `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/9454) |
49 |
| - |
50 |
| -## 0.2.6 2023-10-24 |
51 |
| - |
52 |
| -* [Deprecated `loaded-protyle` use `loaded-protyle-static` instead](https://github.com/siyuan-note/siyuan/issues/9468) |
53 |
| - |
54 |
| -## 0.2.5 2023-10-10 |
55 |
| - |
56 |
| -* [Add plugin event bus `open-menu-doctree`](https://github.com/siyuan-note/siyuan/issues/9351) |
57 |
| - |
58 |
| -## 0.2.4 2023-09-19 |
59 |
| - |
60 |
| -* Supports use in windows |
61 |
| -* [Add plugin function `transaction`](https://github.com/siyuan-note/siyuan/issues/9172) |
62 |
| - |
63 |
| -## 0.2.3 2023-09-05 |
64 |
| - |
65 |
| -* [Add plugin function `transaction`](https://github.com/siyuan-note/siyuan/issues/9172) |
66 |
| -* [Plugin API add openWindow and command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032) |
67 |
| - |
68 |
| -## 0.2.2 2023-08-29 |
69 |
| - |
70 |
| -* [Add plugin event bus `destroy-protyle`](https://github.com/siyuan-note/siyuan/issues/9033) |
71 |
| -* [Add plugin event bus `loaded-protyle-dynamic`](https://github.com/siyuan-note/siyuan/issues/9021) |
72 |
| - |
73 |
| -## 0.2.1 2023-08-21 |
74 |
| - |
75 |
| -* [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002) |
76 |
| -* [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944) |
77 |
| - |
78 |
| -## 0.2.0 2023-08-15 |
79 |
| - |
80 |
| -* [Add plugin event bus `open-siyuan-url-plugin` and `open-siyuan-url-block`](https://github.com/siyuan-note/siyuan/pull/8927) |
81 |
| - |
82 |
| - |
83 |
| -## 0.1.12 2023-08-01 |
84 |
| - |
85 |
| -* Upgrade siyuan to 0.7.9 |
86 |
| - |
87 |
| -## 0.1.11 |
88 |
| - |
89 |
| -* [Add `input-search` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8725) |
90 |
| - |
91 |
| - |
92 |
| -## 0.1.10 |
93 |
| - |
94 |
| -* [Add `bind this` example for eventBus in plugins](https://github.com/siyuan-note/siyuan/issues/8668) |
95 |
| -* [Add `open-menu-breadcrumbmore` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8666) |
96 |
| - |
97 |
| -## 0.1.9 |
98 |
| - |
99 |
| -* [Add `open-menu-xxx` event bus for plugins ](https://github.com/siyuan-note/siyuan/issues/8617) |
100 |
| - |
101 |
| -## 0.1.8 |
102 |
| - |
103 |
| -* [Add protyleSlash to the plugin](https://github.com/siyuan-note/siyuan/issues/8599) |
104 |
| -* [Add plugin API protyle](https://github.com/siyuan-note/siyuan/issues/8445) |
105 |
| - |
106 |
| -## 0.1.7 |
107 |
| - |
108 |
| -* [Support build js and json](https://github.com/siyuan-note/plugin-sample/pull/8) |
109 |
| - |
110 |
| -## 0.1.6 |
111 |
| - |
112 |
| -* add `fetchPost` example |
0 commit comments