Daniel пре 1 година
родитељ
комит
d2a32d2903

+ 65 - 0
app/changelogs/v2.11.4/v2.11.4.md

@@ -0,0 +1,65 @@
+## Overview
+
+This version improves kernel stability and data synchronization, and it is recommended to upgrade as soon as possible.
+
+Advertisement: The `PRO Features` early bird price will end in early January 2024. If you want to purchase, please hurry
+up. For details, please [visit](https://b3log.org/siyuan/en/pricing.html).
+
+Note: The annual `Subscription` includes `PRO Features`. If you are an annual subscriber, you do not need to buy PRO
+Features separately.
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [Support converting blockquote blocks to paragraphs](https://github.com/siyuan-note/siyuan/issues/4706)
+* [Distinguish between new cards and review cards during spaced repetition](https://github.com/siyuan-note/siyuan/issues/9377)
+* [Add close gesture to the pop-up panel on the right menu on mobile](https://github.com/siyuan-note/siyuan/issues/9810)
+* [Improve the experience of text editing a block-ref](https://github.com/siyuan-note/siyuan/issues/9854)
+* [Improve setting interaction](https://github.com/siyuan-note/siyuan/issues/9857)
+* [Save flashcard spaced repetition, search, recent doc and switcher dialog interface size](https://github.com/siyuan-note/siyuan/issues/9902)
+* [Support converting list blocks to paragraphs](https://github.com/siyuan-note/siyuan/issues/9908)
+* [Improve kernel stability](https://github.com/siyuan-note/siyuan/issues/9912)
+* [Add a new code snippet at the top](https://github.com/siyuan-note/siyuan/issues/9921)
+* [Keep original creation time when importing .sy.zip](https://github.com/siyuan-note/siyuan/issues/9923)
+* [Support `dock plugin` and `Command Palette` on mobile](https://github.com/siyuan-note/siyuan/issues/9926)
+* [`Convert network images/assets to local` supports URL-encoded local file names](https://github.com/siyuan-note/siyuan/issues/9929)
+* [Improve data snapshot and sync robustness](https://github.com/siyuan-note/siyuan/issues/9941)
+* [Abandon snapshot if file does not exist when creating snapshot](https://github.com/siyuan-note/siyuan/issues/9948)
+* [Improve data sync to prevent an old snapshot to overwrite the new one](https://github.com/siyuan-note/siyuan/issues/9949)
+* [If there are no search results in non-keyword search mode, no longer be prompted to create](https://github.com/siyuan-note/siyuan/issues/9950)
+* [Support searching assets by file name](https://github.com/siyuan-note/siyuan/issues/9952)
+* [Creating a dailynote existed no longer expands the doc tree](https://github.com/siyuan-note/siyuan/issues/9959)
+* [Adjust the width of recent documents](https://github.com/siyuan-note/siyuan/issues/9960)
+* [Improve UI](https://github.com/siyuan-note/siyuan/issues/9963)
+* [`Convert network assets to local` no longer process webpage](https://github.com/siyuan-note/siyuan/issues/9965)
+
+### Bugfix
+
+* [Blockquote in list turn into paragraph causes internal error](https://github.com/siyuan-note/siyuan/issues/9920)
+* [Mobile search and replace failure](https://github.com/siyuan-note/siyuan/issues/9932)
+* [Review is empty when there are more new cards and blocks are removed](https://github.com/siyuan-note/siyuan/issues/9935)
+* [The doc title image index failed when using notebook-level assets](https://github.com/siyuan-note/siyuan/issues/9936)
+* [Closing the doc tree and then restarting will reset the layout](https://github.com/siyuan-note/siyuan/issues/9937)
+* [Soft newlines cause kernel errors in some cases](https://github.com/siyuan-note/siyuan/issues/9951)
+
+### Refactor
+
+* [Upgrade Electron v27.2.0](https://github.com/siyuan-note/siyuan/issues/9953)
+
+### Development
+
+* [Improve interaction with database table view row gutter display](https://github.com/siyuan-note/siyuan/issues/9791)
+* [Add Relation column to database table view](https://github.com/siyuan-note/siyuan/issues/9888)
+* [Support database table view assets column when exporting .sy.zip](https://github.com/siyuan-note/siyuan/issues/9919)
+* [Concurrency control when requesting the kernel API](https://github.com/siyuan-note/siyuan/issues/9939)
+* [Set `plugin.name` to read-only](https://github.com/siyuan-note/siyuan/issues/9943)
+* [Improve kernel API `/api/block/appendBlock`](https://github.com/siyuan-note/siyuan/issues/9955)
+* [Add kernel API `/api/block/foldBlock` and `/api/block/unfoldBlock`](https://github.com/siyuan-note/siyuan/issues/9962)
+
+## Download
+
+* [B3log](https://b3log.org/siyuan/en/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)

+ 63 - 0
app/changelogs/v2.11.4/v2.11.4_zh_CHT.md

@@ -0,0 +1,63 @@
+## 概述
+
+此版本改進了核心穩定性和資料同步,建議盡快升級。
+
+廣告: `功能特性` 早鳥價將於 2024 年 1 月初結束,如需購買請抓緊時間,細節請[訪問](https://b3log.org/siyuan/pricing.html)。
+
+註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [支援批次轉換引述區塊為段落區塊](https://github.com/siyuan-note/siyuan/issues/4706)
+* [複習閃卡時支援區分新卡和複習卡](https://github.com/siyuan-note/siyuan/issues/9377)
+* [行動端右側面板中的彈層支援透過滑動手勢關閉](https://github.com/siyuan-note/siyuan/issues/9810)
+* [改進塊引元素選單顯示](https://github.com/siyuan-note/siyuan/issues/9854)
+* [改進設定項互動](https://github.com/siyuan-note/siyuan/issues/9857)
+* [間隔重複、搜尋、最近文件和切換對話方塊介面大小調整支援記憶](https://github.com/siyuan-note/siyuan/issues/9902)
+* [支援批次轉換清單區塊為段落區塊](https://github.com/siyuan-note/siyuan/issues/9908)
+* [改進內核穩定性](https://github.com/siyuan-note/siyuan/issues/9912)
+* [在頂部新的程式碼片段](https://github.com/siyuan-note/siyuan/issues/9921)
+* [匯入 .sy.zip 時保持原始建立時間](https://github.com/siyuan-note/siyuan/issues/9923)
+* [行動裝置支援 `停靠列插件` 和`指令面板`](https://github.com/siyuan-note/siyuan/issues/9926)
+* [`轉換網路圖片/檔案到本機` 支援 URL 編碼的本機檔案名稱](https://github.com/siyuan-note/siyuan/issues/9929)
+* [改進資料快照與資料同步健壯性](https://github.com/siyuan-note/siyuan/issues/9941)
+* [建立資料快照時如果沒有檔案則放棄快照](https://github.com/siyuan-note/siyuan/issues/9948)
+* [改進資料同步避免舊快照覆蓋新快照](https://github.com/siyuan-note/siyuan/issues/9949)
+* [非關鍵字搜尋方式下如果沒有搜尋結果則不再提示建立文件](https://github.com/siyuan-note/siyuan/issues/9950)
+* [支援根據檔案名稱搜尋資源檔案](https://github.com/siyuan-note/siyuan/issues/9952)
+* [建立日記時不再展開文件樹](https://github.com/siyuan-note/siyuan/issues/9959)
+* [調整最近文件寬度](https://github.com/siyuan-note/siyuan/issues/9960)
+* [改進介面](https://github.com/siyuan-note/siyuan/issues/9963)
+* [`轉換網路檔案到本地` 不再處理網頁](https://github.com/siyuan-note/siyuan/issues/9965)
+
+### 修復缺陷
+
+* [列表中的引述區塊轉換為段落時導致內核異常](https://github.com/siyuan-note/siyuan/issues/9920)
+* [行動端搜尋替換失效](https://github.com/siyuan-note/siyuan/issues/9932)
+* [閃卡複習時有新卡但區塊移除時顯示為空](https://github.com/siyuan-note/siyuan/issues/9935)
+* [使用筆記本級資源檔案時文件題頭圖為被索引](https://github.com/siyuan-note/siyuan/issues/9936)
+* [關閉文件樹後重新啟動介面版面配置已重設](https://github.com/siyuan-note/siyuan/issues/9937)
+* [某些情況下軟換行導致內核異常](https://github.com/siyuan-note/siyuan/issues/9951)
+
+### 開發重構
+
+* [升級 Electron v27.2.0](https://github.com/siyuan-note/siyuan/issues/9953)
+
+### 開發者
+
+* [改進資料庫表格視圖側邊欄互動](https://github.com/siyuan-note/siyuan/issues/9791)
+* [資料庫表格檢視支援關聯欄位](https://github.com/siyuan-note/siyuan/issues/9888)
+* [匯出 .sy.zip 時匯出資料庫表格檢視資源列](https://github.com/siyuan-note/siyuan/issues/9919)
+* [請求內核 API 時進行並發控制](https://github.com/siyuan-note/siyuan/issues/9939)
+* [設定 `plugin.name` 只讀](https://github.com/siyuan-note/siyuan/issues/9943)
+* [改進內核 API `/api/block/appendBlock`](https://github.com/siyuan-note/siyuan/issues/9955)
+* [新增內核 API `/api/block/foldBlock` 和 `/api/block/unfoldBlock`](https://github.com/siyuan-note/siyuan/issues/9962)
+
+## 下載
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)

+ 63 - 0
app/changelogs/v2.11.4/v2.11.4_zh_CN.md

@@ -0,0 +1,63 @@
+## 概述
+
+该版本改进了内核稳定性和数据同步,建议尽快升级。
+
+广告: `功能特性` 早鸟价将于 2024 年 1 月初结束,如需购买请抓紧时间,细节请[访问](https://b3log.org/siyuan/pricing.html)。
+
+注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [支持批量转换引述块为段落块](https://github.com/siyuan-note/siyuan/issues/4706)
+* [复习闪卡时支持区分新卡和复习卡](https://github.com/siyuan-note/siyuan/issues/9377)
+* [移动端右侧面板中的弹层支持通过滑动手势关闭](https://github.com/siyuan-note/siyuan/issues/9810)
+* [改进块引元素菜单显示](https://github.com/siyuan-note/siyuan/issues/9854)
+* [改进设置项交互](https://github.com/siyuan-note/siyuan/issues/9857)
+* [间隔重复、搜索、最近文档和切换对话框界面大小调整支持记忆](https://github.com/siyuan-note/siyuan/issues/9902)
+* [支持批量转换列表块为段落块](https://github.com/siyuan-note/siyuan/issues/9908)
+* [改进内核稳定性](https://github.com/siyuan-note/siyuan/issues/9912)
+* [在顶部新的代码片段](https://github.com/siyuan-note/siyuan/issues/9921)
+* [导入 .sy.zip 时保持原始创建时间](https://github.com/siyuan-note/siyuan/issues/9923)
+* [移动端支持 `停靠栏插件` 和 `命令面板`](https://github.com/siyuan-note/siyuan/issues/9926)
+* [`转换网络图片/文件到本地` 支持 URL 编码的本地文件名](https://github.com/siyuan-note/siyuan/issues/9929)
+* [改进数据快照和数据同步健壮性](https://github.com/siyuan-note/siyuan/issues/9941)
+* [创建数据快照时如果没有文件则放弃快照](https://github.com/siyuan-note/siyuan/issues/9948)
+* [改进数据同步避免旧快照覆盖新快照](https://github.com/siyuan-note/siyuan/issues/9949)
+* [非关键字搜索方式下如果没有搜索结果则不再提示创建文档](https://github.com/siyuan-note/siyuan/issues/9950)
+* [支持根据文件名搜索资源文件](https://github.com/siyuan-note/siyuan/issues/9952)
+* [创建日记时不再展开文档树](https://github.com/siyuan-note/siyuan/issues/9959)
+* [调整最近文档宽度](https://github.com/siyuan-note/siyuan/issues/9960)
+* [改进界面](https://github.com/siyuan-note/siyuan/issues/9963)
+* [`转换网络文件到本地` 不再处理网页](https://github.com/siyuan-note/siyuan/issues/9965)
+
+### 修复缺陷
+
+* [列表中的引述块转换为段落时导致内核异常](https://github.com/siyuan-note/siyuan/issues/9920)
+* [移动端搜索替换失效](https://github.com/siyuan-note/siyuan/issues/9932)
+* [闪卡复习时存在新卡但块被移除时显示为空](https://github.com/siyuan-note/siyuan/issues/9935)
+* [使用笔记本级资源文件时文档题头图为被索引](https://github.com/siyuan-note/siyuan/issues/9936)
+* [关闭文档树后重启界面布局被重置](https://github.com/siyuan-note/siyuan/issues/9937)
+* [某些情况下软换行导致内核异常](https://github.com/siyuan-note/siyuan/issues/9951)
+
+### 开发重构
+
+* [升级 Electron v27.2.0](https://github.com/siyuan-note/siyuan/issues/9953)
+
+### 开发者
+
+* [改进数据库表格视图边栏交互](https://github.com/siyuan-note/siyuan/issues/9791)
+* [数据库表格视图支持关联列](https://github.com/siyuan-note/siyuan/issues/9888)
+* [导出 .sy.zip 时导出数据库表格视图资源列](https://github.com/siyuan-note/siyuan/issues/9919)
+* [请求内核 API 时进行并发控制](https://github.com/siyuan-note/siyuan/issues/9939)
+* [设置 `plugin.name` 只读](https://github.com/siyuan-note/siyuan/issues/9943)
+* [改进内核 API `/api/block/appendBlock`](https://github.com/siyuan-note/siyuan/issues/9955)
+* [添加内核 API `/api/block/foldBlock` 和 `/api/block/unfoldBlock`](https://github.com/siyuan-note/siyuan/issues/9962)
+
+## 下载
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)