diff --git a/app/changelogs/v2.12.1/v2.12.1.md b/app/changelogs/v2.12.1/v2.12.1.md new file mode 100644 index 000000000..986c828b4 --- /dev/null +++ b/app/changelogs/v2.12.1/v2.12.1.md @@ -0,0 +1,58 @@ +## Overview + +This version supports configuration to ignore data indexing and improves the stability of cloud data synchronization. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Reset the dialog interface size when the dialog box exceeds the window](https://github.com/siyuan-note/siyuan/issues/10000) +* [Double-click the doc title image to preview](https://github.com/siyuan-note/siyuan/issues/10041) +* [Hide menu when click document title image](https://github.com/siyuan-note/siyuan/issues/10046) +* [Keep tabs visible when window shrinks](https://github.com/siyuan-note/siyuan/issues/10048) +* [`Go back` keep scroll position](https://github.com/siyuan-note/siyuan/issues/10050) +* [Add tips for database table view rollup column configuration](https://github.com/siyuan-note/siyuan/issues/10055) +* [Only block marked as flashcards are hidden based on configuration](https://github.com/siyuan-note/siyuan/issues/10058) +* [Snapshot comparison interface supports key selection of files](https://github.com/siyuan-note/siyuan/issues/10078) +* [Add `Home` and `End` support to the list item selected by `↑` and `↓`](https://github.com/siyuan-note/siyuan/issues/10083) +* [Hotkeys not working after switching applications](https://github.com/siyuan-note/siyuan/issues/10085) +* [Cards expired no longer appear in the same review round](https://github.com/siyuan-note/siyuan/issues/10087) +* [Improve `New document save location`](https://github.com/siyuan-note/siyuan/issues/10094) +* [Remove image icon menu in embed block](https://github.com/siyuan-note/siyuan/issues/10097) +* [Improve continuous soft newline split block parsing](https://github.com/siyuan-note/siyuan/issues/10098) +* [Improve the stability of cloud data synchronization](https://github.com/siyuan-note/siyuan/issues/10111) + +### Bugfix + +* [Emoji not rendering as expected](https://github.com/siyuan-note/siyuan/issues/8910) +* [The parent block field of the blocks under the heading block is calculated incorrectly](https://github.com/siyuan-note/siyuan/issues/9869) +* [Open external application protocol invalid](https://github.com/siyuan-note/siyuan/issues/10075) +* [Alt+X cannot record the font color](https://github.com/siyuan-note/siyuan/issues/10088) +* [Unable to preview first template directly](https://github.com/siyuan-note/siyuan/issues/10103) +* [Positioning may be reset after opening a document and scrolling quickly](https://github.com/siyuan-note/siyuan/issues/10108) + +### Development + +* [Improve database table view `Select` cell value input](https://github.com/siyuan-note/siyuan/issues/10052) +* [Database select, multiple select, and asset column cannot be operated in batches](https://github.com/siyuan-note/siyuan/issues/10054) +* [Filter conditions cannot be added to database table view check column](https://github.com/siyuan-note/siyuan/issues/10056) +* [Add plugin function `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063) +* [Add plugin event bus `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065) +* [`Untitled` is displayed when the original record primary key value of the related column is empty](https://github.com/siyuan-note/siyuan/issues/10067) +* [Fix `name` attribute could not be visited in the plugin constructor](https://github.com/siyuan-note/siyuan/pull/10071) +* [Database block supports export as CSV](https://github.com/siyuan-note/siyuan/issues/10072) +* [Database table view no longer scrolls to the beginning after pasting values](https://github.com/siyuan-note/siyuan/issues/10073) +* [The database template column supports `queryBlocks` function](https://github.com/siyuan-note/siyuan/issues/10077) +* [Add internal kernel API `/api/filetree/upsertIndexes` and `/api/filetree/removeIndexes`](https://github.com/siyuan-note/siyuan/issues/10079) +* [Reduce the delay in adding rows in database table view](https://github.com/siyuan-note/siyuan/issues/10082) +* [Add plugin API `uninstall`](https://github.com/siyuan-note/siyuan/issues/10086) +* [Add plugin field `protyleOptions`](https://github.com/siyuan-note/siyuan/issues/10090) +* [Improve adding rows of the sorted database table view](https://github.com/siyuan-note/siyuan/issues/10099) +* [Add internal kernel API `/api/repo/getRepoFile`](https://github.com/siyuan-note/siyuan/issues/10101) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v2.12.1/v2.12.1_zh_CHT.md b/app/changelogs/v2.12.1/v2.12.1_zh_CHT.md new file mode 100644 index 000000000..d9b678666 --- /dev/null +++ b/app/changelogs/v2.12.1/v2.12.1_zh_CHT.md @@ -0,0 +1,58 @@ +## 概述 + +此版本支援配置忽略資料索引,並提升了雲端資料同步穩定性。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [當對話方塊超出視窗時重置對話方塊介面大小](https://github.com/siyuan-note/siyuan/issues/10000) +* [題頭圖支援雙擊預覽](https://github.com/siyuan-note/siyuan/issues/10041) +* [點選題頭圖時隱藏選單](https://github.com/siyuan-note/siyuan/issues/10046) +* [視窗縮小時保持頁籤可見](https://github.com/siyuan-note/siyuan/issues/10048) +* [`後退` 保持滾動位置](https://github.com/siyuan-note/siyuan/issues/10050) +* [新增資料庫表格視圖總列設定提示](https://github.com/siyuan-note/siyuan/issues/10055) +* [根據閃卡配置顯示高亮標記](https://github.com/siyuan-note/siyuan/issues/10058) +* [資料快照比較介面支援鍵盤選擇檔](https://github.com/siyuan-note/siyuan/issues/10078) +* [為支援 `↑` 和 `↓` 的候選清單新增 `Home` 和 `End` 支援](https://github.com/siyuan-note/siyuan/issues/10083) +* [切換應用程式後可能導致快速鍵失效](https://github.com/siyuan-note/siyuan/issues/10085) +* [同一輪閃卡複習中不再顯示再次到期的卡片](https://github.com/siyuan-note/siyuan/issues/10087) +* [改進 `新建文件存放位置`](https://github.com/siyuan-note/siyuan/issues/10094) +* [移除嵌入區塊中的圖片圖示選單](https://github.com/siyuan-note/siyuan/issues/10097) +* [改良連續軟換行分塊解析](https://github.com/siyuan-note/siyuan/issues/10098) +* [提升雲端資料同步穩定性](https://github.com/siyuan-note/siyuan/issues/10111) + +### 修復缺陷 + +* [某些 Emoji 圖示無法正常顯示](https://github.com/siyuan-note/siyuan/issues/8910) +* [標題區塊下方區塊的父區塊欄位計算不正確](https://github.com/siyuan-note/siyuan/issues/9869) +* [開啟外部應用程式協議失效](https://github.com/siyuan-note/siyuan/issues/10075) +* [Alt+X 無法記錄字體顏色](https://github.com/siyuan-note/siyuan/issues/10088) +* [無法直接預覽第一個範本](https://github.com/siyuan-note/siyuan/issues/10103) +* [開啟文件後快速捲動導致定位重置](https://github.com/siyuan-note/siyuan/issues/10108) + +### 開發者 + +* [改進資料庫表格視圖 `單選` 值輸入](https://github.com/siyuan-note/siyuan/issues/10052) +* [解決資料庫單選列、多選列和資源列無法批次操作](https://github.com/siyuan-note/siyuan/issues/10054) +* [資料庫表格視圖單選框無法新增篩選條件](https://github.com/siyuan-note/siyuan/issues/10056) +* [新增外掛程式 `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063) +* [新增插件事件匯流排 `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065) +* [如果關聯列原記錄主鍵值為空則關聯列顯示 `Untitled`](https://github.com/siyuan-note/siyuan/issues/10067) +* [修正插件建構子中無法存取 `name` 屬性的問題](https://github.com/siyuan-note/siyuan/pull/10071) +* [資料庫區塊支援匯出 CSV](https://github.com/siyuan-note/siyuan/issues/10072) +* [資料庫表格視圖貼上值後不再重置滾動位置](https://github.com/siyuan-note/siyuan/issues/10073) +* [資料庫範本列支援 `queryBlocks` 函數](https://github.com/siyuan-note/siyuan/issues/10077) +* [新增內部核心 API `/api/filetree/upsertIndexes` 和 `/api/filetree/removeIndexes`](https://github.com/siyuan-note/siyuan/issues/10079) +* [降低資料庫表格視圖新增行延遲](https://github.com/siyuan-note/siyuan/issues/10082) +* [新增外掛程式 API `uninstall`](https://github.com/siyuan-note/siyuan/issues/10086) +* [新增插件欄位 `protyleOptions`](https://github.com/siyuan-note/siyuan/issues/10090) +* [改進排序的資料庫表格視圖新增行時的行為](https://github.com/siyuan-note/siyuan/issues/10099) +* [新增內部核心 API `/api/repo/getRepoFile`](https://github.com/siyuan-note/siyuan/issues/10101) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) \ No newline at end of file diff --git a/app/changelogs/v2.12.1/v2.12.1_zh_CN.md b/app/changelogs/v2.12.1/v2.12.1_zh_CN.md new file mode 100644 index 000000000..ee9bcee1d --- /dev/null +++ b/app/changelogs/v2.12.1/v2.12.1_zh_CN.md @@ -0,0 +1,58 @@ +## 概述 + +该版本支持配置忽略数据索引,并提升了云端数据同步稳定性。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [当对话框超出窗口时重置对话框界面大小](https://github.com/siyuan-note/siyuan/issues/10000) +* [题头图支持双击预览](https://github.com/siyuan-note/siyuan/issues/10041) +* [点击题头图时隐藏菜单](https://github.com/siyuan-note/siyuan/issues/10046) +* [窗口缩小时保持页签可见](https://github.com/siyuan-note/siyuan/issues/10048) +* [`后退` 保持滚动位置](https://github.com/siyuan-note/siyuan/issues/10050) +* [添加数据库表格视图汇总列配置提示](https://github.com/siyuan-note/siyuan/issues/10055) +* [根据闪卡配置显示高亮标记](https://github.com/siyuan-note/siyuan/issues/10058) +* [数据快照对比界面支持键盘选择文件](https://github.com/siyuan-note/siyuan/issues/10078) +* [为支持 `↑` 和 `↓` 的候选列表添加 `Home` 和 `End` 支持](https://github.com/siyuan-note/siyuan/issues/10083) +* [切换应用后可能导致快捷键失效](https://github.com/siyuan-note/siyuan/issues/10085) +* [同一轮闪卡复习中不再显示再次到期的卡](https://github.com/siyuan-note/siyuan/issues/10087) +* [改进 `新建文档存放位置`](https://github.com/siyuan-note/siyuan/issues/10094) +* [移除嵌入块中的图片图标菜单](https://github.com/siyuan-note/siyuan/issues/10097) +* [改进连续软换行分块解析](https://github.com/siyuan-note/siyuan/issues/10098) +* [提升云端数据同步稳定性](https://github.com/siyuan-note/siyuan/issues/10111) + +### 修复缺陷 + +* [某些 Emoji 图标无法正常显示](https://github.com/siyuan-note/siyuan/issues/8910) +* [标题块下方块的父块字段计算不正确](https://github.com/siyuan-note/siyuan/issues/9869) +* [打开外部应用协议失效](https://github.com/siyuan-note/siyuan/issues/10075) +* [Alt+X 无法记录字体颜色](https://github.com/siyuan-note/siyuan/issues/10088) +* [无法直接预览第一个模板](https://github.com/siyuan-note/siyuan/issues/10103) +* [打开文档后快速滚动导致定位重置](https://github.com/siyuan-note/siyuan/issues/10108) + +### 开发者 + +* [改进数据库表格视图 `单选` 值输入](https://github.com/siyuan-note/siyuan/issues/10052) +* [解决数据库单选列、多选列和资源列无法批量操作](https://github.com/siyuan-note/siyuan/issues/10054) +* [数据库表格视图单选框无法添加过滤条件](https://github.com/siyuan-note/siyuan/issues/10056) +* [添加插件函数 `lockScreen`](https://github.com/siyuan-note/siyuan/issues/10063) +* [添加插件事件总线 `update-cards`](https://github.com/siyuan-note/siyuan/issues/10065) +* [如果关联列原记录主键值为空则关联列显示 `Untitled`](https://github.com/siyuan-note/siyuan/issues/10067) +* [修复插件构造函数中无法访问 `name` 属性的问题](https://github.com/siyuan-note/siyuan/pull/10071) +* [数据库块支持导出 CSV](https://github.com/siyuan-note/siyuan/issues/10072) +* [数据库表格视图粘贴值后不再重置滚动位置](https://github.com/siyuan-note/siyuan/issues/10073) +* [数据库模板列支持 `queryBlocks` 函数](https://github.com/siyuan-note/siyuan/issues/10077) +* [添加内部内核 API `/api/filetree/upsertIndexes` 和 `/api/filetree/removeIndexes`](https://github.com/siyuan-note/siyuan/issues/10079) +* [降低数据库表格视图添加行延迟](https://github.com/siyuan-note/siyuan/issues/10082) +* [添加插件 API `uninstall`](https://github.com/siyuan-note/siyuan/issues/10086) +* [添加插件字段 `protyleOptions`](https://github.com/siyuan-note/siyuan/issues/10090) +* [改进排序的数据库表格视图添加行时的行为](https://github.com/siyuan-note/siyuan/issues/10099) +* [添加内部内核 API `/api/repo/getRepoFile`](https://github.com/siyuan-note/siyuan/issues/10101) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)