# Changelog ## 0.2.3 2023-09-05 * [Plugin API add openWindow and command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032) ## 0.2.2 2023-08-29 * [Add plugin event bus `destroy-protyle`](https://github.com/siyuan-note/siyuan/issues/9033) * [Add plugin event bus `loaded-protyle-dynamic`](https://github.com/siyuan-note/siyuan/issues/9021) ## 0.2.1 2023-08-21 * [Plugin API add getOpenedTab method](https://github.com/siyuan-note/siyuan/issues/9002) * [Plugin API custom.fn => custom.id in openTab](https://github.com/siyuan-note/siyuan/issues/8944) ## 0.2.0 2023-08-15 * [Add plugin event bus `open-siyuan-url-plugin` and `open-siyuan-url-block`](https://github.com/siyuan-note/siyuan/pull/8927) ## 0.1.12 2023-08-01 * Upgrade siyuan to 0.7.9 ## 0.1.11 * [Add `input-search` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8725) ## 0.1.10 * [Add `bind this` example for eventBus in plugins](https://github.com/siyuan-note/siyuan/issues/8668) * [Add `open-menu-breadcrumbmore` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8666) ## 0.1.9 * [Add `open-menu-xxx` event bus for plugins ](https://github.com/siyuan-note/siyuan/issues/8617) ## 0.1.8 * [Add protyleSlash to the plugin](https://github.com/siyuan-note/siyuan/issues/8599) * [Add plugin API protyle](https://github.com/siyuan-note/siyuan/issues/8445) ## 0.1.7 * [Support build js and json](https://github.com/siyuan-note/plugin-sample/pull/8) ## 0.1.6 * add `fetchPost` example