From 5290e5c19c1351868a64e6f99329123d14d14cbd Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Sun, 18 Feb 2024 15:40:25 +0800 Subject: [PATCH] :memo: Update changelogs --- app/changelogs/v3.0.0/v3.0.0.md | 31 ++++++++++++++++++++++++++ app/changelogs/v3.0.0/v3.0.0_zh_CHT.md | 31 ++++++++++++++++++++++++++ app/changelogs/v3.0.0/v3.0.0_zh_CN.md | 31 ++++++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 app/changelogs/v3.0.0/v3.0.0.md create mode 100644 app/changelogs/v3.0.0/v3.0.0_zh_CHT.md create mode 100644 app/changelogs/v3.0.0/v3.0.0_zh_CN.md diff --git a/app/changelogs/v3.0.0/v3.0.0.md b/app/changelogs/v3.0.0/v3.0.0.md new file mode 100644 index 000000000..a82f014fd --- /dev/null +++ b/app/changelogs/v3.0.0/v3.0.0.md @@ -0,0 +1,31 @@ +## Overview + +This version officially releases the database table view feature, which can be used by all users. + +## Changelogs + +Below are the detailed changes in this version. + +### Feature + +* [Database table view](https://github.com/siyuan-note/siyuan/issues/2829) + +### Enhancement + +* [Azure OpenAI AI support](https://github.com/siyuan-note/siyuan/issues/8095) +* [Support custom AI request User-Agent header](https://github.com/siyuan-note/siyuan/issues/10351) +* [Support custom AI models](https://github.com/siyuan-note/siyuan/issues/10355) +* [Improve list enter](https://github.com/siyuan-note/siyuan/issues/10359) + +### Bugfix + +* [Inline element setting exception](https://github.com/siyuan-note/siyuan/issues/10357) + +### Development + +* [Add internal kernel API `/api/block/appendDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/10368) + +## Download + +* [B3log](https://b3log.org/siyuan/en/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md b/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md new file mode 100644 index 000000000..330507ea1 --- /dev/null +++ b/app/changelogs/v3.0.0/v3.0.0_zh_CHT.md @@ -0,0 +1,31 @@ +## 概述 + +此版本正式發布資料庫表格視圖特性,所有使用者均可使用。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 引入特性 + +* [資料庫表格檢視](https://github.com/siyuan-note/siyuan/issues/2829) + +### 改進功能 + +* [Azure OpenAI 人工智慧支援](https://github.com/siyuan-note/siyuan/issues/8095) +* [支援自訂人工智慧請求標頭 User-Agent](https://github.com/siyuan-note/siyuan/issues/10351) +* [支援自訂人工智慧模型](https://github.com/siyuan-note/siyuan/issues/10355) +* [改進清單換行互動](https://github.com/siyuan-note/siyuan/issues/10359) + +### 修復缺陷 + +* [行級元素設定異常](https://github.com/siyuan-note/siyuan/issues/10357) + +### 開發者 + +* [新增內部核心 API `/api/block/appendDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/10368) + +## 下載 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases) diff --git a/app/changelogs/v3.0.0/v3.0.0_zh_CN.md b/app/changelogs/v3.0.0/v3.0.0_zh_CN.md new file mode 100644 index 000000000..33ffaabb0 --- /dev/null +++ b/app/changelogs/v3.0.0/v3.0.0_zh_CN.md @@ -0,0 +1,31 @@ +## 概述 + +该版本正式发布数据库表格视图特性,所有用户均可使用。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 引入特性 + +* [数据库表格视图](https://github.com/siyuan-note/siyuan/issues/2829) + +### 改进功能 + +* [Azure OpenAI 人工智能支持](https://github.com/siyuan-note/siyuan/issues/8095) +* [支持自定义人工智能请求标头 User-Agent](https://github.com/siyuan-note/siyuan/issues/10351) +* [支持自定义人工智能模型](https://github.com/siyuan-note/siyuan/issues/10355) +* [改进列表换行交互](https://github.com/siyuan-note/siyuan/issues/10359) + +### 修复缺陷 + +* [行级元素设置异常](https://github.com/siyuan-note/siyuan/issues/10357) + +### 开发者 + +* [添加内部内核 API `/api/block/appendDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/10368) + +## 下载 + +* [B3log](https://b3log.org/siyuan/download.html) +* [GitHub](https://github.com/siyuan-note/siyuan/releases)