🔖 Release v2.9.2
This commit is contained in:
parent
51962cae3c
commit
0de92265fa
5 changed files with 147 additions and 3 deletions
48
app/changelogs/v2.9.2/v2.9.2.md
Normal file
48
app/changelogs/v2.9.2/v2.9.2.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
## Overview
|
||||
|
||||
This version improves the data synchronization function and solves the problem of repeated generation of conflict files on some systems.
|
||||
|
||||
Things to note when upgrading this version:
|
||||
|
||||
* After the upgrade, the cloud data index will be automatically rebuilt when starting for the first time. If the amount of data is large, the process will be time-consuming. It is recommended to restart when the network is good
|
||||
* After upgrading this version, the cloud data is not compatible with the previous version. All devices need to be upgraded to this version before they can be used normally. Mixed versions will cause the cloud data indexes to overwrite each other, which is likely to cause cloud data damage
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Preview mode supports jumping through the outline panel](https://github.com/siyuan-note/siyuan/issues/3059)
|
||||
* [Dvorak keyboard layout shortcuts do not work](https://github.com/siyuan-note/siyuan/issues/7115)
|
||||
* [Improve `Save query criteria` and `Remove query criteria` function entry](https://github.com/siyuan-note/siyuan/issues/8412)
|
||||
* [Data sync supports the multi-kernel online perception](https://github.com/siyuan-note/siyuan/issues/8518)
|
||||
* [Search dialog and doc tree panel support `Alt+.` to open in right](https://github.com/siyuan-note/siyuan/issues/8528)
|
||||
* [Add OpenAI GPT model `gpt-3.5-turbo-16k`](https://github.com/siyuan-note/siyuan/issues/8530)
|
||||
* [Incorrect rendering of exporting images on iOS](https://github.com/siyuan-note/siyuan/issues/8532)
|
||||
* [Export data.zip and then import it no longer change the file timestamp](https://github.com/siyuan-note/siyuan/issues/8540)
|
||||
* [Auto rebuild history database index when indexing failed](https://github.com/siyuan-note/siyuan/issues/8543)
|
||||
* [`Clear inline elements` can work without selection](https://github.com/siyuan-note/siyuan/issues/8546)
|
||||
* [Reduce the memory usage of the data repo when creating and restoring snapshots](https://github.com/siyuan-note/siyuan/issues/8551)
|
||||
* [Display data sync progress in the status bar](https://github.com/siyuan-note/siyuan/issues/8552)
|
||||
* [Add `Paste as plain text` to the editor right-click menu in the browser](https://github.com/siyuan-note/siyuan/issues/8553)
|
||||
* [Improve the boot speed when data sync is enabled](https://github.com/siyuan-note/siyuan/issues/8555)
|
||||
* [Improve data sync guide](https://github.com/siyuan-note/siyuan/issues/8556)
|
||||
* [Export the Data compressed package name with the workspace name](https://github.com/siyuan-note/siyuan/issues/8560)
|
||||
* [Smoother launch screen on Android](https://github.com/siyuan-note/siyuan/issues/8561)
|
||||
* [Documents/SiYuan/ is no longer created if a configured workspace exists](https://github.com/siyuan-note/siyuan/issues/8566)
|
||||
* [Improve `Convert network images to local images` for links starting with `file//`](https://github.com/siyuan-note/siyuan/issues/8567)
|
||||
* [Improve data sync file timestamp comparison](https://github.com/siyuan-note/siyuan/issues/8573)
|
||||
* [Add shortcut key `Ctrl+Shift+C` for Copy PNG](https://github.com/siyuan-note/siyuan/issues/8576)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Default sort in marketplace not working](https://github.com/siyuan-note/siyuan/issues/8529)
|
||||
* [Pandoc is not initialized in some cases](https://github.com/siyuan-note/siyuan/issues/8533)
|
||||
* [Data lost after unmoving list item](https://github.com/siyuan-note/siyuan/issues/8548)
|
||||
* [FlowChart cannot be rendered in preview mode](https://github.com/siyuan-note/siyuan/issues/8568)
|
||||
* [Preview mode on startup cannot be switched to edit mode](https://github.com/siyuan-note/siyuan/issues/8569)
|
||||
|
||||
### Development
|
||||
|
||||
* [Open custom tab from link by custom protocol](https://github.com/siyuan-note/siyuan/issues/8544)
|
48
app/changelogs/v2.9.2/v2.9.2_zh_CHT.md
Normal file
48
app/changelogs/v2.9.2/v2.9.2_zh_CHT.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
## 概述
|
||||
|
||||
該版本改進了數據同步功能,解決了某些系統上重複生成衝突文件問題。
|
||||
|
||||
升級該版本需要注意的是:
|
||||
|
||||
* 升級後首次啟動時會自動重建雲端數據索引,如果數據量較大的話該過程會比較耗時,建議在網絡較好的情況下再啟動
|
||||
* 升級該版本後雲端數據不兼容之前的版本,需要所有端都升級到該版本後才能正常使用,混用版本會引起雲端數據索引相互覆蓋,很有可能會導致雲端數據損壞
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [導出預覽模式下支持通過大綱面板定位標題](https://github.com/siyuan-note/siyuan/issues/3059)
|
||||
* [支持 Dvorak 鍵盤佈局快捷鍵](https://github.com/siyuan-note/siyuan/issues/7115)
|
||||
* [改進 `保存查詢條件` 和 `移除查詢條件` 功能入口](https://github.com/siyuan-note/siyuan/issues/8412)
|
||||
* [數據同步支持多內核在線時同步感知](https://github.com/siyuan-note/siyuan/issues/8518)
|
||||
* [搜索對話框和文檔樹面板支持通過 `Alt+.` 向右分屏打開](https://github.com/siyuan-note/siyuan/issues/8528)
|
||||
* [添加 OpenAI GPT 模型 `gpt-3.5-turbo-16k`](https://github.com/siyuan-note/siyuan/issues/8530)
|
||||
* [改進 iOS 端導出圖片渲染](https://github.com/siyuan-note/siyuan/issues/8532)
|
||||
* [導出 data.zip 後再導入不再改變文件時間](https://github.com/siyuan-note/siyuan/issues/8540)
|
||||
* [當插入文件歷史索引失敗時自動重建文件歷史數據索引](https://github.com/siyuan-note/siyuan/issues/8543)
|
||||
* [不選擇時也可以使用 `清除行級元素`](https://github.com/siyuan-note/siyuan/issues/8546)
|
||||
* [降低數據倉庫創建快照和恢復快照時的內存佔用](https://github.com/siyuan-note/siyuan/issues/8551)
|
||||
* [在狀態欄顯示數據同步進度](https://github.com/siyuan-note/siyuan/issues/8552)
|
||||
* [在瀏覽器端添加編輯器右鍵菜單 `粘貼為純文本`](https://github.com/siyuan-note/siyuan/issues/8553)
|
||||
* [改進啟用數據同步時的啟動速度](https://github.com/siyuan-note/siyuan/issues/8555)
|
||||
* [改進數據同步嚮導](https://github.com/siyuan-note/siyuan/issues/8556)
|
||||
* [導出 Data 壓縮包名稱加入工作空間名](https://github.com/siyuan-note/siyuan/issues/8560)
|
||||
* [Android 端啟動界面更平滑](https://github.com/siyuan-note/siyuan/issues/8561)
|
||||
* [指定工作空間路徑的情況下不再創建 Documents/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8566)
|
||||
* [改進以 `file//` 開頭的鏈接在使用 `網絡圖片轉換為本地圖片` 時的處理](https://github.com/siyuan-note/siyuan/issues/8567)
|
||||
* [改進數據同步文件時間比較](https://github.com/siyuan-note/siyuan/issues/8573)
|
||||
* [添加複制 PNG 快捷鍵 `Ctrl+Shift+C`](https://github.com/siyuan-note/siyuan/issues/8576)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [集市默認排序失效](https://github.com/siyuan-note/siyuan/issues/8529)
|
||||
* [某些情況下 Pandoc 未初始化](https://github.com/siyuan-note/siyuan/issues/8533)
|
||||
* [取消拖拽移動列表項後數據丟失](https://github.com/siyuan-note/siyuan/issues/8548)
|
||||
* [FlowChart 在導出預覽模式下未渲染](https://github.com/siyuan-note/siyuan/issues/8568)
|
||||
* [導出預覽模式無法切換回編輯模式](https://github.com/siyuan-note/siyuan/issues/8569)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [通過自定義協議鏈接打開自定義頁簽](https://github.com/siyuan-note/siyuan/issues/8544)
|
48
app/changelogs/v2.9.2/v2.9.2_zh_CN.md
Normal file
48
app/changelogs/v2.9.2/v2.9.2_zh_CN.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
## 概述
|
||||
|
||||
该版本改进了数据同步功能,解决了某些系统上重复生成冲突文件问题。
|
||||
|
||||
升级该版本需要注意的是:
|
||||
|
||||
* 升级后首次启动时会自动重建云端数据索引,如果数据量较大的话该过程会比较耗时,建议在网络较好的情况下再启动
|
||||
* 升级该版本后云端数据不兼容之前的版本,需要所有端都升级到该版本后才能正常使用,混用版本会引起云端数据索引相互覆盖,很有可能会导致云端数据损坏
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [导出预览模式下支持通过大纲面板定位标题](https://github.com/siyuan-note/siyuan/issues/3059)
|
||||
* [支持 Dvorak 键盘布局快捷键](https://github.com/siyuan-note/siyuan/issues/7115)
|
||||
* [改进 `保存查询条件` 和 `移除查询条件` 功能入口](https://github.com/siyuan-note/siyuan/issues/8412)
|
||||
* [数据同步支持多内核在线时同步感知](https://github.com/siyuan-note/siyuan/issues/8518)
|
||||
* [搜索对话框和文档树面板支持通过 `Alt+.` 向右分屏打开](https://github.com/siyuan-note/siyuan/issues/8528)
|
||||
* [添加 OpenAI GPT 模型 `gpt-3.5-turbo-16k`](https://github.com/siyuan-note/siyuan/issues/8530)
|
||||
* [改进 iOS 端导出图片渲染](https://github.com/siyuan-note/siyuan/issues/8532)
|
||||
* [导出 data.zip 后再导入不再改变文件时间](https://github.com/siyuan-note/siyuan/issues/8540)
|
||||
* [当插入文件历史索引失败时自动重建文件历史数据索引](https://github.com/siyuan-note/siyuan/issues/8543)
|
||||
* [不选择时也可以使用 `清除行级元素`](https://github.com/siyuan-note/siyuan/issues/8546)
|
||||
* [降低数据仓库创建快照和恢复快照时的内存占用](https://github.com/siyuan-note/siyuan/issues/8551)
|
||||
* [在状态栏显示数据同步进度](https://github.com/siyuan-note/siyuan/issues/8552)
|
||||
* [在浏览器端添加编辑器右键菜单 `粘贴为纯文本`](https://github.com/siyuan-note/siyuan/issues/8553)
|
||||
* [改进启用数据同步时的启动速度](https://github.com/siyuan-note/siyuan/issues/8555)
|
||||
* [改进数据同步向导](https://github.com/siyuan-note/siyuan/issues/8556)
|
||||
* [导出 Data 压缩包名称加入工作空间名](https://github.com/siyuan-note/siyuan/issues/8560)
|
||||
* [Android 端启动界面更平滑](https://github.com/siyuan-note/siyuan/issues/8561)
|
||||
* [指定工作空间路径的情况下不再创建 Documents/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8566)
|
||||
* [改进以 `file//` 开头的链接在使用 `网络图片转换为本地图片` 时的处理](https://github.com/siyuan-note/siyuan/issues/8567)
|
||||
* [改进数据同步文件时间比较](https://github.com/siyuan-note/siyuan/issues/8573)
|
||||
* [添加复制 PNG 快捷键 `Ctrl+Shift+C`](https://github.com/siyuan-note/siyuan/issues/8576)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [集市默认排序失效](https://github.com/siyuan-note/siyuan/issues/8529)
|
||||
* [某些情况下 Pandoc 未初始化](https://github.com/siyuan-note/siyuan/issues/8533)
|
||||
* [取消拖拽移动列表项后数据丢失](https://github.com/siyuan-note/siyuan/issues/8548)
|
||||
* [FlowChart 在导出预览模式下未渲染](https://github.com/siyuan-note/siyuan/issues/8568)
|
||||
* [导出预览模式无法切换回编辑模式](https://github.com/siyuan-note/siyuan/issues/8569)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [通过自定义协议链接打开自定义页签](https://github.com/siyuan-note/siyuan/issues/8544)
|
|
@ -45,7 +45,7 @@ require (
|
|||
github.com/radovskyb/watcher v1.0.7
|
||||
github.com/sashabaranov/go-openai v1.9.5
|
||||
github.com/shirou/gopsutil/v3 v3.23.5
|
||||
github.com/siyuan-note/dejavu v0.0.0-20230619030559-5961f5305454
|
||||
github.com/siyuan-note/dejavu v0.0.0-20230619054235-b6792df034a8
|
||||
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
|
||||
github.com/siyuan-note/eventbus v0.0.0-20230216103454-41885eac6c2b
|
||||
github.com/siyuan-note/filelock v0.0.0-20230615140405-d05a21d49524
|
||||
|
|
|
@ -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-20230619030559-5961f5305454 h1:d5etRsdJvV5DbGSbelJ0ZZH0eFHcKQliE0TgrNc2ngU=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20230619030559-5961f5305454/go.mod h1:nvz7SnKTGUJ4bGjTx65rzEMdOrD0kZmRMZ6Bjv6Lj1Y=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20230619054235-b6792df034a8 h1:CqIWgllHoFAfhKMKRCQCcOcAtLdVOJgBioIjdCmYQNo=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20230619054235-b6792df034a8/go.mod h1:nvz7SnKTGUJ4bGjTx65rzEMdOrD0kZmRMZ6Bjv6Lj1Y=
|
||||
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-20230216103454-41885eac6c2b h1:828lTUW2C0uNiolODqoACu7J8sDUzswD4Xo04mUombg=
|
||||
|
|
Loading…
Add table
Reference in a new issue