🔖 Release v2.9.5

This commit is contained in:
Daniel 2023-07-10 20:13:33 +08:00
parent 8cf28fcd24
commit 69d05ee6bb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 147 additions and 0 deletions

View file

@ -0,0 +1,49 @@
## Overview
This version improves the breadcrumbs and some details, and fixes the problem that the workspace folder with non-ASCII characters cannot export Data. It is recommended to upgrade.
In addition, after the release of this version, the official data synchronization will no longer support the old versions before v2.9.4. If you are using the official data synchronization, please upgrade to the latest version.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Improve breadcrumb on the mobile](https://github.com/siyuan-note/siyuan/issues/8623)
* [Add a title menu to the breadcrumb](https://github.com/siyuan-note/siyuan/issues/8654)
* [The outline cannot be updated when switching in preview tab](https://github.com/siyuan-note/siyuan/issues/8669)
* [Save doc status when click `Quit the application` on the mobile](https://github.com/siyuan-note/siyuan/issues/8670)
* [Marketplace layout misalignment](https://github.com/siyuan-note/siyuan/issues/8671)
* [Improve cloud data sync error report text](https://github.com/siyuan-note/siyuan/issues/8675)
* [Improve `Graph View` settings UI](https://github.com/siyuan-note/siyuan/issues/8676)
* [Improve breadcrumb escape text](https://github.com/siyuan-note/siyuan/issues/8679)
* [Username and password must be entered to deactivate the account](https://github.com/siyuan-note/siyuan/issues/8680)
* [Improve settings UI](https://github.com/siyuan-note/siyuan/issues/8685)
* [Backlink panel color is no longer affected by mention fold](https://github.com/siyuan-note/siyuan/issues/8688)
* [Update indent and outdent icon on the mobile](https://github.com/siyuan-note/siyuan/issues/8698)
* [Improve create workspace interaction](https://github.com/siyuan-note/siyuan/issues/8700)
* [Support for saving .sy files in the single-line format](https://github.com/siyuan-note/siyuan/issues/8712)
* [Adjacent inline element in the same para but different line](https://github.com/siyuan-note/siyuan/issues/8713)
### Bugfix
* [Unable to export Data if workspace folder contains non-ASCII characters](https://github.com/siyuan-note/siyuan/issues/8678)
* [Can't modify font appearance after triple-clicking to select all the text in a cell of a table](https://github.com/siyuan-note/siyuan/issues/8703)
* [Some copy issues related to HTML block](https://github.com/siyuan-note/siyuan/issues/8706)
* [Incorrect copy content for a list item with a specific custom attribute value](https://github.com/siyuan-note/siyuan/issues/8707)
* [`Optimize typography` parsing exception after constructing list item for heading parent](https://github.com/siyuan-note/siyuan/issues/8709)
### Development
* [Editor support Attribute View - Table](https://github.com/siyuan-note/siyuan/issues/7536)
* [Attribute View columns sort](https://github.com/siyuan-note/siyuan/issues/8663)
* [Add `open-menu-breadcrumbmore` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8666)
* [Add `bind this` example for eventBus in plugins](https://github.com/siyuan-note/siyuan/issues/8668)
* [Calculate breadcrumb height dynamically](https://github.com/siyuan-note/siyuan/issues/8674)
* [Update tooltip CSS variables](https://github.com/siyuan-note/siyuan/issues/8686)
* [Add number type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8690)
* [Support for filter, attributes and sort panel sorting in Attribute View](https://github.com/siyuan-note/siyuan/issues/8691)
* [Add text type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8693)
* [Add select type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8694)
* [Block data sync to Attribute View](https://github.com/siyuan-note/siyuan/issues/8696)

View file

@ -0,0 +1,49 @@
## 概述
該版版本改進了麵包屑和一些細節,並修復了非 ASCII 字符的工作空間文件夾無法導出 Data 的問題,建議升級。
另外,該版本發布以後官方數據同步不再支持 v2.9.4 之前的舊版本,如果你正在使用官方數據同步,請升級到最新版。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [改進移動端麵包屑](https://github.com/siyuan-note/siyuan/issues/8623)
* [在麵包屑右側增加文檔塊標](https://github.com/siyuan-note/siyuan/issues/8654)
* [導出預覽模式下切換頁簽大綱跟隨切換](https://github.com/siyuan-note/siyuan/issues/8669)
* [移動端 `退出應用` 時保存文檔瀏覽狀態](https://github.com/siyuan-note/siyuan/issues/8670)
* [改進集市界面佈局對齊](https://github.com/siyuan-note/siyuan/issues/8671)
* [改進云端數據同步報錯文案](https://github.com/siyuan-note/siyuan/issues/8675)
* [改進 `關係圖` 設置界面](https://github.com/siyuan-note/siyuan/issues/8676)
* [改進麵包屑轉義文本](https://github.com/siyuan-note/siyuan/issues/8679)
* [停用賬號前需要輸入用戶名和密碼進行校驗](https://github.com/siyuan-note/siyuan/issues/8680)
* [改進設置界面](https://github.com/siyuan-note/siyuan/issues/8685)
* [反鍊鍊接面板顏色不再被提及折疊狀態影響](https://github.com/siyuan-note/siyuan/issues/8688)
* [更新移動端縮進和反向縮進圖標](https://github.com/siyuan-note/siyuan/issues/8698)
* [改進桌面端創建工作空間交互](https://github.com/siyuan-note/siyuan/issues/8700)
* [支持以單行 JSON 格式保存 .sy 文件](https://github.com/siyuan-note/siyuan/issues/8712)
* [不再自動合併相鄰換行的行級元素](https://github.com/siyuan-note/siyuan/issues/8713)
### 修復缺陷
* [工作空間文件夾名稱包含非 ASCII 字符時無法導出 Data](https://github.com/siyuan-note/siyuan/issues/8678)
* [表格單元格中三擊全選無法修改字體外觀](https://github.com/siyuan-note/siyuan/issues/8703)
* [HTML 塊相關的一些問題](https://github.com/siyuan-note/siyuan/issues/8706)
* [列表項存在特定屬性值時無法正常複製](https://github.com/siyuan-note/siyuan/issues/8707)
* [標題塊父級構造列表項後 `優化排版` 解析異常](https://github.com/siyuan-note/siyuan/issues/8709)
### 開發者
* [編輯器支持屬性視圖 - 表格](https://github.com/siyuan-note/siyuan/issues/7536)
* [屬性視圖列排序](https://github.com/siyuan-note/siyuan/issues/8663)
* [插件添加 `open-menu-breadcrumbmore` 事件](https://github.com/siyuan-note/siyuan/issues/8666)
* [插件添加 `bind this` 事件總線示例](https://github.com/siyuan-note/siyuan/issues/8668)
* [動態計算麵包屑高度](https://github.com/siyuan-note/siyuan/issues/8674)
* [更新 tooltip CSS 變量](https://github.com/siyuan-note/siyuan/issues/8686)
* [屬性視圖添加數字類型列](https://github.com/siyuan-note/siyuan/issues/8690)
* [屬性視圖支持過濾、屬性和排序面板中的項目排序](https://github.com/siyuan-note/siyuan/issues/8691)
* [屬性視圖添加文本類型列](https://github.com/siyuan-note/siyuan/issues/8693)
* [屬性視圖添加選擇類型列](https://github.com/siyuan-note/siyuan/issues/8694)
* [塊數據同步至屬性視圖](https://github.com/siyuan-note/siyuan/issues/8696)

View file

@ -0,0 +1,49 @@
## 概述
该版版本改进了面包屑和一些细节,并修复了非 ASCII 字符的工作空间文件夹无法导出 Data 的问题,建议升级。
另外,该版本发布以后官方数据同步不再支持 v2.9.4 之前的旧版本,如果你正在使用官方数据同步,请升级到最新版。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [改进移动端面包屑](https://github.com/siyuan-note/siyuan/issues/8623)
* [在面包屑右侧增加文档块标](https://github.com/siyuan-note/siyuan/issues/8654)
* [导出预览模式下切换页签大纲跟随切换](https://github.com/siyuan-note/siyuan/issues/8669)
* [移动端 `退出应用` 时保存文档浏览状态](https://github.com/siyuan-note/siyuan/issues/8670)
* [改进集市界面布局对齐](https://github.com/siyuan-note/siyuan/issues/8671)
* [改进云端数据同步报错文案](https://github.com/siyuan-note/siyuan/issues/8675)
* [改进 `关系图` 设置界面](https://github.com/siyuan-note/siyuan/issues/8676)
* [改进面包屑转义文本](https://github.com/siyuan-note/siyuan/issues/8679)
* [停用账号前需要输入用户名和密码进行校验](https://github.com/siyuan-note/siyuan/issues/8680)
* [改进设置界面](https://github.com/siyuan-note/siyuan/issues/8685)
* [反链链接面板颜色不再被提及折叠状态影响](https://github.com/siyuan-note/siyuan/issues/8688)
* [更新移动端缩进和反向缩进图标](https://github.com/siyuan-note/siyuan/issues/8698)
* [改进桌面端创建工作空间交互](https://github.com/siyuan-note/siyuan/issues/8700)
* [支持以单行 JSON 格式保存 .sy 文件](https://github.com/siyuan-note/siyuan/issues/8712)
* [不再自动合并相邻换行的行级元素](https://github.com/siyuan-note/siyuan/issues/8713)
### 修复缺陷
* [工作空间文件夹名称包含非 ASCII 字符时无法导出 Data](https://github.com/siyuan-note/siyuan/issues/8678)
* [表格单元格中三击全选无法修改字体外观](https://github.com/siyuan-note/siyuan/issues/8703)
* [HTML 块相关的一些问题](https://github.com/siyuan-note/siyuan/issues/8706)
* [列表项存在特定属性值时无法正常复制](https://github.com/siyuan-note/siyuan/issues/8707)
* [标题块父级构造列表项后 `优化排版` 解析异常](https://github.com/siyuan-note/siyuan/issues/8709)
### 开发者
* [编辑器支持属性视图 - 表格](https://github.com/siyuan-note/siyuan/issues/7536)
* [属性视图列排序](https://github.com/siyuan-note/siyuan/issues/8663)
* [插件添加 `open-menu-breadcrumbmore` 事件](https://github.com/siyuan-note/siyuan/issues/8666)
* [插件添加 `bind this` 事件总线示例](https://github.com/siyuan-note/siyuan/issues/8668)
* [动态计算面包屑高度](https://github.com/siyuan-note/siyuan/issues/8674)
* [更新 tooltip CSS 变量](https://github.com/siyuan-note/siyuan/issues/8686)
* [属性视图添加数字类型列](https://github.com/siyuan-note/siyuan/issues/8690)
* [属性视图支持过滤、属性和排序面板中的项目排序](https://github.com/siyuan-note/siyuan/issues/8691)
* [属性视图添加文本类型列](https://github.com/siyuan-note/siyuan/issues/8693)
* [属性视图添加选择类型列](https://github.com/siyuan-note/siyuan/issues/8694)
* [块数据同步至属性视图](https://github.com/siyuan-note/siyuan/issues/8696)