🔖 Release v2.10.4

This commit is contained in:
Daniel 2023-09-08 09:35:15 +08:00
parent a29bdf0a73
commit cfdeff4989
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 111 additions and 0 deletions

View file

@ -0,0 +1,37 @@
## Overview
This version urgently fixes some problems that affect the use, it is recommended to upgrade.
The search asset file content feature requires a paid membership to use, and it is currently in the early bird price stage, welcome to [buy](https://b3log.org/siyuan/en/pricing.html).
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Long press the doc tree item to open the right menu on the mobile](https://github.com/siyuan-note/siyuan/issues/9111)
* [Hide the workspace menu on the browser](https://github.com/siyuan-note/siyuan/issues/9112)
* [Long press dock icon/doc tree/inline element/tab to open the right menu on the iPad](https://github.com/siyuan-note/siyuan/issues/9113)
* [Support moving background images on the iPad](https://github.com/siyuan-note/siyuan/issues/9127)
* [The cloud sync directory name (Bucket) supports up to 63 characters](https://github.com/siyuan-note/siyuan/issues/9130)
* [Clicking a list dot should not open to the parent doc](https://github.com/siyuan-note/siyuan/issues/9137)
### Abolishment
* [Revert Improve block loading performance on Windows/Linux/macOS amd64 arch](https://github.com/siyuan-note/siyuan/issues/9131)
### Bugfix
* [The side panel cannot be clicked after swiping on the mobile](https://github.com/siyuan-note/siyuan/issues/9117)
* [Layers are error in some cases](https://github.com/siyuan-note/siyuan/issues/9119)
* [Ctrl+Tab switching tabs fails](https://github.com/siyuan-note/siyuan/issues/9126)
* [The image file name is too long and truncated abnormally](https://github.com/siyuan-note/siyuan/issues/9129)
* [Floating layers are always shown and hidden repeatedly](https://github.com/siyuan-note/siyuan/issues/9135)
### Development
* [Attribute View export](https://github.com/siyuan-note/siyuan/issues/8710)
* [Subdocuments created by the database are not displayed in the doc tree](https://github.com/siyuan-note/siyuan/issues/9091)
* [Improve openWindow parameter checking](https://github.com/siyuan-note/siyuan/issues/9116)
* [Add scrolling to float layer by `addFloatLayer`](https://github.com/siyuan-note/siyuan/issues/9123)

View file

@ -0,0 +1,37 @@
## 概述
該版本緊急修復了一些比較影響使用的問題,建議升級。
搜索資源文件內容特性需要付費會員才能使用,目前為早鳥價階段,歡迎[購買](https://b3log.org/siyuan/pricing.html)。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [移動端文檔樹項支持長按打開菜單](https://github.com/siyuan-note/siyuan/issues/9111)
* [瀏覽器端隱藏工作空間菜單](https://github.com/siyuan-note/siyuan/issues/9112)
* [iPad 端支持長按打開停靠欄/文檔樹/行級元素/頁簽菜單](https://github.com/siyuan-note/siyuan/issues/9113)
* [iPad 端支持移動題頭圖位置](https://github.com/siyuan-note/siyuan/issues/9127)
* [雲端同步目錄名Bucket最長支持 63 字符](https://github.com/siyuan-note/siyuan/issues/9130)
* [點擊列表項圓點不應該返回父文檔](https://github.com/siyuan-note/siyuan/issues/9137)
### 移除功能
* [回退改進 Windows/Linux/macOS amd64 平台上的文檔加載性能](https://github.com/siyuan-note/siyuan/issues/9131)
### 修復缺陷
* [移動端側欄面板滑出後無法點擊](https://github.com/siyuan-note/siyuan/issues/9117)
* [某些情況下浮層異常](https://github.com/siyuan-note/siyuan/issues/9119)
* [Ctrl+Tab 切換頁簽失效](https://github.com/siyuan-note/siyuan/issues/9126)
* [圖片文件名過長截斷異常](https://github.com/siyuan-note/siyuan/issues/9129)
* [浮層重複顯示和隱藏](https://github.com/siyuan-note/siyuan/issues/9135)
### 開發者
* [屬性視圖導出](https://github.com/siyuan-note/siyuan/issues/8710)
* [數據庫創建的子文檔不再在文檔樹中顯示](https://github.com/siyuan-note/siyuan/issues/9091)
* [改進 openWindow 參數校驗](https://github.com/siyuan-note/siyuan/issues/9116)
* [支持通過 `addFloatLayer` 滾動浮層](https://github.com/siyuan-note/siyuan/issues/9123)

View file

@ -0,0 +1,37 @@
## 概述
该版本紧急修复了一些比较影响使用的问题,建议升级。
搜索资源文件内容特性需要付费会员才能使用,目前为早鸟价阶段,欢迎[购买](https://b3log.org/siyuan/pricing.html)。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [移动端文档树项支持长按打开菜单](https://github.com/siyuan-note/siyuan/issues/9111)
* [浏览器端隐藏工作空间菜单](https://github.com/siyuan-note/siyuan/issues/9112)
* [iPad 端支持长按打开停靠栏/文档树/行级元素/页签菜单](https://github.com/siyuan-note/siyuan/issues/9113)
* [iPad 端支持移动题头图位置](https://github.com/siyuan-note/siyuan/issues/9127)
* [云端同步目录名Bucket最长支持 63 字符](https://github.com/siyuan-note/siyuan/issues/9130)
* [点击列表项圆点不应该返回父文档](https://github.com/siyuan-note/siyuan/issues/9137)
### 移除功能
* [回退改进 Windows/Linux/macOS amd64 平台上的文档加载性能](https://github.com/siyuan-note/siyuan/issues/9131)
### 修复缺陷
* [移动端侧栏面板滑出后无法点击](https://github.com/siyuan-note/siyuan/issues/9117)
* [某些情况下浮层异常](https://github.com/siyuan-note/siyuan/issues/9119)
* [Ctrl+Tab 切换页签失效](https://github.com/siyuan-note/siyuan/issues/9126)
* [图片文件名过长截断异常](https://github.com/siyuan-note/siyuan/issues/9129)
* [浮层重复显示和隐藏](https://github.com/siyuan-note/siyuan/issues/9135)
### 开发者
* [属性视图导出](https://github.com/siyuan-note/siyuan/issues/8710)
* [数据库创建的子文档不再在文档树中显示](https://github.com/siyuan-note/siyuan/issues/9091)
* [改进 openWindow 参数校验](https://github.com/siyuan-note/siyuan/issues/9116)
* [支持通过 `addFloatLayer` 滚动浮层](https://github.com/siyuan-note/siyuan/issues/9123)