Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-07-18 01:03:48 +08:00
commit 317ecdb618
7 changed files with 114 additions and 5 deletions

View file

@ -1,6 +1,6 @@
## 概述
該版本改進了麵包屑和一些細節,並修復了非 ASCII 字符的工作空間文件夾無法導出 Data 的問題,建議升級。
該版本改進了麵包屑和一些細節,並修復了非 ASCII 字符的工作空間文件夾無法導出 Data 的問題,建議升級。
另外,因為舊版本存在導致雲端數據損壞的問題,所以該版本發布以後官方數據同步不再支持 v2.9.4 之前的舊版本,如果你正在使用官方數據同步,請升級到最新版。

View file

@ -1,6 +1,6 @@
## 概述
该版本改进了面包屑和一些细节,并修复了非 ASCII 字符的工作空间文件夹无法导出 Data 的问题,建议升级。
该版本改进了面包屑和一些细节,并修复了非 ASCII 字符的工作空间文件夹无法导出 Data 的问题,建议升级。
另外,因为旧版本存在导致云端数据损坏的问题,所以该版本发布以后官方数据同步不再支持 v2.9.4 之前的旧版本,如果你正在使用官方数据同步,请升级到最新版。

View file

@ -0,0 +1,37 @@
## Overview
This version fixes some detail defects, it is recommended to upgrade.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Overlap of reference count and other buttons](https://github.com/siyuan-note/siyuan/issues/8715)
* [Improve doc tip layer like other tip layers](https://github.com/siyuan-note/siyuan/issues/8722)
* [Improve user interface details](https://github.com/siyuan-note/siyuan/issues/8732)
* [Sort icon in tag panel moved to after refresh icon](https://github.com/siyuan-note/siyuan/issues/8741)
* [Add `Copy text *` hotkey](https://github.com/siyuan-note/siyuan/issues/8742)
* [Improve remove cloud dir performance of official sync](https://github.com/siyuan-note/siyuan/issues/8759)
* [KaTex macro definition setting do not check spelling](https://github.com/siyuan-note/siyuan/pull/8763)
* [`Optimize typography` hotkey support](https://github.com/siyuan-note/siyuan/issues/8767)
### Bugfix
* [The right-click menu does not disappear after selecting](https://github.com/siyuan-note/siyuan/issues/8727)
* [Cannot edit embed block when it is the first block](https://github.com/siyuan-note/siyuan/issues/8731)
* [Move panel is hidden by search on the mobile](https://github.com/siyuan-note/siyuan/issues/8739)
* [The memo pop-up in the floating layer cannot be moved](https://github.com/siyuan-note/siyuan/issues/8746)
* [Export .sy.zip doc title image is not exported](https://github.com/siyuan-note/siyuan/issues/8748)
* [`Always Select Opened Doc` does not work after creating doc](https://github.com/siyuan-note/siyuan/issues/8749)
* [`Share to community` asset URL is incorrect on LiuYun](https://github.com/siyuan-note/siyuan/issues/8758)
### Development
* [Attribute View columns filter](https://github.com/siyuan-note/siyuan/issues/8664)
* [Attribute View opens a row via the floating window](https://github.com/siyuan-note/siyuan/issues/8667)
* [Add multi-select type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8695)
* [Attribute View columns calculate](https://github.com/siyuan-note/siyuan/issues/8699)
* [Add `input-search` event bus to plugins](https://github.com/siyuan-note/siyuan/issues/8725)
* [Attribute View columns and rows action](https://github.com/siyuan-note/siyuan/issues/8769)

View file

@ -0,0 +1,35 @@
## 概述
該版本修復了一些細節缺陷,建議升級。
## 變更記錄
以下是此版本中的詳細變更。
* [避免引用計數和其他按鈕重疊](https://github.com/siyuan-note/siyuan/issues/8715)
* [改進文檔樹文檔懸浮提示](https://github.com/siyuan-note/siyuan/issues/8722)
* [改進用戶界面細節](https://github.com/siyuan-note/siyuan/issues/8732)
* [調整標籤面板按鈕順序](https://github.com/siyuan-note/siyuan/issues/8741)
* [`複製文本 *` 支持快捷鍵配置](https://github.com/siyuan-note/siyuan/issues/8742)
* [改進官方同步刪除雲端目錄性能](https://github.com/siyuan-note/siyuan/issues/8759)
* [KaTex 宏定義不再檢查拼寫](https://github.com/siyuan-note/siyuan/pull/8763)
* [`優化排版` 支持快捷鍵配置](https://github.com/siyuan-note/siyuan/issues/8767)
### 修復缺陷
* [右鍵菜單選擇以後不關閉](https://github.com/siyuan-note/siyuan/issues/8727)
* [無法編輯第一個嵌入塊](https://github.com/siyuan-note/siyuan/issues/8731)
* [移動端移動面板被搜索遮擋](https://github.com/siyuan-note/siyuan/issues/8739)
* [浮窗中的備註彈出後無法移動](https://github.com/siyuan-note/siyuan/issues/8746)
* [導出 .sy.zip 文檔題頭圖未導出](https://github.com/siyuan-note/siyuan/issues/8748)
* [`定位打開的文檔` 在創建文檔後失效](https://github.com/siyuan-note/siyuan/issues/8749)
* [`分享到社區` 流雲資源文件 URL 不正確](https://github.com/siyuan-note/siyuan/issues/8758)
### 開發者
* [屬性視圖列過濾器](https://github.com/siyuan-note/siyuan/issues/8664)
* [屬性視圖行支持浮窗](https://github.com/siyuan-note/siyuan/issues/8667)
* [屬性視圖支持多選列類型](https://github.com/siyuan-note/siyuan/issues/8695)
* [屬性視圖列計算](https://github.com/siyuan-note/siyuan/issues/8699)
* [插件添加 `input-search` 事件](https://github.com/siyuan-note/siyuan/issues/8725)
* [屬性視圖行列操作](https://github.com/siyuan-note/siyuan/issues/8769)

View file

@ -0,0 +1,37 @@
## 概述
该版本修复了一些细节缺陷,建议升级。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [避免引用计数和其他按钮重叠](https://github.com/siyuan-note/siyuan/issues/8715)
* [改进文档树文档悬浮提示](https://github.com/siyuan-note/siyuan/issues/8722)
* [改进用户界面细节](https://github.com/siyuan-note/siyuan/issues/8732)
* [调整标签面板按钮顺序](https://github.com/siyuan-note/siyuan/issues/8741)
* [`复制文本 *` 支持快捷键配置](https://github.com/siyuan-note/siyuan/issues/8742)
* [改进官方同步删除云端目录性能](https://github.com/siyuan-note/siyuan/issues/8759)
* [KaTex 宏定义不再检查拼写](https://github.com/siyuan-note/siyuan/pull/8763)
* [`优化排版` 支持快捷键配置](https://github.com/siyuan-note/siyuan/issues/8767)
### 修复缺陷
* [右键菜单选择以后不关闭](https://github.com/siyuan-note/siyuan/issues/8727)
* [无法编辑第一个嵌入块](https://github.com/siyuan-note/siyuan/issues/8731)
* [移动端移动面板被搜索遮挡](https://github.com/siyuan-note/siyuan/issues/8739)
* [浮窗中的备注弹出后无法移动](https://github.com/siyuan-note/siyuan/issues/8746)
* [导出 .sy.zip 文档题头图未导出](https://github.com/siyuan-note/siyuan/issues/8748)
* [`定位打开的文档` 在创建文档后失效](https://github.com/siyuan-note/siyuan/issues/8749)
* [`分享到社区` 流云资源文件 URL 不正确](https://github.com/siyuan-note/siyuan/issues/8758)
### 开发者
* [属性视图列过滤器](https://github.com/siyuan-note/siyuan/issues/8664)
* [属性视图行支持浮窗](https://github.com/siyuan-note/siyuan/issues/8667)
* [属性视图支持多选列类型](https://github.com/siyuan-note/siyuan/issues/8695)
* [属性视图列计算](https://github.com/siyuan-note/siyuan/issues/8699)
* [插件添加 `input-search` 事件](https://github.com/siyuan-note/siyuan/issues/8725)
* [属性视图行列操作](https://github.com/siyuan-note/siyuan/issues/8769)

View file

@ -45,7 +45,7 @@ require (
github.com/radovskyb/watcher v1.0.7
github.com/sashabaranov/go-openai v1.12.0
github.com/shirou/gopsutil/v3 v3.23.5
github.com/siyuan-note/dejavu v0.0.0-20230704110643-d6a4b98d2d6c
github.com/siyuan-note/dejavu v0.0.0-20230717073202-36aa1d8d7b4a
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
github.com/siyuan-note/eventbus v0.0.0-20230702081350-6dde667e7112
github.com/siyuan-note/filelock v0.0.0-20230615140405-d05a21d49524

View file

@ -287,8 +287,8 @@ github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5g
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d h1:lvCTyBbr36+tqMccdGMwuEU+hjux/zL6xSmf5S9ITaA=
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw=
github.com/siyuan-note/dejavu v0.0.0-20230704110643-d6a4b98d2d6c h1:SuJTliwQGq2mlw+SNQJsunSrQBChlSjyvWv0ntK9PFQ=
github.com/siyuan-note/dejavu v0.0.0-20230704110643-d6a4b98d2d6c/go.mod h1:SRJIJt0yhMD2Yfs49bFEgcWUZ80okiA/oTFRT7/PL28=
github.com/siyuan-note/dejavu v0.0.0-20230717073202-36aa1d8d7b4a h1:f0pHWeGL/SMr/RF6qtPfM6HJfjw2Ri2z++21XvscEY8=
github.com/siyuan-note/dejavu v0.0.0-20230717073202-36aa1d8d7b4a/go.mod h1:SRJIJt0yhMD2Yfs49bFEgcWUZ80okiA/oTFRT7/PL28=
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 h1:Bi7/7f29LW+Fm0cHc0J1NO1cZqyJwljSWVmfOqVZgaE=
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75/go.mod h1:H8fyqqAbp9XreANjeSbc72zEdFfKTXYN34tc1TjZwtw=
github.com/siyuan-note/eventbus v0.0.0-20230702081350-6dde667e7112 h1:lb+8C+XEEEn/lcBtoXlrf5mZEoe0y0KlqiIGG93Gozc=