mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
📝 Update changelogs
This commit is contained in:
parent
a83b9ee114
commit
7419c4bca8
3 changed files with 18 additions and 3 deletions
|
|
@ -14,11 +14,12 @@ Below are the detailed changes in this version.
|
|||
* [Database template fields support access to the raw value](https://github.com/siyuan-note/siyuan/issues/14903)
|
||||
* [Upgrade mermaid.js to v11.6.0](https://github.com/siyuan-note/siyuan/issues/14918)
|
||||
* [Improve input `[[` and paste](https://github.com/siyuan-note/siyuan/issues/14921)
|
||||
* [Upgrade to Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
* [Improve backlink filtering below the heading](https://github.com/siyuan-note/siyuan/issues/14929)
|
||||
* [Improve the network assets download to the local](https://github.com/siyuan-note/siyuan/pull/14934)
|
||||
* [Find-replace supports query syntax](https://github.com/siyuan-note/siyuan/issues/14937)
|
||||
* [Improve selection in the backlink panel](https://github.com/siyuan-note/siyuan/issues/14939)
|
||||
* [Support importing markdown zip on the browser](https://github.com/siyuan-note/siyuan/pull/14950)
|
||||
* [Clear the memo element when the memo is empty](https://github.com/siyuan-note/siyuan/issues/14956)
|
||||
|
||||
### Bugfix
|
||||
|
||||
|
|
@ -29,6 +30,10 @@ Below are the detailed changes in this version.
|
|||
* [Export preview/HTML may lose block background color](https://github.com/siyuan-note/siyuan/issues/14927)
|
||||
* [Regular expression search does not work with single quotes](https://github.com/siyuan-note/siyuan/issues/14940)
|
||||
|
||||
### Refactor
|
||||
|
||||
* [Upgrade to Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
|
|
|
|||
|
|
@ -14,11 +14,12 @@
|
|||
* [資料庫範本欄位支援存取原始值](https://github.com/siyuan-note/siyuan/issues/14903)
|
||||
* [升級 mermaid.js 至 v11.6.0](https://github.com/siyuan-note/siyuan/issues/14918)
|
||||
* [改進輸入 `[[` 和貼上功能](https://github.com/siyuan-note/siyuan/issues/14921)
|
||||
* [升級至 Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
* [改進標題下方的反向連結過濾](https://github.com/siyuan-note/siyuan/issues/14929)
|
||||
* [改進網路資源下載到本地的功能](https://github.com/siyuan-note/siyuan/pull/14934)
|
||||
* [尋找替換支援查詢語法](https://github.com/siyuan-note/siyuan/issues/14937)
|
||||
* [改進反鏈面板劃選](https://github.com/siyuan-note/siyuan/issues/14939)
|
||||
* [支援在瀏覽器中匯入 Markdown 壓縮包](https://github.com/siyuan-note/siyuan/pull/14950)
|
||||
* [當備註元素為空時清除備註元素](https://github.com/siyuan-note/siyuan/issues/14956)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
|
|
@ -29,6 +30,10 @@
|
|||
* [匯出預覽/HTML 可能遺失區塊背景顏色](https://github.com/siyuan-note/siyuan/issues/14927)
|
||||
* [正規表示式搜尋在單引號情況下無效](https://github.com/siyuan-note/siyuan/issues/14940)
|
||||
|
||||
### 開發重構
|
||||
|
||||
* [升級至 Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
|
|
|
|||
|
|
@ -14,11 +14,12 @@
|
|||
* [数据库模板字段支持访问原始值](https://github.com/siyuan-note/siyuan/issues/14903)
|
||||
* [升级 mermaid.js 至 v11.6.0](https://github.com/siyuan-note/siyuan/issues/14918)
|
||||
* [改进输入 `[[` 和粘贴功能](https://github.com/siyuan-note/siyuan/issues/14921)
|
||||
* [升级至 Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
* [改进标题下方的反向链接过滤](https://github.com/siyuan-note/siyuan/issues/14929)
|
||||
* [改进网络资源下载到本地的功能](https://github.com/siyuan-note/siyuan/pull/14934)
|
||||
* [查找替换支持查询语法](https://github.com/siyuan-note/siyuan/issues/14937)
|
||||
* [改进反链面板划选](https://github.com/siyuan-note/siyuan/issues/14939)
|
||||
* [支持在浏览器中导入 Markdown 压缩包](https://github.com/siyuan-note/siyuan/pull/14950)
|
||||
* [当备注元素为空时清除备注元素](https://github.com/siyuan-note/siyuan/issues/14956)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
|
|
@ -29,6 +30,10 @@
|
|||
* [导出预览/HTML 可能丢失块背景颜色](https://github.com/siyuan-note/siyuan/issues/14927)
|
||||
* [正则表达式搜索在单引号情况下无效](https://github.com/siyuan-note/siyuan/issues/14940)
|
||||
|
||||
### 开发重构
|
||||
|
||||
* [升级至 Electron v35.5.0](https://github.com/siyuan-note/siyuan/issues/14926)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue