|
@@ -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)
|