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

This commit is contained in:
Vanessa 2024-12-16 17:35:43 +08:00
commit b439cd66f7
7 changed files with 452 additions and 57 deletions

View file

@ -0,0 +1,44 @@
## Overview
This version improves some details.
## Changelogs
Below are the detailed changes in this version.
### Enhancement
* [Improve database cell appearance](https://github.com/siyuan-note/siyuan/issues/10867)
* [The move doc window retains the keyword of the last search](https://github.com/siyuan-note/siyuan/issues/12335)
* [Improve font family and emoji ](https://github.com/siyuan-note/siyuan/pull/13241)
* [Improve database select field color and layout](https://github.com/siyuan-note/siyuan/issues/13263)
* [Improve cursor positioning after pasting images](https://github.com/siyuan-note/siyuan/issues/13336)
* [Supports find-replace and asset file history on the mobile](https://github.com/siyuan-note/siyuan/issues/13415)
* [Improve inline elements parsing](https://github.com/siyuan-note/siyuan/issues/13420)
* [Allow stickTab icon in Panels to be used in a browser environment](https://github.com/siyuan-note/siyuan/pull/13421)
* [Add block content statistics template function `statBlock`](https://github.com/siyuan-note/siyuan/issues/13438)
* [Improve document tag interaction](https://github.com/siyuan-note/siyuan/issues/13440)
* [Improve forward and backward when `Open in current tab` is enabled](https://github.com/siyuan-note/siyuan/issues/13444)
* [Support setting automatic sync interval](https://github.com/siyuan-note/siyuan/issues/13448)
* [Improve importing markdown files](https://github.com/siyuan-note/siyuan/issues/13449)
* [Add SQL query template function `querySQL`](https://github.com/siyuan-note/siyuan/issues/13455)
* [Search preview area supports inline memo positioning](https://github.com/siyuan-note/siyuan/issues/13465)
* [Add Arabic support](https://github.com/siyuan-note/siyuan/pull/13475)
### Bugfix
* [Outline panel update overwrite content issue](https://github.com/siyuan-note/siyuan/issues/13409)
* [Paste code block missing line break](https://github.com/siyuan-note/siyuan/issues/13416)
* [Editor not automatically refreshed after rolling back document](https://github.com/siyuan-note/siyuan/issues/13419)
* [Unable to use `Query Syntax` to search](https://github.com/siyuan-note/siyuan/issues/13422)
* [Cannot enter Chinese characters in database search using Microsoft Pinyin](https://github.com/siyuan-note/siyuan/issues/13424)
* [Some security vulnerabilities](https://github.com/siyuan-note/siyuan/issues/13426)
### Development
* [Push update block ID event](https://github.com/siyuan-note/siyuan/issues/13434)
## Download
* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,44 @@
## 概述
該版本改進了一些細節。
## 變更記錄
以下是此版本中的詳細變更。
### 改進功能
* [改進資料庫單元外觀](https://github.com/siyuan-note/siyuan/issues/10867)
* [行動文件視窗保留上次搜尋的關鍵字](https://github.com/siyuan-note/siyuan/issues/12335)
* [改進字體系列和表情符號](https://github.com/siyuan-note/siyuan/pull/13241)
* [改進資料庫選擇欄位的顏色和佈局](https://github.com/siyuan-note/siyuan/issues/13263)
* [改進貼上圖片後的遊標定位](https://github.com/siyuan-note/siyuan/issues/13336)
* [支援在行動裝置上尋找替換和資源檔案歷史](https://github.com/siyuan-note/siyuan/issues/13415)
* [改進行級元素解析](https://github.com/siyuan-note/siyuan/issues/13420)
* [允許在瀏覽器環境中使用面板中的 stickTab 圖示](https://github.com/siyuan-note/siyuan/pull/13421)
* [新增區塊內容統計範本函數 `statBlock`](https://github.com/siyuan-note/siyuan/issues/13438)
* [改進文件標籤互動](https://github.com/siyuan-note/siyuan/issues/13440)
* [改進啟用「在目前標籤頁中開啟」時的前進與後退](https://github.com/siyuan-note/siyuan/issues/13444)
* [支援設定自動同步間隔](https://github.com/siyuan-note/siyuan/issues/13448)
* [改進導入 Markdown 檔案](https://github.com/siyuan-note/siyuan/issues/13449)
* [新增 SQL 查詢範本函數 `querySQL`](https://github.com/siyuan-note/siyuan/issues/13455)
* [搜尋預覽區域支援行級備註定位](https://github.com/siyuan-note/siyuan/issues/13465)
* [新增阿拉伯語支援](https://github.com/siyuan-note/siyuan/pull/13475)
### 修復缺陷
* [大綱面板更新覆蓋內容問題](https://github.com/siyuan-note/siyuan/issues/13409)
* [貼上程式碼區塊缺少換行](https://github.com/siyuan-note/siyuan/issues/13416)
* [回滾文件後編輯器未自動刷新](https://github.com/siyuan-note/siyuan/issues/13419)
* [無法使用 `查詢語法` 搜尋](https://github.com/siyuan-note/siyuan/issues/13422)
* [使用微軟拼音在資料庫搜尋中無法輸入中文字元](https://github.com/siyuan-note/siyuan/issues/13424)
* [一些安全漏洞](https://github.com/siyuan-note/siyuan/issues/13426)
### 開發者
* [推送更新區塊 ID 事件](https://github.com/siyuan-note/siyuan/issues/13434)
## 下載
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -0,0 +1,44 @@
## 概述
该版本改进了一些细节。
## 变更记录
以下是此版本中的详细变更。
### 改进功能
* [改进数据库单元格外观](https://github.com/siyuan-note/siyuan/issues/10867)
* [移动文档窗口保留上次搜索的关键词](https://github.com/siyuan-note/siyuan/issues/12335)
* [改进字体系列和表情符号](https://github.com/siyuan-note/siyuan/pull/13241)
* [改进数据库选择字段的颜色和布局](https://github.com/siyuan-note/siyuan/issues/13263)
* [改进粘贴图片后的光标定位](https://github.com/siyuan-note/siyuan/issues/13336)
* [支持在移动设备上查找替换和资源文件历史](https://github.com/siyuan-note/siyuan/issues/13415)
* [改进行级元素解析](https://github.com/siyuan-note/siyuan/issues/13420)
* [允许在浏览器环境中使用面板中的 stickTab 图标](https://github.com/siyuan-note/siyuan/pull/13421)
* [添加块内容统计模板函数 `statBlock`](https://github.com/siyuan-note/siyuan/issues/13438)
* [改进文档标签交互](https://github.com/siyuan-note/siyuan/issues/13440)
* [改进启用“在当前标签页中打开”时的前进和后退](https://github.com/siyuan-note/siyuan/issues/13444)
* [支持设置自动同步间隔](https://github.com/siyuan-note/siyuan/issues/13448)
* [改进导入 Markdown 文件](https://github.com/siyuan-note/siyuan/issues/13449)
* [添加 SQL 查询模板函数 `querySQL`](https://github.com/siyuan-note/siyuan/issues/13455)
* [搜索预览区域支持行级备注定位](https://github.com/siyuan-note/siyuan/issues/13465)
* [添加阿拉伯语支持](https://github.com/siyuan-note/siyuan/pull/13475)
### 修复缺陷
* [大纲面板更新覆盖内容问题](https://github.com/siyuan-note/siyuan/issues/13409)
* [粘贴代码块缺少换行](https://github.com/siyuan-note/siyuan/issues/13416)
* [回滚文档后编辑器未自动刷新](https://github.com/siyuan-note/siyuan/issues/13419)
* [无法使用 `查询语法` 进行搜索](https://github.com/siyuan-note/siyuan/issues/13422)
* [使用微软拼音在数据库搜索中无法输入中文字符](https://github.com/siyuan-note/siyuan/issues/13424)
* [一些安全漏洞](https://github.com/siyuan-note/siyuan/issues/13426)
### 开发者
* [推送更新块 ID 事件](https://github.com/siyuan-note/siyuan/issues/13434)
## 下载
* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20230805232018-hgrq0ju",
"title": "Connect with third-party cloud storage",
"updated": "20240301091400"
"type": "doc",
"updated": "20241216171745"
},
"Children": [
{
@ -55,7 +56,7 @@
"ListData": {},
"Properties": {
"id": "20230805232156-kbi85az",
"updated": "20240301091400"
"updated": "20241216171745"
},
"Children": [
{
@ -121,7 +122,7 @@
},
"Properties": {
"id": "20230805232156-vqfp7fz",
"updated": "20240301091400"
"updated": "20241216171745"
},
"Children": [
{
@ -129,7 +130,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20230805232156-tliw65p",
"updated": "20240301091400"
"updated": "20241216171642"
},
"Children": [
{
@ -151,20 +152,79 @@
"TextMarkType": "a",
"TextMarkAHref": "https://koofr.eu/",
"TextMarkTextContent": "Koofr"
}
]
},
{
"ID": "20241216171644-p5dmsx8",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241216171644-p5dmsx8",
"updated": "20241216171745"
},
"Children": [
{
"ID": "20241216171644-1x6gfx0",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171644-1x6gfx0",
"updated": "20241216171644"
},
"Children": [
{
"ID": "20241216171644-5v4890j",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171644-5v4890j",
"updated": "20241216171644"
},
"Children": [
{
"Type": "NodeText",
"Data": "Due to the problems of the WebDAV protocol itself, when the data volume is large, problems such as slow startup, slow synchronization, and high resource usage will occur, so it is recommended to use S3 object storage"
}
]
}
]
},
{
"Type": "NodeText",
"Data": " (Nutstore WebDAV is not supported because of its "
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "interface limitations"
},
{
"Type": "NodeText",
"Data": ")"
"ID": "20241216171644-ie3pkyj",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171644-ie3pkyj",
"updated": "20241216171745"
},
"Children": [
{
"ID": "20241216171644-k4q14iw",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171644-k4q14iw",
"updated": "20241216171745"
},
"Children": [
{
"Type": "NodeText",
"Data": "Nutstore cloud WebDAV is not supported because its "
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "interface has limitations"
}
]
}
]
}
]
}

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20230805230131-sn7obzb",
"title": "对接第三方云端存储",
"updated": "20240301090951"
"type": "doc",
"updated": "20241216171525"
},
"Children": [
{
@ -55,7 +56,7 @@
"ListData": {},
"Properties": {
"id": "20230805230746-4q9cmrb",
"updated": "20240301090951"
"updated": "20241216171525"
},
"Children": [
{
@ -121,7 +122,7 @@
},
"Properties": {
"id": "20230805230746-zb33erf",
"updated": "20240301090951"
"updated": "20241216171525"
},
"Children": [
{
@ -129,7 +130,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20230805230746-i9fzmzi",
"updated": "20240301090951"
"updated": "20241216171521"
},
"Children": [
{
@ -141,20 +142,79 @@
"TextMarkType": "a",
"TextMarkAHref": "https://infini-cloud.net/",
"TextMarkTextContent": "InfiniCLOUD"
}
]
},
{
"ID": "20241216171521-40xtiyf",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241216171521-40xtiyf",
"updated": "20241216171525"
},
"Children": [
{
"ID": "20241216171530-dhfkay6",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171530-dhfkay6",
"updated": "20241216171530"
},
"Children": [
{
"ID": "20241216171530-kxdtu73",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171530-kxdtu73",
"updated": "20241216171531"
},
"Children": [
{
"Type": "NodeText",
"Data": "由于 WebDAV 协议本身的问题,数据量较大后会出现启动慢、同步慢、资源占用高等问题,所以建议选择使用 S3 对象存储"
}
]
}
]
},
{
"Type": "NodeText",
"Data": "(不支持坚果云 WebDAV因为其"
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "接口存在限制"
},
{
"Type": "NodeText",
"Data": ""
"ID": "20241216171521-ccruwd8",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171521-ccruwd8",
"updated": "20241216171525"
},
"Children": [
{
"ID": "20241216171521-z0p3t71",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171521-z0p3t71",
"updated": "20241216171525"
},
"Children": [
{
"Type": "NodeText",
"Data": "不支持坚果云 WebDAV因为其"
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "接口存在限制"
}
]
}
]
}
]
}
@ -167,7 +227,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20230805230746-pq0po1p",
"updated": "20230828111951"
"updated": "20241216171020"
},
"Children": [
{

View file

@ -5,7 +5,8 @@
"Properties": {
"id": "20230805232903-erdoerp",
"title": "對接第三方雲端存儲",
"updated": "20240301091104"
"type": "doc",
"updated": "20241216171627"
},
"Children": [
{
@ -55,7 +56,7 @@
"ListData": {},
"Properties": {
"id": "20230805232945-ugjx8sl",
"updated": "20240301091104"
"updated": "20241216171627"
},
"Children": [
{
@ -121,7 +122,7 @@
},
"Properties": {
"id": "20230805232945-2dksutx",
"updated": "20240301091104"
"updated": "20241216171627"
},
"Children": [
{
@ -129,7 +130,7 @@
"Type": "NodeParagraph",
"Properties": {
"id": "20230805232945-ayx9zfr",
"updated": "20240301091104"
"updated": "20241216171606"
},
"Children": [
{
@ -151,20 +152,79 @@
"TextMarkType": "a",
"TextMarkAHref": "https://koofr.eu/",
"TextMarkTextContent": "Koofr"
}
]
},
{
"ID": "20241216171609-pu5jvmt",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241216171609-pu5jvmt",
"updated": "20241216171627"
},
"Children": [
{
"ID": "20241216171609-abg7al0",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171609-abg7al0",
"updated": "20241216171627"
},
"Children": [
{
"ID": "20241216171609-aled0a0",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171609-aled0a0",
"updated": "20241216171627"
},
"Children": [
{
"Type": "NodeText",
"Data": "由於 WebDAV 協定本身的問題,資料量較大後會出現啟動慢、同步慢、資源佔用高等問題,所以建議選擇使用 S3 對象存儲服務"
}
]
}
]
},
{
"Type": "NodeText",
"Data": "(不支援堅果雲 WebDAV因為其"
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "介面存在限制"
},
{
"Type": "NodeText",
"Data": ""
"ID": "20241216171609-in2fc0o",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171609-in2fc0o",
"updated": "20241216171609"
},
"Children": [
{
"ID": "20241216171609-8zspojy",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171609-8zspojy",
"updated": "20241216171609"
},
"Children": [
{
"Type": "NodeText",
"Data": "不支援堅果雲 WebDAV因為其"
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "介面存在限制"
}
]
}
]
}
]
}

View file

@ -7,7 +7,7 @@
"id": "20240530101000-na9sys7",
"title": "サードパーティのクラウドストレージへの接続",
"type": "doc",
"updated": "20240530101000"
"updated": "20241216171841"
},
"Children": [
{
@ -57,9 +57,8 @@
"Type": "NodeList",
"ListData": {},
"Properties": {
"ID": "20240530101000-itl3kvt",
"id": "20240530101000-y5kmw6j",
"updated": "20240530101000"
"updated": "20241216171841"
},
"Children": [
{
@ -70,7 +69,6 @@
"Marker": "Kg=="
},
"Properties": {
"ID": "20240530101000-vlan2e3",
"id": "20240530101000-qqtgtoh",
"updated": "20240530101000"
},
@ -79,7 +77,6 @@
"ID": "20240530101000-aic7sey",
"Type": "NodeParagraph",
"Properties": {
"ID": "20240530101000-s1ytsva",
"id": "20240530101000-aic7sey",
"updated": "20240530101000"
},
@ -115,16 +112,14 @@
"Marker": "Kg=="
},
"Properties": {
"ID": "20240530101000-5i7ys4o",
"id": "20240530101000-wl4hjuf",
"updated": "20240530101000"
"updated": "20241216171841"
},
"Children": [
{
"ID": "20240530101000-6a5gjia",
"Type": "NodeParagraph",
"Properties": {
"ID": "20240530101000-y2dbhdv",
"id": "20240530101000-6a5gjia",
"updated": "20240530101000"
},
@ -159,6 +154,94 @@
"Data": " など"
}
]
},
{
"ID": "20241216171758-77i85wp",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241216171758-77i85wp",
"updated": "20241216171812"
},
"Children": [
{
"ID": "20241216171801-fnqtfso",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171801-fnqtfso",
"updated": "20241216171812"
},
"Children": [
{
"ID": "20241216171801-0gz1sfs",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171801-0gz1sfs",
"updated": "20241216171812"
},
"Children": [
{
"Type": "NodeText",
"Data": "WebDAVプロトコル自体の問題により、データ量が多い場合には起動が遅い、同期が遅い、リソース使用量が多いなどの問題が発生する可能性があるため、S3オブジェクトストレージの使用を推奨します"
}
]
}
]
}
]
},
{
"ID": "20241216171758-7guo2ud",
"Type": "NodeList",
"ListData": {},
"Properties": {
"id": "20241216171758-7guo2ud",
"updated": "20241216171841"
},
"Children": [
{
"ID": "20241216171758-tl1nnuk",
"Type": "NodeListItem",
"ListData": {
"BulletChar": 42,
"Marker": "Kg=="
},
"Properties": {
"id": "20241216171758-tl1nnuk",
"updated": "20241216171841"
},
"Children": [
{
"ID": "20241216171758-y44s4r4",
"Type": "NodeParagraph",
"Properties": {
"id": "20241216171758-y44s4r4",
"updated": "20241216171841"
},
"Children": [
{
"Type": "NodeText",
"Data": "Nutstore cloud WebDAV は "
},
{
"Type": "NodeTextMark",
"TextMarkType": "a",
"TextMarkAHref": "https://help.jianguoyun.com/?p=2064",
"TextMarkTextContent": "インターフェース制限"
},
{
"Type": "NodeText",
"Data": " のためサポートされていません"
}
]
}
]
}
]
}
]
}