📝 Update changelogs
This commit is contained in:
parent
8d2bf65d1a
commit
ce3efa7962
3 changed files with 192 additions and 0 deletions
64
app/changelogs/v3.0.6/v3.0.6.md
Normal file
64
app/changelogs/v3.0.6/v3.0.6.md
Normal file
|
@ -0,0 +1,64 @@
|
|||
## Overview
|
||||
|
||||
This version supports dragging and dropping to adjust the level and position of outline items in the outline panel.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [The outline item in the outline panel supports dragging to adjust the level and position](https://github.com/siyuan-note/siyuan/issues/7957)
|
||||
* [Improve image click interaction on the mobile](https://github.com/siyuan-note/siyuan/issues/10646)
|
||||
* [Database table view primary key supports pasting reference block](https://github.com/siyuan-note/siyuan/issues/10690)
|
||||
* [Leave two lines space to connect when turning pages up and down](https://github.com/siyuan-note/siyuan/issues/10702)
|
||||
* [Improve database table view URL field display](https://github.com/siyuan-note/siyuan/issues/10712)
|
||||
* [No longer prompts "Don't panic... scroll up and down to load more" when opening a doc and the first block has been loaded](https://github.com/siyuan-note/siyuan/issues/10716)
|
||||
* [When not focused in SiYuan window, the left option of Database row is hard to select](https://github.com/siyuan-note/siyuan/issues/10731)
|
||||
* [Improved tab menu shake issue](https://github.com/siyuan-note/siyuan/issues/10737)
|
||||
* [Improve database table view multi-select interaction](https://github.com/siyuan-note/siyuan/issues/10738)
|
||||
* [Support search code snippets](https://github.com/siyuan-note/siyuan/issues/10739)
|
||||
* [Improve exit focus positioning](https://github.com/siyuan-note/siyuan/issues/10746)
|
||||
* [`Hide/Show Window` supports configuration `Alt+Fn`](https://github.com/siyuan-note/siyuan/issues/10754)
|
||||
* [`Hide/Show Window` is only for workspaces](https://github.com/siyuan-note/siyuan/issues/10755)
|
||||
* [Improve the handling of empty values in database multi-field sorting](https://github.com/siyuan-note/siyuan/issues/10758)
|
||||
* [Improve marketplace package UI](https://github.com/siyuan-note/siyuan/pull/10760)
|
||||
* [Click to add row in database table view row menu](https://github.com/siyuan-note/siyuan/issues/10763)
|
||||
* [Automatically loads and indexes from the file system when a block is not found](https://github.com/siyuan-note/siyuan/issues/10772)
|
||||
* [Add `Open with New Window` to flashcard menu](https://github.com/siyuan-note/siyuan/issues/10773)
|
||||
* [Prompt when dragging and inserting a folder](https://github.com/siyuan-note/siyuan/issues/10779)
|
||||
* [Support editing saved layouts](https://github.com/siyuan-note/siyuan/issues/10783)
|
||||
* [Improve data sync conflict generation](https://github.com/siyuan-note/siyuan/issues/10784)
|
||||
* [Data history supports querying in all notebooks](https://github.com/siyuan-note/siyuan/issues/10788)
|
||||
* [Improve i18n for Data History](https://github.com/siyuan-note/siyuan/pull/10793)
|
||||
* [Database rollup supports numeric calculation](https://github.com/siyuan-note/siyuan/issues/10796)
|
||||
* [Improve web clip table parsing](https://github.com/siyuan-note/siyuan/issues/10799)
|
||||
* [`Ctrl+Home` doesn't work when document is in read-only mode](https://github.com/siyuan-note/siyuan/issues/10806)
|
||||
* [Hyperlink should not open when selecting text on it](https://github.com/siyuan-note/siyuan/issues/10808)
|
||||
* [Datbase template supports numerical calculations when using rollup](https://github.com/siyuan-note/siyuan/issues/10810)
|
||||
* [Improve cursor style for ref and pdf ref in read-only mode](https://github.com/siyuan-note/siyuan/issues/10813)
|
||||
* [Improve copying plain text](https://github.com/siyuan-note/siyuan/issues/10816)
|
||||
* [Improve database rollup number calculation](https://github.com/siyuan-note/siyuan/issues/10822)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Disable right-click menu in database table view column in read-only mode](https://github.com/siyuan-note/siyuan/issues/10750)
|
||||
* [Inline-level formulas cannot be displayed after pressing Enter](https://github.com/siyuan-note/siyuan/issues/10751)
|
||||
* [Breadcrumb XSS](https://github.com/siyuan-note/siyuan/issues/10753)
|
||||
* [Editor parsing exception after enter /```](https://github.com/siyuan-note/siyuan/issues/10759)
|
||||
* [Index fixing should not be performed before data synchronization](https://github.com/siyuan-note/siyuan/issues/10761)
|
||||
* [Flash card in new window full screen, buttons cannot be clicked](https://github.com/siyuan-note/siyuan/issues/10765)
|
||||
* [Floating window `Enter` error from embedded block](https://github.com/siyuan-note/siyuan/issues/10805)
|
||||
* [Attribute panel - Database template custom attributes not shown](https://github.com/siyuan-note/siyuan/issues/10812)
|
||||
* [Export PDF error when containing HTML block](https://github.com/siyuan-note/siyuan/issues/10814)
|
||||
* [Copy text * error for database block](https://github.com/siyuan-note/siyuan/issues/10817)
|
||||
|
||||
### Development
|
||||
|
||||
* [Plugin eventbus for `switch-protyle` on the mobile](https://github.com/siyuan-note/siyuan/issues/10766)
|
||||
* [Improve kernel API token authentication](https://github.com/siyuan-note/siyuan/issues/10792)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
64
app/changelogs/v3.0.6/v3.0.6_zh_CHT.md
Normal file
64
app/changelogs/v3.0.6/v3.0.6_zh_CHT.md
Normal file
|
@ -0,0 +1,64 @@
|
|||
## 概述
|
||||
|
||||
該版本支持在大綱面板中拖拽調整大綱項的級別和位置。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [大綱面板中的大綱項支持拖動調整級別和位置](https://github.com/siyuan-note/siyuan/issues/7957)
|
||||
* [改進移動端上的圖片點擊交互](https://github.com/siyuan-note/siyuan/issues/10646)
|
||||
* [數據庫表格視圖主鍵支持粘貼引用塊](https://github.com/siyuan-note/siyuan/issues/10690)
|
||||
* [上下翻頁時留兩行空間](https://github.com/siyuan-note/siyuan/issues/10702)
|
||||
* [改進數據庫表格視圖 URL 字段顯示](https://github.com/siyuan-note/siyuan/issues/10712)
|
||||
* [打開文檔並加載了第一個塊時不再提示 "不要驚慌...上下滾動即可加載更多內容"](https://github.com/siyuan-note/siyuan/issues/10716)
|
||||
* [在思源窗口未聚焦時數據庫行的左選項難以選擇](https://github.com/siyuan-note/siyuan/issues/10731)
|
||||
* [改進標籤菜單抖動問題](https://github.com/siyuan-note/siyuan/issues/10737)
|
||||
* [改進數據庫表格視圖多選交互](https://github.com/siyuan-note/siyuan/issues/10738)
|
||||
* [支持搜索代碼片段](https://github.com/siyuan-note/siyuan/issues/10739)
|
||||
* [改進退出聚焦定位](https://github.com/siyuan-note/siyuan/issues/10746)
|
||||
* [`隱藏/顯示窗口`支持配置`Alt+Fn`](https://github.com/siyuan-note/siyuan/issues/10754)
|
||||
* [`隱藏/顯示窗口`僅適用於工作區](https://github.com/siyuan-note/siyuan/issues/10755)
|
||||
* [改進數據庫多字段排序中空值的處理](https://github.com/siyuan-note/siyuan/issues/10758)
|
||||
* [改進集市包界面](https://github.com/siyuan-note/siyuan/pull/10760)
|
||||
* [在數據庫表格視圖行菜單中點擊添加行](https://github.com/siyuan-note/siyuan/issues/10763)
|
||||
* [當塊未找到時自動從文件系統加載和索引](https://github.com/siyuan-note/siyuan/issues/10772)
|
||||
* [在閃卡菜單中添加 `新窗口打開`](https://github.com/siyuan-note/siyuan/issues/10773)
|
||||
* [拖動並插入文件夾時提示](https://github.com/siyuan-note/siyuan/issues/10779)
|
||||
* [支持編輯保存的佈局](https://github.com/siyuan-note/siyuan/issues/10783)
|
||||
* [改進數據同步衝突生成](https://github.com/siyuan-note/siyuan/issues/10784)
|
||||
* [數據歷史支持在所有筆記本中查詢](https://github.com/siyuan-note/siyuan/issues/10788)
|
||||
* [改進數據歷史的多語言](https://github.com/siyuan-note/siyuan/pull/10793)
|
||||
* [數據庫匯總支持數字計算](https://github.com/siyuan-note/siyuan/issues/10796)
|
||||
* [改進網頁剪藏表格解析](https://github.com/siyuan-note/siyuan/issues/10799)
|
||||
* [`Ctrl+Home` 在文檔處於只讀模式時無法工作](https://github.com/siyuan-note/siyuan/issues/10806)
|
||||
* [在其上選擇文本時不應打開超鏈接](https://github.com/siyuan-note/siyuan/issues/10808)
|
||||
* [數據庫模板在使用匯總時支持數字計算](https://github.com/siyuan-note/siyuan/issues/10810)
|
||||
* [改進只讀模式下的引用和 PDF 引用光標樣式](https://github.com/siyuan-note/siyuan/issues/10813)
|
||||
* [改進複製純文本](https://github.com/siyuan-note/siyuan/issues/10816)
|
||||
* [改進數據庫匯總數字計算](https://github.com/siyuan-note/siyuan/issues/10822)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [在只讀模式下禁用數據庫表格視圖列的右鍵菜單](https://github.com/siyuan-note/siyuan/issues/10750)
|
||||
* [按 Enter 後行級公式無法顯示](https://github.com/siyuan-note/siyuan/issues/10751)
|
||||
* [面包屑 XSS](https://github.com/siyuan-note/siyuan/issues/10753)
|
||||
* [輸入 /``` 後編輯器解析異常](https://github.com/siyuan-note/siyuan/issues/10759)
|
||||
* [在數據同步之前不應進行索引修復](https://github.com/siyuan-note/siyuan/issues/10761)
|
||||
* [新窗口全屏閃卡按鈕無法點擊](https://github.com/siyuan-note/siyuan/issues/10765)
|
||||
* [從嵌入塊進入浮動窗口 `Enter` 異常](https://github.com/siyuan-note/siyuan/issues/10805)
|
||||
* [屬性面板 - 數據庫 模板自定義屬性未顯示](https://github.com/siyuan-note/siyuan/issues/10812)
|
||||
* [包含 HTML 塊時導出 PDF 異常](https://github.com/siyuan-note/siyuan/issues/10814)
|
||||
* [數據庫塊複製文本*異常](https://github.com/siyuan-note/siyuan/issues/10817)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [移動端提供插件事件總線 `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/10766)
|
||||
* [改進內核 API Token 校驗](https://github.com/siyuan-note/siyuan/issues/10792)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
64
app/changelogs/v3.0.6/v3.0.6_zh_CN.md
Normal file
64
app/changelogs/v3.0.6/v3.0.6_zh_CN.md
Normal file
|
@ -0,0 +1,64 @@
|
|||
## 概述
|
||||
|
||||
该版本支持在大纲面板中拖拽调整大纲项的级别和位置。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [大纲面板中的大纲项支持拖动调整级别和位置](https://github.com/siyuan-note/siyuan/issues/7957)
|
||||
* [改进移动端上的图片点击交互](https://github.com/siyuan-note/siyuan/issues/10646)
|
||||
* [数据库表格视图主键支持粘贴引用块](https://github.com/siyuan-note/siyuan/issues/10690)
|
||||
* [上下翻页时留两行空间](https://github.com/siyuan-note/siyuan/issues/10702)
|
||||
* [改进数据库表格视图 URL 字段显示](https://github.com/siyuan-note/siyuan/issues/10712)
|
||||
* [打开文档并加载了第一个块时不再提示 "不要惊慌...上下滚动即可加载更多内容"](https://github.com/siyuan-note/siyuan/issues/10716)
|
||||
* [在思源窗口未聚焦时数据库行的左选项难以选择](https://github.com/siyuan-note/siyuan/issues/10731)
|
||||
* [改进标签菜单抖动问题](https://github.com/siyuan-note/siyuan/issues/10737)
|
||||
* [改进数据库表格视图多选交互](https://github.com/siyuan-note/siyuan/issues/10738)
|
||||
* [支持搜索代码片段](https://github.com/siyuan-note/siyuan/issues/10739)
|
||||
* [改进退出聚焦定位](https://github.com/siyuan-note/siyuan/issues/10746)
|
||||
* [`隐藏/显示窗口`支持配置`Alt+Fn`](https://github.com/siyuan-note/siyuan/issues/10754)
|
||||
* [`隐藏/显示窗口`仅适用于工作区](https://github.com/siyuan-note/siyuan/issues/10755)
|
||||
* [改进数据库多字段排序中空值的处理](https://github.com/siyuan-note/siyuan/issues/10758)
|
||||
* [改进集市包界面](https://github.com/siyuan-note/siyuan/pull/10760)
|
||||
* [在数据库表格视图行菜单中点击添加行](https://github.com/siyuan-note/siyuan/issues/10763)
|
||||
* [当块未找到时自动从文件系统加载和索引](https://github.com/siyuan-note/siyuan/issues/10772)
|
||||
* [在闪卡菜单中添加 `新窗口打开`](https://github.com/siyuan-note/siyuan/issues/10773)
|
||||
* [拖动并插入文件夹时提示](https://github.com/siyuan-note/siyuan/issues/10779)
|
||||
* [支持编辑保存的布局](https://github.com/siyuan-note/siyuan/issues/10783)
|
||||
* [改进数据同步冲突生成](https://github.com/siyuan-note/siyuan/issues/10784)
|
||||
* [数据历史支持在所有笔记本中查询](https://github.com/siyuan-note/siyuan/issues/10788)
|
||||
* [改进数据历史的多语言](https://github.com/siyuan-note/siyuan/pull/10793)
|
||||
* [数据库汇总支持数字计算](https://github.com/siyuan-note/siyuan/issues/10796)
|
||||
* [改进网页剪藏表格解析](https://github.com/siyuan-note/siyuan/issues/10799)
|
||||
* [`Ctrl+Home` 在文档处于只读模式时无法工作](https://github.com/siyuan-note/siyuan/issues/10806)
|
||||
* [在其上选择文本时不应打开超链接](https://github.com/siyuan-note/siyuan/issues/10808)
|
||||
* [数据库模板在使用汇总时支持数字计算](https://github.com/siyuan-note/siyuan/issues/10810)
|
||||
* [改进只读模式下的引用和 PDF 引用光标样式](https://github.com/siyuan-note/siyuan/issues/10813)
|
||||
* [改进复制纯文本](https://github.com/siyuan-note/siyuan/issues/10816)
|
||||
* [改进数据库汇总数字计算](https://github.com/siyuan-note/siyuan/issues/10822)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [在只读模式下禁用数据库表格视图列的右键菜单](https://github.com/siyuan-note/siyuan/issues/10750)
|
||||
* [按 Enter 后行级公式无法显示](https://github.com/siyuan-note/siyuan/issues/10751)
|
||||
* [面包屑 XSS](https://github.com/siyuan-note/siyuan/issues/10753)
|
||||
* [输入 /``` 后编辑器解析异常](https://github.com/siyuan-note/siyuan/issues/10759)
|
||||
* [在数据同步之前不应进行索引修复](https://github.com/siyuan-note/siyuan/issues/10761)
|
||||
* [新窗口全屏闪卡按钮无法点击](https://github.com/siyuan-note/siyuan/issues/10765)
|
||||
* [从嵌入块进入浮动窗口 `Enter` 异常](https://github.com/siyuan-note/siyuan/issues/10805)
|
||||
* [属性面板 - 数据库 模板自定义属性未显示](https://github.com/siyuan-note/siyuan/issues/10812)
|
||||
* [包含 HTML 块时导出 PDF 异常](https://github.com/siyuan-note/siyuan/issues/10814)
|
||||
* [数据库块复制文本*异常](https://github.com/siyuan-note/siyuan/issues/10817)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [移动端提供插件事件总线 `switch-protyle`](https://github.com/siyuan-note/siyuan/issues/10766)
|
||||
* [改进内核 API Token 校验](https://github.com/siyuan-note/siyuan/issues/10792)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
Loading…
Add table
Reference in a new issue