From 418381002b379a3f68899336b1c6b6de5a9a566d Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 11 Sep 2023 13:35:20 +0800 Subject: [PATCH 1/2] :bookmark: Release v2.10.5 --- app/changelogs/v2.10.5/v2.10.5.md | 37 ++++++++++++++++++++++++ app/changelogs/v2.10.5/v2.10.5_zh_CHT.md | 37 ++++++++++++++++++++++++ app/changelogs/v2.10.5/v2.10.5_zh_CN.md | 37 ++++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 app/changelogs/v2.10.5/v2.10.5.md create mode 100644 app/changelogs/v2.10.5/v2.10.5_zh_CHT.md create mode 100644 app/changelogs/v2.10.5/v2.10.5_zh_CN.md diff --git a/app/changelogs/v2.10.5/v2.10.5.md b/app/changelogs/v2.10.5/v2.10.5.md new file mode 100644 index 000000000..3334c961d --- /dev/null +++ b/app/changelogs/v2.10.5/v2.10.5.md @@ -0,0 +1,37 @@ +## Overview + +This version supports read-only and adaptive width settings for a single document. + +In addition, we have fixed a bug that caused data corruption in the cloud, and we recommend upgrading as soon as possible. + +The search asset file content feature requires a paid membership to use, and it is currently in the early bird price stage, welcome to [buy](https://b3log.org/siyuan/en/pricing.html). + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Set read-only mode for individual documents](https://github.com/siyuan-note/siyuan/issues/8417) +* [Pandoc template for exporting docx](https://github.com/siyuan-note/siyuan/issues/8740) +* [Cancel the read-only mode message notification after startup](https://github.com/siyuan-note/siyuan/issues/9100) +* [Set adaptive width for individual documents](https://github.com/siyuan-note/siyuan/issues/9107) +* [Physically delete a workspace on the mobile](https://github.com/siyuan-note/siyuan/issues/9134) +* [The line number of the code block is misplaced after zoom in](https://github.com/siyuan-note/siyuan/issues/9140) +* [Improve i18n text of export PDF page margins settings](https://github.com/siyuan-note/siyuan/issues/9151) + +### Abolishment + +* [Remove the global read-only mode toggle button on the top bar](https://github.com/siyuan-note/siyuan/issues/9145) + +### Bugfix + +* [Code block Ctrl+Shift+A exception](https://github.com/siyuan-note/siyuan/issues/9141) +* [Paste code block content exception](https://github.com/siyuan-note/siyuan/issues/9142) +* [An issue that caused cloud data corruption](https://github.com/siyuan-note/siyuan/issues/9144) +* [Inaccurate positioning when jumping from reference to block in new window](https://github.com/siyuan-note/siyuan/issues/9149) +* [The new window userAgent is missing](https://github.com/siyuan-note/siyuan/issues/9153) + +### Development + +* [Disable editing of the database when the editor is read-only](https://github.com/siyuan-note/siyuan/issues/9148) diff --git a/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md b/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md new file mode 100644 index 000000000..ef64216c8 --- /dev/null +++ b/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md @@ -0,0 +1,37 @@ +## 概述 + +該版本支持了單篇文檔的只讀和自適應寬度設置。 + +另外,我們修復了一個導致雲端數據損壞的缺陷,建議盡快升級。 + +搜索資源文件內容特性需要付費會員才能使用,目前為早鳥價階段,歡迎[購買](https://b3log.org/siyuan/pricing.html)。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [支持為單篇文檔設置只讀](https://github.com/siyuan-note/siyuan/issues/8417) +* [支持導出 Word .docx 時設置 Pandoc 模板](https://github.com/siyuan-note/siyuan/issues/8740) +* [取消啟動後只讀模式的消息提示](https://github.com/siyuan-note/siyuan/issues/9100) +* [支持為單篇文檔設置自適應寬度](https://github.com/siyuan-note/siyuan/issues/9107) +* [移動端支持物理刪除工作空間文件夾](https://github.com/siyuan-note/siyuan/issues/9134) +* [改進聚焦後代碼塊行號位置對齊](https://github.com/siyuan-note/siyuan/issues/9140) +* [改進導出 PDF 設置頁邊距國際化文案](https://github.com/siyuan-note/siyuan/issues/9151) + +### 移除功能 + +* [移除頂欄的只讀模式切換按鈕](https://github.com/siyuan-note/siyuan/issues/9145) + +### 修復缺陷 + +* [代碼塊 Ctrl+Shift+A 異常](https://github.com/siyuan-note/siyuan/issues/9141) +* [粘貼代碼塊內容異常](https://github.com/siyuan-note/siyuan/issues/9142) +* [修復一個導致雲端數據損壞的問題](https://github.com/siyuan-note/siyuan/issues/9144) +* [從塊引用跳轉新窗口的塊時定位不正確](https://github.com/siyuan-note/siyuan/issues/9149) +* [新窗口丟失 user-agent 請求標頭](https://github.com/siyuan-note/siyuan/issues/9153) + +### 開發者 + +* [只讀模式下禁用數據庫編輯](https://github.com/siyuan-note/siyuan/issues/9148) \ No newline at end of file diff --git a/app/changelogs/v2.10.5/v2.10.5_zh_CN.md b/app/changelogs/v2.10.5/v2.10.5_zh_CN.md new file mode 100644 index 000000000..218c8147a --- /dev/null +++ b/app/changelogs/v2.10.5/v2.10.5_zh_CN.md @@ -0,0 +1,37 @@ +## 概述 + +该版本支持了单篇文档的只读和自适应宽度设置。 + +另外,我们修复了一个导致云端数据损坏的缺陷,建议尽快升级。 + +搜索资源文件内容特性需要付费会员才能使用,目前为早鸟价阶段,欢迎[购买](https://b3log.org/siyuan/pricing.html)。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [支持为单篇文档设置只读](https://github.com/siyuan-note/siyuan/issues/8417) +* [支持导出 Word .docx 时设置 Pandoc 模板](https://github.com/siyuan-note/siyuan/issues/8740) +* [取消启动后只读模式的消息提示](https://github.com/siyuan-note/siyuan/issues/9100) +* [支持为单篇文档设置自适应宽度](https://github.com/siyuan-note/siyuan/issues/9107) +* [移动端支持物理删除工作空间文件夹](https://github.com/siyuan-note/siyuan/issues/9134) +* [改进聚焦后代码块行号位置对齐](https://github.com/siyuan-note/siyuan/issues/9140) +* [改进导出 PDF 设置页边距国际化文案](https://github.com/siyuan-note/siyuan/issues/9151) + +### 移除功能 + +* [移除顶栏的只读模式切换按钮](https://github.com/siyuan-note/siyuan/issues/9145) + +### 修复缺陷 + +* [代码块 Ctrl+Shift+A 异常](https://github.com/siyuan-note/siyuan/issues/9141) +* [粘贴代码块内容异常](https://github.com/siyuan-note/siyuan/issues/9142) +* [修复一个导致云端数据损坏的问题](https://github.com/siyuan-note/siyuan/issues/9144) +* [从块引用跳转新窗口的块时定位不正确](https://github.com/siyuan-note/siyuan/issues/9149) +* [新窗口丢失 user-agent 请求标头](https://github.com/siyuan-note/siyuan/issues/9153) + +### 开发者 + +* [只读模式下禁用数据库编辑](https://github.com/siyuan-note/siyuan/issues/9148) From d28cb257ca637afa4f60aaf7272c8467430bc1a0 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 11 Sep 2023 14:06:02 +0800 Subject: [PATCH 2/2] :bookmark: Release v2.10.5 --- app/changelogs/v2.10.5/v2.10.5.md | 1 + app/changelogs/v2.10.5/v2.10.5_zh_CHT.md | 1 + app/changelogs/v2.10.5/v2.10.5_zh_CN.md | 1 + 3 files changed, 3 insertions(+) diff --git a/app/changelogs/v2.10.5/v2.10.5.md b/app/changelogs/v2.10.5/v2.10.5.md index 3334c961d..5f4701c7f 100644 --- a/app/changelogs/v2.10.5/v2.10.5.md +++ b/app/changelogs/v2.10.5/v2.10.5.md @@ -31,6 +31,7 @@ Below are the detailed changes in this version. * [An issue that caused cloud data corruption](https://github.com/siyuan-note/siyuan/issues/9144) * [Inaccurate positioning when jumping from reference to block in new window](https://github.com/siyuan-note/siyuan/issues/9149) * [The new window userAgent is missing](https://github.com/siyuan-note/siyuan/issues/9153) +* [When custom Emoji exists in the selected content, setting inline-level marks will delete the content](https://github.com/siyuan-note/siyuan/issues/9156) ### Development diff --git a/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md b/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md index ef64216c8..5c388ce1e 100644 --- a/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md +++ b/app/changelogs/v2.10.5/v2.10.5_zh_CHT.md @@ -31,6 +31,7 @@ * [修復一個導致雲端數據損壞的問題](https://github.com/siyuan-note/siyuan/issues/9144) * [從塊引用跳轉新窗口的塊時定位不正確](https://github.com/siyuan-note/siyuan/issues/9149) * [新窗口丟失 user-agent 請求標頭](https://github.com/siyuan-note/siyuan/issues/9153) +* [劃選內容包含自定義表情時設置行級標記會刪除內容](https://github.com/siyuan-note/siyuan/issues/9156) ### 開發者 diff --git a/app/changelogs/v2.10.5/v2.10.5_zh_CN.md b/app/changelogs/v2.10.5/v2.10.5_zh_CN.md index 218c8147a..697f3a192 100644 --- a/app/changelogs/v2.10.5/v2.10.5_zh_CN.md +++ b/app/changelogs/v2.10.5/v2.10.5_zh_CN.md @@ -31,6 +31,7 @@ * [修复一个导致云端数据损坏的问题](https://github.com/siyuan-note/siyuan/issues/9144) * [从块引用跳转新窗口的块时定位不正确](https://github.com/siyuan-note/siyuan/issues/9149) * [新窗口丢失 user-agent 请求标头](https://github.com/siyuan-note/siyuan/issues/9153) +* [划选内容包含自定义表情时设置行级标记会删除内容](https://github.com/siyuan-note/siyuan/issues/9156) ### 开发者