🔖 Update changelogs
This commit is contained in:
parent
25acbb6929
commit
5245de1e15
2 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,7 @@ Below are the detailed changes in this version.
|
|||
|
||||
### Enhancement
|
||||
|
||||
* [Support pop-up window dragging position and size](https://github.com/siyuan-note/siyuan/issues/7676)
|
||||
* [Support block setting font size](https://github.com/siyuan-note/siyuan/issues/7973)
|
||||
* [Holding `Shift` to hover a block ref to show backlinks of it](https://github.com/siyuan-note/siyuan/issues/7999)
|
||||
* [Put some existing plugins on the community marketplace](https://github.com/siyuan-note/siyuan/issues/8042)
|
||||
|
@ -25,7 +26,10 @@ Below are the detailed changes in this version.
|
|||
* [Do not URL-encode hyperlink when importing Markdown](https://github.com/siyuan-note/siyuan/issues/8302)
|
||||
* [Clicking on the editor does not move the cursor after editing link, block ref and file annotation](https://github.com/siyuan-note/siyuan/issues/8315)
|
||||
* [Blocks below other non-folded headings are no longer moved when moving a folded heading](https://github.com/siyuan-note/siyuan/issues/8321)
|
||||
* [After downloading the plugin, ask whether to enable it immediately](https://github.com/siyuan-note/siyuan/issues/8322)
|
||||
* [Improve the position and size of the main window after desktop initialization](https://github.com/siyuan-note/siyuan/issues/8326)
|
||||
* [Add "⋮" menu icon to tag panel](https://github.com/siyuan-note/siyuan/issues/8327)
|
||||
* [Add kernel API `/api/file/renameFile`](https://github.com/siyuan-note/siyuan/issues/8328)
|
||||
|
||||
### Abolishment
|
||||
|
||||
|
@ -50,3 +54,4 @@ Below are the detailed changes in this version.
|
|||
* [Improve plugin API `loadData`](https://github.com/siyuan-note/siyuan/issues/8273)
|
||||
* [Plugin API `onunload` not being called](https://github.com/siyuan-note/siyuan/issues/8277)
|
||||
* [Add plugin sample template with vite and svelte](https://github.com/siyuan-note/siyuan/issues/8311)
|
||||
* [Kernel API `/api/file/*` no longer use HTTP status code](https://github.com/siyuan-note/siyuan/issues/8329)
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
### 改进功能
|
||||
|
||||
* [支持弹出窗口拖拽位置和大小](https://github.com/siyuan-note/siyuan/issues/7676)
|
||||
* [支持块设置字体大小](https://github.com/siyuan-note/siyuan/issues/7973)
|
||||
* [按住 `Shift` 后鼠标悬浮块引用查看反链](https://github.com/siyuan-note/siyuan/issues/7999)
|
||||
* [社区集市上线一些插件](https://github.com/siyuan-note/siyuan/issues/8042)
|
||||
|
@ -25,7 +26,10 @@
|
|||
* [导入 Markdown 时不再使用 URL 编码超链接地址](https://github.com/siyuan-note/siyuan/issues/8302)
|
||||
* [点击编辑器时不再将光标移到链接、引用后](https://github.com/siyuan-note/siyuan/issues/8315)
|
||||
* [移动折叠标题时不再移动其他非折叠标题的下方块](https://github.com/siyuan-note/siyuan/issues/8321)
|
||||
* [下载插件后询问是否立即启用](https://github.com/siyuan-note/siyuan/issues/8322)
|
||||
* [改进桌面端初始化后主窗口的位置和大小](https://github.com/siyuan-note/siyuan/issues/8326)
|
||||
* [标签面板添加 `⋮` 菜单图标](https://github.com/siyuan-note/siyuan/issues/8327)
|
||||
* [添加内核 API `/api/file/renameFile`](https://github.com/siyuan-note/siyuan/issues/8328)
|
||||
|
||||
### 移除功能
|
||||
|
||||
|
@ -50,3 +54,4 @@
|
|||
* [改进插件 API `loadData`](https://github.com/siyuan-note/siyuan/issues/8273)
|
||||
* [插件 API `onunload` 未被调用](https://github.com/siyuan-note/siyuan/issues/8277)
|
||||
* [发布使用 Vite 和 Svelte 的插件样例模板库](https://github.com/siyuan-note/siyuan/issues/8311)
|
||||
* [内核 API `/api/file/*` 不再使用 HTTP 状态码](https://github.com/siyuan-note/siyuan/issues/8329)
|
||||
|
|
Loading…
Add table
Reference in a new issue