📝 Update changelogs
This commit is contained in:
parent
1d3e28da6f
commit
b2edcad27a
3 changed files with 180 additions and 0 deletions
60
app/changelogs/v3.0.4/v3.0.4.md
Normal file
60
app/changelogs/v3.0.4/v3.0.4.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
## Overview
|
||||
|
||||
This version supports flashcard review time setting, reset and viewing flashcard information.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Flashcards support custom review time and reset](https://github.com/siyuan-note/siyuan/issues/10326)
|
||||
* [Support removing the current flashcard when reviewing](https://github.com/siyuan-note/siyuan/issues/10452)
|
||||
* [Improve flashcard review count display](https://github.com/siyuan-note/siyuan/issues/10502)
|
||||
* [Flashcard review interface adds card review times, state and other information](https://github.com/siyuan-note/siyuan/issues/10505)
|
||||
* [Use the path ending with `/` when loading the widget](https://github.com/siyuan-note/siyuan/issues/10520)
|
||||
* [Open the last workspace by default](https://github.com/siyuan-note/siyuan/issues/10570)
|
||||
* [Data repo no longer automatically resets after corrupted](https://github.com/siyuan-note/siyuan/issues/10580)
|
||||
* [Fill in the alt text after converting network images to local](https://github.com/siyuan-note/siyuan/issues/10583)
|
||||
* [`Add to Database` no longer autofills filter values](https://github.com/siyuan-note/siyuan/issues/10587)
|
||||
* [Text starting with 4 spaces are not parsed into code blocks when clipping](https://github.com/siyuan-note/siyuan/issues/10588)
|
||||
* [Improve deleting heading element using `Fn+Del`](https://github.com/siyuan-note/siyuan/issues/10592)
|
||||
* [`Convert network images to local` supports `//`](https://github.com/siyuan-note/siyuan/issues/10598)
|
||||
* [Add `Open with New Window` and `Open` to asset element right menu](https://github.com/siyuan-note/siyuan/issues/10604)
|
||||
* [Improve web page clip code block content conversion](https://github.com/siyuan-note/siyuan/issues/10605)
|
||||
* [Allow switching database views in read-only mode](https://github.com/siyuan-note/siyuan/issues/10609)
|
||||
* [Improve `Paste as plain text` when containing HTML tags](https://github.com/siyuan-note/siyuan/issues/10620)
|
||||
* [Bilibili iframe block disables autoplay](https://github.com/siyuan-note/siyuan/issues/10621)
|
||||
* [Improve block indexing performance](https://github.com/siyuan-note/siyuan/issues/10624)
|
||||
* [Flashcards always displays animation in some case](https://github.com/siyuan-note/siyuan/issues/10625)
|
||||
* [Improve rendering of inline code, kbd and tag to avoid repeated rendering of zero-width spaces on the right](https://github.com/siyuan-note/siyuan/issues/10629)
|
||||
* [Show operation type in the file history item list](https://github.com/siyuan-note/siyuan/issues/10634)
|
||||
* [Alt+0 flashcard review entry no longer returns to card deck flashcards](https://github.com/siyuan-note/siyuan/issues/10635)
|
||||
* [Support adjust custom emoticon on the mobile](https://github.com/siyuan-note/siyuan/issues/10636)
|
||||
* [Don't let space terminate ref auto-completion](https://github.com/siyuan-note/siyuan/issues/10637)
|
||||
* [Improve code block language switching](https://github.com/siyuan-note/siyuan/issues/10644)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Disable updating table in read-only mode](https://github.com/siyuan-note/siyuan/issues/10586)
|
||||
* [Database cannot filter out rows with relations that are empty or not empty](https://github.com/siyuan-note/siyuan/issues/10601)
|
||||
* [Database multi-field sorting fails](https://github.com/siyuan-note/siyuan/issues/10616)
|
||||
* [Enter exception after table](https://github.com/siyuan-note/siyuan/issues/10633)
|
||||
|
||||
### Document
|
||||
|
||||
* [Add extend development chapter to user guide](https://github.com/siyuan-note/siyuan/issues/10615)
|
||||
|
||||
### Refactor
|
||||
|
||||
* [Upgrade FSRS-4.5](https://github.com/siyuan-note/siyuan/issues/10607)
|
||||
|
||||
### Development
|
||||
|
||||
* [Add internal kernel API `/api/block/getBlocksIndexes`](https://github.com/siyuan-note/siyuan/issues/10608)
|
||||
* [Add internal kernel API `/api/file/globalCopyFiles`](https://github.com/siyuan-note/siyuan/issues/10614)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
60
app/changelogs/v3.0.4/v3.0.4_zh_CHT.md
Normal file
60
app/changelogs/v3.0.4/v3.0.4_zh_CHT.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
## 概述
|
||||
|
||||
此版本支援閃卡設定到期時間、重置和查看閃卡資訊。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [閃卡支援設定到期時間和重置](https://github.com/siyuan-note/siyuan/issues/10326)
|
||||
* [支援複習時刪除目前閃卡](https://github.com/siyuan-note/siyuan/issues/10452)
|
||||
* [改進閃卡複習計數顯示](https://github.com/siyuan-note/siyuan/issues/10502)
|
||||
* [支援閃卡複習查看閃卡資訊](https://github.com/siyuan-note/siyuan/issues/10505)
|
||||
* [載入掛件時路徑使用 `/` 結尾](https://github.com/siyuan-note/siyuan/issues/10520)
|
||||
* [預設開啟最後關閉的工作空間](https://github.com/siyuan-note/siyuan/issues/10570)
|
||||
* [資料倉儲損壞後不再自動重置](https://github.com/siyuan-note/siyuan/issues/10580)
|
||||
* [網路圖片轉換本地時填充提示文字](https://github.com/siyuan-note/siyuan/issues/10583)
|
||||
* [`新增至資料庫` 不再自動填入篩選值](https://github.com/siyuan-note/siyuan/issues/10587)
|
||||
* [網頁剪藏時 4 個空格開頭的文字不再解析為程式碼區塊](https://github.com/siyuan-note/siyuan/issues/10588)
|
||||
* [改進 `Fn+Del` 刪除標題元素的處理](https://github.com/siyuan-note/siyuan/issues/10592)
|
||||
* [`網路圖片轉換本地` 支援 `//` 開頭的路徑](https://github.com/siyuan-note/siyuan/issues/10598)
|
||||
* [為資源檔案元素右鍵選單新增 `新視窗開啟` 和 `開啟`](https://github.com/siyuan-note/siyuan/issues/10604)
|
||||
* [改進網頁剪藏程式碼區塊轉換](https://github.com/siyuan-note/siyuan/issues/10605)
|
||||
* [唯讀模式下允許切換資料庫檢視](https://github.com/siyuan-note/siyuan/issues/10609)
|
||||
* [改進包含 HTML 標籤時 `貼上為純文字` 的處理](https://github.com/siyuan-note/siyuan/issues/10620)
|
||||
* [嵌入 B 站 iframe 區塊禁止自動播放](https://github.com/siyuan-note/siyuan/issues/10621)
|
||||
* [改進區塊索引效能](https://github.com/siyuan-note/siyuan/issues/10624)
|
||||
* [某些情況下一直顯示閃卡製卡動畫](https://github.com/siyuan-note/siyuan/issues/10625)
|
||||
* [改為等級程式碼、鍵盤和標籤元素渲染以避免右側重複渲染零寬空格](https://github.com/siyuan-note/siyuan/issues/10629)
|
||||
* [文件歷史項目清單中顯示操作類型](https://github.com/siyuan-note/siyuan/issues/10634)
|
||||
* [Alt+0 閃卡複習入口不再回到卡包製作的閃卡](https://github.com/siyuan-note/siyuan/issues/10635)
|
||||
* [調整行動裝置自訂表情](https://github.com/siyuan-note/siyuan/issues/10636)
|
||||
* [區塊引用時空格不再終結自動完成](https://github.com/siyuan-note/siyuan/issues/10637)
|
||||
* [改進程式碼區塊語言切換](https://github.com/siyuan-note/siyuan/issues/10644)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [唯讀模式未完全禁止表格更新](https://github.com/siyuan-note/siyuan/issues/10586)
|
||||
* [資料庫無法篩選為空或不為空的關聯值](https://github.com/siyuan-note/siyuan/issues/10601)
|
||||
* [資料庫多字段排序失效](https://github.com/siyuan-note/siyuan/issues/10616)
|
||||
* [表格後回車異常](https://github.com/siyuan-note/siyuan/issues/10633)
|
||||
|
||||
### 改進文檔
|
||||
|
||||
* [在使用者指南中新增擴展開發章節](https://github.com/siyuan-note/siyuan/issues/10615)
|
||||
|
||||
### 開發重構
|
||||
|
||||
* [升級 FSRS-4.5](https://github.com/siyuan-note/siyuan/issues/10607)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [新增內部核心 API `/api/block/getBlocksIndexes`](https://github.com/siyuan-note/siyuan/issues/10608)
|
||||
* [新增內部核心 API `/api/file/globalCopyFiles`](https://github.com/siyuan-note/siyuan/issues/10614)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
60
app/changelogs/v3.0.4/v3.0.4_zh_CN.md
Normal file
60
app/changelogs/v3.0.4/v3.0.4_zh_CN.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
## 概述
|
||||
|
||||
该版本支持闪卡设置到期时间、重置和查看闪卡信息。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [闪卡支持设置到期时间和重置](https://github.com/siyuan-note/siyuan/issues/10326)
|
||||
* [支持复习时删除当前闪卡](https://github.com/siyuan-note/siyuan/issues/10452)
|
||||
* [改进闪卡复习计数显示](https://github.com/siyuan-note/siyuan/issues/10502)
|
||||
* [支持闪卡复习查看闪卡信息](https://github.com/siyuan-note/siyuan/issues/10505)
|
||||
* [加载挂件时路径使用 `/` 结尾](https://github.com/siyuan-note/siyuan/issues/10520)
|
||||
* [默认打开最后关闭的工作空间](https://github.com/siyuan-note/siyuan/issues/10570)
|
||||
* [数据仓库损坏后不再自动重置](https://github.com/siyuan-note/siyuan/issues/10580)
|
||||
* [网络图片转换本地时填充提示文本](https://github.com/siyuan-note/siyuan/issues/10583)
|
||||
* [`添加到数据库` 不再自动填入筛选值](https://github.com/siyuan-note/siyuan/issues/10587)
|
||||
* [网页剪藏时 4 个空格开头的文本不再解析为代码块](https://github.com/siyuan-note/siyuan/issues/10588)
|
||||
* [改进 `Fn+Del` 删除标题元素的处理](https://github.com/siyuan-note/siyuan/issues/10592)
|
||||
* [`网络图片转换本地` 支持 `//` 开头的路径](https://github.com/siyuan-note/siyuan/issues/10598)
|
||||
* [为资源文件元素右键菜单添加 `新窗口打开` 和 `打开`](https://github.com/siyuan-note/siyuan/issues/10604)
|
||||
* [改进网页剪藏代码块转换](https://github.com/siyuan-note/siyuan/issues/10605)
|
||||
* [只读模式下允许切换数据库视图](https://github.com/siyuan-note/siyuan/issues/10609)
|
||||
* [改进包含 HTML 标签时 `粘贴为纯文本` 的处理](https://github.com/siyuan-note/siyuan/issues/10620)
|
||||
* [嵌入 B 站 iframe 块禁止自动播放](https://github.com/siyuan-note/siyuan/issues/10621)
|
||||
* [改进块索引性能](https://github.com/siyuan-note/siyuan/issues/10624)
|
||||
* [某些情况下一直显示闪卡制卡动画](https://github.com/siyuan-note/siyuan/issues/10625)
|
||||
* [改进行级代码、键盘和标签元素渲染以避免右侧重复渲染零宽空格](https://github.com/siyuan-note/siyuan/issues/10629)
|
||||
* [文件历史项目列表中显示操作类型](https://github.com/siyuan-note/siyuan/issues/10634)
|
||||
* [Alt+0 闪卡复习入口不再返回卡包制作的闪卡](https://github.com/siyuan-note/siyuan/issues/10635)
|
||||
* [调整移动端自定义表情](https://github.com/siyuan-note/siyuan/issues/10636)
|
||||
* [块引用时空格不再终结自动完成](https://github.com/siyuan-note/siyuan/issues/10637)
|
||||
* [改进代码块语言切换](https://github.com/siyuan-note/siyuan/issues/10644)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [只读模式下未完全禁止表格更新](https://github.com/siyuan-note/siyuan/issues/10586)
|
||||
* [数据库无法筛选为空或不为空的关联值](https://github.com/siyuan-note/siyuan/issues/10601)
|
||||
* [数据库多字段排序失效](https://github.com/siyuan-note/siyuan/issues/10616)
|
||||
* [表格后回车异常](https://github.com/siyuan-note/siyuan/issues/10633)
|
||||
|
||||
### 改进文档
|
||||
|
||||
* [在用户指南中添加扩展开发章节](https://github.com/siyuan-note/siyuan/issues/10615)
|
||||
|
||||
### 开发重构
|
||||
|
||||
* [升级 FSRS-4.5](https://github.com/siyuan-note/siyuan/issues/10607)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [添加内部内核 API `/api/block/getBlocksIndexes`](https://github.com/siyuan-note/siyuan/issues/10608)
|
||||
* [添加内部内核 API `/api/file/globalCopyFiles`](https://github.com/siyuan-note/siyuan/issues/10614)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
Loading…
Add table
Reference in a new issue