Procházet zdrojové kódy

:memo: Update changelogs

Daniel před 1 rokem
rodič
revize
a89cac923c

+ 46 - 0
app/changelogs/v2.12.7/v2.12.7.md

@@ -0,0 +1,46 @@
+## Overview
+
+This version mainly fixes bugs and improves details.
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [Add undo, redo, and Tab buttons on the Pad](https://github.com/siyuan-note/siyuan/issues/6804)
+* [The emoji panel supports ↑/↓ for selection](https://github.com/siyuan-note/siyuan/issues/9133)
+* [Click on an custom emoji to edit](https://github.com/siyuan-note/siyuan/issues/9164)
+* [Plain text copied using hotkey contains ZWSP](https://github.com/siyuan-note/siyuan/issues/10281)
+* [Improve database table view cells copy-paste](https://github.com/siyuan-note/siyuan/issues/10282)
+* [Improve the activation prompt dialog box after downloading the plugin](https://github.com/siyuan-note/siyuan/issues/10285)
+* [Adjust custom emoticon size after using font size](https://github.com/siyuan-note/siyuan/issues/10286)
+* [Start new version installation on force exit](https://github.com/siyuan-note/siyuan/issues/10288)
+* [The dock floating position is not hard-coded](https://github.com/siyuan-note/siyuan/issues/10295)
+* [Improve Marketplace - Downloaded scroll interaction](https://github.com/siyuan-note/siyuan/issues/10297)
+* [Improve ignore indexing](https://github.com/siyuan-note/siyuan/issues/10299)
+* [When `New document save location` is configured as `/`, it will be completed as `/Untitled`](https://github.com/siyuan-note/siyuan/issues/10305)
+* [Scroll block element does not trigger left and right menus on mobile](https://github.com/siyuan-note/siyuan/issues/10308)
+* [Supports full display of PDF when opened at 150% zoom](https://github.com/siyuan-note/siyuan/issues/10309)
+* [Collapse or expand subdocuments without scrolling](https://github.com/siyuan-note/siyuan/issues/10311)
+
+### Bugfix
+
+* [The status bar color on Android is incorrect](https://github.com/siyuan-note/siyuan/issues/10278)
+* [Doc icon dialog can't open if using the custom emoji](https://github.com/siyuan-note/siyuan/issues/10280)
+* [Unable to delete table block before database block](https://github.com/siyuan-note/siyuan/issues/10284)
+* [The count is not refreshed after switching the doc tree during flashcard review](https://github.com/siyuan-note/siyuan/issues/10312)
+
+### Refactor
+
+* [Upgrade Electron v28.2.1](https://github.com/siyuan-note/siyuan/issues/10291)
+
+### Development
+
+* [API `listDocsByPath` add an optional parameter `ignoreMaxListHint`](https://github.com/siyuan-note/siyuan/issues/10290)
+* [Improve database table view text column wrapping scrolling](https://github.com/siyuan-note/siyuan/issues/10307)
+
+## Download
+
+* [B3log](https://b3log.org/siyuan/en/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)

+ 46 - 0
app/changelogs/v2.12.7/v2.12.7_zh_CHT.md

@@ -0,0 +1,46 @@
+## 概述
+
+該版本主要是修復缺陷和改進細節。
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [Pad 端新增撤銷、重做和 Tab 按鈕](https://github.com/siyuan-note/siyuan/issues/6804)
+* [表情面板支援 ↑/↓ 選擇](https://github.com/siyuan-note/siyuan/issues/9133)
+* [支援點擊編輯自訂表情](https://github.com/siyuan-note/siyuan/issues/9164)
+* [複製純文字時不再包含零寬空格](https://github.com/siyuan-note/siyuan/issues/10281)
+* [改進複製資料庫表格視圖貼上效果](https://github.com/siyuan-note/siyuan/issues/10282)
+* [改進下載外掛後啟動提示對話框](https://github.com/siyuan-note/siyuan/issues/10285)
+* [調整字體大小後調整自訂表情大小](https://github.com/siyuan-note/siyuan/issues/10286)
+* [強制退出後啟動新版本安裝](https://github.com/siyuan-note/siyuan/issues/10288)
+* [停靠列浮動觸發位置動態計算](https://github.com/siyuan-note/siyuan/issues/10295)
+* [改進 市集 - 已下載 滾動互動](https://github.com/siyuan-note/siyuan/issues/10297)
+* [改進忽略索引](https://github.com/siyuan-note/siyuan/issues/10299)
+* [當 `新建文件存放位置` 配置為 `/` 時將其重設為 `/Untitled`](https://github.com/siyuan-note/siyuan/issues/10305)
+* [移動端上滾動塊元素時不再觸發左右欄面板](https://github.com/siyuan-note/siyuan/issues/10308)
+* [縮放 150% 時支援完整顯示匯出 PDF 預覽](https://github.com/siyuan-note/siyuan/issues/10309)
+* [折疊或展開子文件不再跳動](https://github.com/siyuan-note/siyuan/issues/10311)
+
+### 修復缺陷
+
+* [Android 端狀態列顏色異常](https://github.com/siyuan-note/siyuan/issues/10278)
+* [文件圖示使用自訂表情時無法開啟表情對話方塊](https://github.com/siyuan-note/siyuan/issues/10280)
+* [無法刪除資料庫區塊前的表格區塊](https://github.com/siyuan-note/siyuan/issues/10284)
+* [閃卡複習時切換文件樹後未刷新計數](https://github.com/siyuan-note/siyuan/issues/10312)
+
+### 開發重構
+
+* [升級 Electron v28.2.1](https://github.com/siyuan-note/siyuan/issues/10291)
+
+### 開發者
+
+* [API `listDocsByPath` 新增選用參數 `ignoreMaxListHint`](https://github.com/siyuan-note/siyuan/issues/10290)
+* [改進資料庫表格視圖文字列換行滾動](https://github.com/siyuan-note/siyuan/issues/10307)
+
+## 下載
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)

+ 46 - 0
app/changelogs/v2.12.7/v2.12.7_zh_CN.md

@@ -0,0 +1,46 @@
+## 概述
+
+该版本主要是修复缺陷和改进细节。
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [Pad 端添加撤销、重做和 Tab 按钮](https://github.com/siyuan-note/siyuan/issues/6804)
+* [表情面板支持 ↑/↓ 选择](https://github.com/siyuan-note/siyuan/issues/9133)
+* [支持点击编辑自定义表情](https://github.com/siyuan-note/siyuan/issues/9164)
+* [复制纯文本时不再包含零宽空格](https://github.com/siyuan-note/siyuan/issues/10281)
+* [改进复制数据库表格视图粘贴效果](https://github.com/siyuan-note/siyuan/issues/10282)
+* [改进下载插件后激活提示对话框](https://github.com/siyuan-note/siyuan/issues/10285)
+* [调整字体大小后调整自定义表情大小](https://github.com/siyuan-note/siyuan/issues/10286)
+* [强制退出后启动新版本安装](https://github.com/siyuan-note/siyuan/issues/10288)
+* [停靠栏浮动触发位置动态计算](https://github.com/siyuan-note/siyuan/issues/10295)
+* [改进 集市 - 已下载 滚动交互](https://github.com/siyuan-note/siyuan/issues/10297)
+* [改进忽略索引](https://github.com/siyuan-note/siyuan/issues/10299)
+* [当 `新建文档存放位置` 配置为 `/` 时将其重置为 `/Untitled`](https://github.com/siyuan-note/siyuan/issues/10305)
+* [移动端上滚动块元素时不再触发左右栏面板](https://github.com/siyuan-note/siyuan/issues/10308)
+* [缩放 150% 时支持完整显示导出 PDF 预览](https://github.com/siyuan-note/siyuan/issues/10309)
+* [折叠或展开子文档不再跳动](https://github.com/siyuan-note/siyuan/issues/10311)
+
+### 修复缺陷
+
+* [Android 端状态栏颜色异常](https://github.com/siyuan-note/siyuan/issues/10278)
+* [文档图标使用自定义表情时无法打开表情对话框](https://github.com/siyuan-note/siyuan/issues/10280)
+* [无法删除数据库块前的表格块](https://github.com/siyuan-note/siyuan/issues/10284)
+* [闪卡复习时切换文档树后未刷新计数](https://github.com/siyuan-note/siyuan/issues/10312)
+
+### 开发重构
+
+* [升级 Electron v28.2.1](https://github.com/siyuan-note/siyuan/issues/10291)
+
+### 开发者
+
+* [API `listDocsByPath` 添加可选参数 `ignoreMaxListHint`](https://github.com/siyuan-note/siyuan/issues/10290)
+* [改进数据库表格视图文本列换行滚动](https://github.com/siyuan-note/siyuan/issues/10307)
+
+## 下载
+
+* [B3log](https://b3log.org/siyuan/download.html)
+* [GitHub](https://github.com/siyuan-note/siyuan/releases)