diff --git a/app/changelogs/v3.0.7/v3.0.7.md b/app/changelogs/v3.0.7/v3.0.7.md new file mode 100644 index 000000000..7b626be2c --- /dev/null +++ b/app/changelogs/v3.0.7/v3.0.7.md @@ -0,0 +1,31 @@ +## Overview + +This version fixes some bugs that affected general use. + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Export PDF and add watermarks no longer covered by images](https://github.com/siyuan-note/siyuan/issues/10818) +* [Don't show floating window when editing ref](https://github.com/siyuan-note/siyuan/issues/10821) +* [Improve database template empty date rendering](https://github.com/siyuan-note/siyuan/issues/10830) +* [Document title supports `Paste as plain text`](https://github.com/siyuan-note/siyuan/issues/10832) +* [Generate document history when dragging outline](https://github.com/siyuan-note/siyuan/issues/10834) +* [`↓` Support jump to the end of the line](https://github.com/siyuan-note/siyuan/issues/10847) +* [Improve block ref search ID extraction](https://github.com/siyuan-note/siyuan/issues/10848) + +### Bugfix + +* [Outline drag function is abnormal](https://github.com/siyuan-note/siyuan/issues/10828) +* [Abnormal sorting of database relation fields](https://github.com/siyuan-note/siyuan/issues/10835) +* [Side panel auto hide on the mobile](https://github.com/siyuan-note/siyuan/issues/10837) +* [Database rollup calculation misses null values](https://github.com/siyuan-note/siyuan/issues/10843) +* [Last row misaligned after adjusting column width](https://github.com/siyuan-note/siyuan/issues/10844) +* [Unable to roll back document history](https://github.com/siyuan-note/siyuan/issues/10846) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.7/v3.0.7_zh_CHT.md b/app/changelogs/v3.0.7/v3.0.7_zh_CHT.md new file mode 100644 index 000000000..26fdd0313 --- /dev/null +++ b/app/changelogs/v3.0.7/v3.0.7_zh_CHT.md @@ -0,0 +1,31 @@ +## 概述 + +該版本修復了一些影響常規使用的缺陷。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [匯出 PDF 新增浮水印不再被圖片覆蓋](https://github.com/siyuan-note/siyuan/issues/10818) +* [編輯引用時不顯示浮動視窗](https://github.com/siyuan-note/siyuan/issues/10821) +* [改進資料庫範本空日期渲染](https://github.com/siyuan-note/siyuan/issues/10830) +* [文件標題支援 `貼為純文字`](https://github.com/siyuan-note/siyuan/issues/10832) +* [拖曳大綱時產生文件歷史](https://github.com/siyuan-note/siyuan/issues/10834) +* [`↓` 支援跳到行尾](https://github.com/siyuan-note/siyuan/issues/10847) +* [改進區塊引用搜尋ID擷取](https://github.com/siyuan-note/siyuan/issues/10848) + +### 修復缺陷 + +* [大綱拖曳功能異常](https://github.com/siyuan-note/siyuan/issues/10828) +* [資料庫關聯欄位排序異常](https://github.com/siyuan-note/siyuan/issues/10835) +* [行動端側邊欄自動隱藏](https://github.com/siyuan-note/siyuan/issues/10837) +* [資料庫總計欄位計算遺漏空值](https://github.com/siyuan-note/siyuan/issues/10843) +* [調整列寬後最後一行未對齊](https://github.com/siyuan-note/siyuan/issues/10844) +* [無法回溯文件歷史](https://github.com/siyuan-note/siyuan/issues/10846) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.7/v3.0.7_zh_CN.md b/app/changelogs/v3.0.7/v3.0.7_zh_CN.md new file mode 100644 index 000000000..8437eba7d --- /dev/null +++ b/app/changelogs/v3.0.7/v3.0.7_zh_CN.md @@ -0,0 +1,31 @@ +## 概述 + +该版本修复了一些影响常规使用的缺陷。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [导出 PDF 添加水印不再被图片覆盖](https://github.com/siyuan-note/siyuan/issues/10818) +* [编辑引用时不显示浮动窗口](https://github.com/siyuan-note/siyuan/issues/10821) +* [改进数据库模板空日期渲染](https://github.com/siyuan-note/siyuan/issues/10830) +* [文档标题支持 `粘贴为纯文本`](https://github.com/siyuan-note/siyuan/issues/10832) +* [拖动大纲时生成文档历史](https://github.com/siyuan-note/siyuan/issues/10834) +* [`↓` 支持跳转到行尾](https://github.com/siyuan-note/siyuan/issues/10847) +* [改进块引用搜索ID提取](https://github.com/siyuan-note/siyuan/issues/10848) + +### 修复缺陷 + +* [大纲拖动功能异常](https://github.com/siyuan-note/siyuan/issues/10828) +* [数据库关联字段排序异常](https://github.com/siyuan-note/siyuan/issues/10835) +* [移动端侧边栏自动隐藏](https://github.com/siyuan-note/siyuan/issues/10837) +* [数据库汇总字段计算遗漏空值](https://github.com/siyuan-note/siyuan/issues/10843) +* [调整列宽后最后一行未对齐](https://github.com/siyuan-note/siyuan/issues/10844) +* [无法回滚文档历史](https://github.com/siyuan-note/siyuan/issues/10846) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)