diff --git a/app/changelogs/v2.11.2/v2.11.2.md b/app/changelogs/v2.11.2/v2.11.2.md new file mode 100644 index 00000000000..f5741621f9e --- /dev/null +++ b/app/changelogs/v2.11.2/v2.11.2.md @@ -0,0 +1,54 @@ +## Overview + +In this version, we have solved the problem of some operations hanging when inserting large assets, OCR, and data sync, and improved the stability of the kernel program. + +Additionally, we fixed an issue that caused data corruption in the cloud after resetting the local data repo but not resetting the cloud directory before synchronizing the data. + +* If you are using the official cloud data sync, the cloud data will be automatically verified during the first sync after startup. If the cloud data is found to be corrupted, you will be prompted. At this time, please reset the local data repo and cloud directory +* If you are using S3/WebDAV data sync, automatic cloud data verification cannot be performed. To be on the safe side, it is recommended to manually reset the local data repo and cloud directory + +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 + +* [OCR no longer blocks document loading](https://github.com/siyuan-note/siyuan/issues/9230) +* [Improve doc tree dragging to top and bottom scroll interaction](https://github.com/siyuan-note/siyuan/issues/9516) +* [Improve file read/write locking](https://github.com/siyuan-note/siyuan/issues/9748) +* [Improve editor dragging blocks to top and bottom scroll interaction](https://github.com/siyuan-note/siyuan/issues/9813) +* [Increase the file size transferred by WeChat Assistant to 20MB](https://github.com/siyuan-note/siyuan/issues/9816) +* [Add unpin icon](https://github.com/siyuan-note/siyuan/issues/9819) +* [Improve search preview to highlight text ``](https://github.com/siyuan-note/siyuan/issues/9821) +* [Support converting network assets to local](https://github.com/siyuan-note/siyuan/issues/9826) +* [Improve file annotation in rotated PDF](https://github.com/siyuan-note/siyuan/issues/9831) +* [Drag-and-move blocks should not be allowed in read-only mode](https://github.com/siyuan-note/siyuan/issues/9835) +* [Add `Exit the application` to the main menu for Desktop and Pad](https://github.com/siyuan-note/siyuan/issues/9840) +* [Improve kernel stability by eliminating some data races](https://github.com/siyuan-note/siyuan/issues/9842) + +### Abolishment + +* [No longer automatically download network assets when the cloud inbox is moved to docs](https://github.com/siyuan-note/siyuan/issues/9827) +* [No longer force using discrete GPU on desktop](https://github.com/siyuan-note/siyuan/issues/9845) + +### Bugfix + +* [Soft line break key on mobile is invalid](https://github.com/siyuan-note/siyuan/issues/9822) +* [Backlink arrow displays incorrectly on mobile](https://github.com/siyuan-note/siyuan/issues/9833) +* [Emoji panel cannot jump in the editor](https://github.com/siyuan-note/siyuan/issues/9837) +* [Modifying inline elements after pasting causes misalignment](https://github.com/siyuan-note/siyuan/issues/9839) +* [Ctrl+D abnormal behavior](https://github.com/siyuan-note/siyuan/issues/9841) +* [Cloud inbox images and text are rendered abnormally on iOS](https://github.com/siyuan-note/siyuan/issues/9844) +* [An issue that caused cloud data corruption](https://github.com/siyuan-note/siyuan/issues/9846) + +### Development + +* [Database table view supports paged loading](https://github.com/siyuan-note/siyuan/issues/9424) +* [Use HTML attribute `data-wrap` to set the cell wrapping style of attribute view](https://github.com/siyuan-note/siyuan/pull/9814) +* [Add a template function about date](https://github.com/siyuan-note/siyuan/pull/9815) +* [Improve database table view filter](https://github.com/siyuan-note/siyuan/issues/9820) +* [Add internal kernel API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829) diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md new file mode 100644 index 00000000000..f4eae8dfcea --- /dev/null +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md @@ -0,0 +1,54 @@ +## 概述 + +此版本我們解決了插入大資源檔案、OCR、資料同步時部分操作掛起的問題,提升了核心程式的穩定性。 + +另外,我們解決了一個導致雲端資料損壞的問題,該問題會出現在重置本地資料倉儲但不重置雲端目錄後就進行資料同步。 + +* 如果你正在使用官方雲端資料同步,啟動後第一次同步時會自動進行雲端資料校驗,如果發現雲端資料損壞會提示,此時請重置本地資料倉儲和雲端目錄 +* 如果你正在使用 S3/WebDAV 資料同步,無法自動進行雲端資料校驗,為了保險起見,建議手動重置一次本地資料倉儲和雲端目錄 + +廣告: `功能特性` 早鳥價將於 2024 年 1 月初結束,如需購買請抓緊時間,細節請[訪問](https://b3log.org/siyuan/pricing.html)。 + +註:`年付訂閱` 包含 `功能特性`,如果你是訂閱會員,則無需單獨購買功能特性。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [OCR 不再阻塞文件載入](https://github.com/siyuan-note/siyuan/issues/9230) +* [改進文件樹拖曳滾動互動](https://github.com/siyuan-note/siyuan/issues/9516) +* [改進檔案讀取和寫入鎖](https://github.com/siyuan-note/siyuan/issues/9748) +* [改進編輯器拖曳塊滾動互動](https://github.com/siyuan-note/siyuan/issues/9813) +* [提升微信小助手檔案傳輸大小為 20MB](https://github.com/siyuan-note/siyuan/issues/9816) +* [新增取消釘住圖示](https://github.com/siyuan-note/siyuan/issues/9819) +* [改進搜尋預覽高亮文字 ``](https://github.com/siyuan-note/siyuan/issues/9821) +* [支援轉換網路資源檔案到本地](https://github.com/siyuan-note/siyuan/issues/9826) +* [改進旋轉的 PDF 檔案註解](https://github.com/siyuan-note/siyuan/issues/9831) +* [唯讀模式下不應該允許拖曳區塊](https://github.com/siyuan-note/siyuan/issues/9835) +* [在桌面端端和平板端的主選單中加入 `退出應用程式`](https://github.com/siyuan-note/siyuan/issues/9840) +* [消除資料競態以提升內核穩定性](https://github.com/siyuan-note/siyuan/issues/9842) + +### 移除功能 + +* [雲端收集箱移動到文件時不再自動轉換網路資源檔案到本機](https://github.com/siyuan-note/siyuan/issues/9827) +* [桌面端不再強制使用獨立顯示卡](https://github.com/siyuan-note/siyuan/issues/9845) + +### 修復缺陷 + +* [行動端軟換行失效](https://github.com/siyuan-note/siyuan/issues/9822) +* [行動端反鏈箭頭顯示不正確](https://github.com/siyuan-note/siyuan/issues/9833) +* [編輯器表情面板無法跳轉](https://github.com/siyuan-note/siyuan/issues/9837) +* [貼上後修改行級元素導致錯位](https://github.com/siyuan-note/siyuan/issues/9839) +* [Ctrl+D 行為異常](https://github.com/siyuan-note/siyuan/issues/9841) +* [iOS 端雲端收集箱圖片與文字排版異常](https://github.com/siyuan-note/siyuan/issues/9844) +* [雲端資料損壞](https://github.com/siyuan-note/siyuan/issues/9846) + +### 開發者 + +* [資料庫表格視圖支援分頁載入](https://github.com/siyuan-note/siyuan/issues/9424) +* [使用 HTML 屬性 `data-wrap` 來設定資料庫表格視圖單元格折行](https://github.com/siyuan-note/siyuan/pull/9814) +* [新增一個日期範本函數](https://github.com/siyuan-note/siyuan/pull/9815) +* [改進資料庫表格視圖過濾器](https://github.com/siyuan-note/siyuan/issues/9820) +* [新增內部內核 API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829) diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md new file mode 100644 index 00000000000..3bd4e650a2a --- /dev/null +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md @@ -0,0 +1,54 @@ +## 概述 + +该版本我们解决了插入大资源文件、OCR、数据同步时部分操作挂起的问题,提升了内核程序的稳定性。 + +另外,我们解决了一个导致云端数据损坏的问题,该问题会出现在重置本地数据仓库但不重置云端目录后就进行数据同步。 + +* 如果你正在使用官方云端数据同步,启动后第一次同步时会自动进行云端数据校验,如果发现云端数据损坏会提示,此时请重置本地数据仓库和云端目录 +* 如果你正在使用 S3/WebDAV 数据同步,无法自动进行云端数据校验,为了保险起见,建议手动重置一次本地数据仓库和云端目录 + +广告: `功能特性` 早鸟价将于 2024 年 1 月初结束,如需购买请抓紧时间,细节请[访问](https://b3log.org/siyuan/pricing.html)。 + +注:`年付订阅` 包含 `功能特性`,如果你是订阅会员,则无需单独购买功能特性。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [OCR 不再阻塞文档加载](https://github.com/siyuan-note/siyuan/issues/9230) +* [改进文档树拖拽滚动交互](https://github.com/siyuan-note/siyuan/issues/9516) +* [改进文件读写锁](https://github.com/siyuan-note/siyuan/issues/9748) +* [改进编辑器拖拽块滚动交互](https://github.com/siyuan-note/siyuan/issues/9813) +* [提升微信小助手文件传输大小为 20MB](https://github.com/siyuan-note/siyuan/issues/9816) +* [添加取消钉住图标](https://github.com/siyuan-note/siyuan/issues/9819) +* [改进搜索预览高亮文本 ``](https://github.com/siyuan-note/siyuan/issues/9821) +* [支持转换网络资源文件到本地](https://github.com/siyuan-note/siyuan/issues/9826) +* [改进旋转的 PDF 文件注解](https://github.com/siyuan-note/siyuan/issues/9831) +* [只读模式下不应该允许拖拽块](https://github.com/siyuan-note/siyuan/issues/9835) +* [在桌面端端和平板端的主菜单中添加 `退出应用`](https://github.com/siyuan-note/siyuan/issues/9840) +* [消除数据竞态以提升内核稳定性](https://github.com/siyuan-note/siyuan/issues/9842) + +### 移除功能 + +* [云端收集箱移动到文档时不再自动转换网络资源文件到本地](https://github.com/siyuan-note/siyuan/issues/9827) +* [桌面端不再强制使用独立显卡](https://github.com/siyuan-note/siyuan/issues/9845) + +### 修复缺陷 + +* [移动端软换行失效](https://github.com/siyuan-note/siyuan/issues/9822) +* [移动端反链箭头显示不正确](https://github.com/siyuan-note/siyuan/issues/9833) +* [编辑器表情面板无法跳转](https://github.com/siyuan-note/siyuan/issues/9837) +* [粘贴后修改行级元素导致错位](https://github.com/siyuan-note/siyuan/issues/9839) +* [Ctrl+D 行为异常](https://github.com/siyuan-note/siyuan/issues/9841) +* [iOS 端云端收集箱图片和文本排版异常](https://github.com/siyuan-note/siyuan/issues/9844) +* [云端数据损坏](https://github.com/siyuan-note/siyuan/issues/9846) + +### 开发者 + +* [数据库表格视图支持分页加载](https://github.com/siyuan-note/siyuan/issues/9424) +* [使用 HTML 属性 `data-wrap` 来设置数据库表格视图单元格折行](https://github.com/siyuan-note/siyuan/pull/9814) +* [添加一个日期模板函数](https://github.com/siyuan-note/siyuan/pull/9815) +* [改进数据库表格视图过滤器](https://github.com/siyuan-note/siyuan/issues/9820) +* [添加内部内核 API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829)