Skip to content

Commit

Permalink
Merge remote-tracking branch 'forke-siyuan/dev' into v0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed May 21, 2024
2 parents 0a72883 + 5adb01e commit 695c043
Show file tree
Hide file tree
Showing 38 changed files with 550 additions and 111 deletions.
2 changes: 1 addition & 1 deletion app/appearance/langs/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@
"34": "This operation is not supported in read-only mode",
"35": "Rebuilding index, please wait...",
"36": "There is too much content in the historical document, in order not to affect performance, it has been switched to plain text display",
"37": "The name of the cloud sync directory (Bucket) should not contain spaces and special symbols, and the maximum length is 63 characters",
"37": "The cloud sync directory name (Bucket) cannot be empty, contain spaces or special symbols, and has a maximum length of 63 characters",
"38": "Too many keywords mentioned [%d], adjust if necessary [Settings - Search - Backlink Mentions - Keyword Limit]",
"39": "Deleting index %s",
"40": "Inserting index %s",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@
"34": "Esta operación no es compatible con el modo de sólo lectura",
"35": "Reconstruyendo el índice, por favor espere...",
"36": "Hay demasiado contenido en el documento historico, para no afectar el rendimiento, se ha cambiado a visualizacion de texto sin formato",
"37": "El nombre del directorio de sincronización en la nube (Bucket) no debe contener espacios ni símbolos especiales, y la longitud máxima es 63 caracteres.",
"37": "El nombre del directorio de sincronización en la nube (Bucket) no puede estar vacío, contener espacios o símbolos especiales y tiene una longitud máxima de 63 caracteres",
"38": "Demasiadas palabras clave mencionadas [%d], ajústelas si es necesario [Configuración - Búsqueda - Menciones de backlinks - Límite de palabras clave]",
"39": "Eliminando índice %s",
"40": "Insertando índice %s",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@
"34": "Cette opération n'est pas supportée en mode lecture seule.",
"35": "Recréation de l'index, veuillez patienter...",
"36": "Il y a trop de contenu dans le document historique, afin de ne pas affecter les performances, il a été basculé sur l'affichage en texte brut",
"37": "Le nom du répertoire de synchronisation cloud (Bucket) ne doit pas contenir d'espaces ni de symboles spéciaux, et la longueur maximale est de 63 caractères.",
"37": "Le nom du répertoire de synchronisation cloud (Bucket) ne peut pas être vide, contenir des espaces ou des symboles spéciaux et doit comporter une longueur maximale de 63 caractères",
"38": "Trop de mots-clés mentionnés [%d], ajustez si nécessaire [Paramètres - Recherche - Mentions de backlink - Limite de mots-clés]",
"39": "Suppression de l'index %s",
"40": "Insertion de l'index %s",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/ja_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,7 @@
"34": "この操作は読み取り専用モードではサポートされていません",
"35": "インデックスを再構築しています。お待ちください...",
"36": "コンテンツの履歴が多すぎるため、パフォーマンスに影響を与えないようにプレーンテキスト表示に切り替えました",
"37": "クラウド同期ディレクトリ (バケット) の名前にスペースや特殊記号を含めることはできず、最大長は 63 文字です",
"37": "クラウド同期ディレクトリ名 (バケット) は空にすることはできず、スペースや特殊記号を含めることはできません。最大長は 63 文字です",
"38": "キーワードが多すぎます [%d]。必要に応じて [設定] - [検索] - [バックリンク] - [メンション] - [キーワード制限] を調節してください",
"39": "インデックス %s を削除しています",
"40": "インデックス %s を挿入しています",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/zh_CHT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@
"34": "唯讀模式下不支援該操作",
"35": "正在重建索引,請稍等...",
"36": "歷史文檔內容太多,為了不影響性能,已經切換為純文字顯示",
"37": "雲端同步目錄名(Bucket)請勿包含空格和特殊符號,最大長度 63 字符",
"37": "雲端同步目錄名(Bucket)不能為空、包含空格或特殊符號,最大長度 63 字符",
"38": "提及關鍵字數量 [%d] 過多,如有需要可以調整 [設置 - 搜索 - 反連提及 - 關鍵字數量限制]",
"39": "正在刪除索引 %s",
"40": "正在插入索引 %s",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@
"34": "只读模式下不支持该操作",
"35": "正在重建索引,请稍等...",
"36": "历史文档内容太多,为了不影响性能,已经切换为纯文本显示",
"37": "云端同步目录名(Bucket)请勿包含空格和特殊符号,最大长度 63 字符",
"37": "云端同步目录名(Bucket)不能为空、包含空格或特殊符号,最大长度 63 字符",
"38": "提及关键字数量 [%d] 过多,如有需要可以调整 [设置 - 搜索 - 反链提及 - 关键字数量限制]",
"39": "正在删除索引 %s",
"40": "正在插入索引 %s",
Expand Down
2 changes: 1 addition & 1 deletion app/appx/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity Name="89C2A984.SiYuan"
ProcessorArchitecture="x64"
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
Version="3.0.14.0"/>
Version="3.0.15.0"/>
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
Expand Down
72 changes: 72 additions & 0 deletions app/changelogs/v3.0.15/v3.0.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## Overview

Check notice on line 1 in app/changelogs/v3.0.15/v3.0.15.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

app/changelogs/v3.0.15/v3.0.15.md#L1

Expected: [None]; Actual: ## Overview

Check notice on line 1 in app/changelogs/v3.0.15/v3.0.15.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

app/changelogs/v3.0.15/v3.0.15.md#L1

First line in a file should be a top-level heading

This version improves web page clipping, fixes some bugs and improves a lot of details.

## Changelogs

Below are the detailed changes in this version.

### Enhancement

* [The browser extension supports Zhihu formula clipping](https://github.com/siyuan-note/siyuan/issues/5599)
* [The browser extension supports CSDN formula clipping](https://github.com/siyuan-note/siyuan/issues/5624)
* [Add internal commands to command palette](https://github.com/siyuan-note/siyuan/issues/11133)
* [If a file with the same name exists during export PDF/Docx, it will be automatically renamed](https://github.com/siyuan-note/siyuan/issues/11357)
* [Improve text for `Press back again to desktop` on Android](https://github.com/siyuan-note/siyuan/issues/11383)
* [Improve database table view asset column](https://github.com/siyuan-note/siyuan/issues/11389)
* [Prompt for recovery method and retention days settings when deleting documents](https://github.com/siyuan-note/siyuan/issues/11400)
* [Improve HTML code element clipping](https://github.com/siyuan-note/siyuan/issues/11401)
* [Support for copying block text in read-only database table views](https://github.com/siyuan-note/siyuan/issues/11403)
* [Code block word break uses break-word](https://github.com/siyuan-note/siyuan/issues/11408)
* [Added floating tip for database `Add` button](https://github.com/siyuan-note/siyuan/issues/11411)
* [Support markdown configuration on the mobile](https://github.com/siyuan-note/siyuan/issues/11414)
* [Downgrades the glibc 2.31 version to solve booting failure on Linux](https://github.com/siyuan-note/siyuan/issues/11417)
* [Search preview supports HTML tags in inline code content](https://github.com/siyuan-note/siyuan/issues/11418)
* [Improve i18n text of export preview tooltips and infos](https://github.com/siyuan-note/siyuan/pull/11420)
* [Information such as database titles can no longer be modified in read-only mode](https://github.com/siyuan-note/siyuan/issues/11424)
* [Improve HTML table element clipping](https://github.com/siyuan-note/siyuan/issues/11425)
* [Improve inline memo export](https://github.com/siyuan-note/siyuan/issues/11426)
* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/11427)
* [Attribute Panel - Database attributes custom sorting](https://github.com/siyuan-note/siyuan/issues/11428)
* [Improve main window position restoration after boot on the Desktop](https://github.com/siyuan-note/siyuan/issues/11437)
* [Improve HTML h element clipping](https://github.com/siyuan-note/siyuan/issues/11445)
* [Support KaTex macro parameters](https://github.com/siyuan-note/siyuan/issues/11448)
* [Improve attribute panel text input box](https://github.com/siyuan-note/siyuan/issues/11454)
* [Use real theme style value replace var in preview mode](https://github.com/siyuan-note/siyuan/issues/11458)
* [Improve read-only mode](https://github.com/siyuan-note/siyuan/issues/11459)
* [The database asset field supports parsing pasted links](https://github.com/siyuan-note/siyuan/issues/11463)
* [Display link if database asset field title is empty](https://github.com/siyuan-note/siyuan/issues/11468)
* [The database asset field supports filling in only the link title](https://github.com/siyuan-note/siyuan/issues/11469)
* [Improve block ref text copying](https://github.com/siyuan-note/siyuan/issues/11473)
* [Change the sequence number of the ordered list item after duplicating it](https://github.com/siyuan-note/siyuan/issues/11475)
* [The browser extension removes the ending `/` in URL](https://github.com/siyuan-note/siyuan/issues/11478)
* [Improve workspace startup stability](https://github.com/siyuan-note/siyuan/issues/11483)

### Bugfix

* [When the `"` character exists in the hyperlink element address, the paste cannot be parsed normally](https://github.com/siyuan-note/siyuan/issues/11385)

Check notice on line 47 in app/changelogs/v3.0.15/v3.0.15.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

app/changelogs/v3.0.15/v3.0.15.md#L47

Expected: 80; Actual: 155
* [Unable to copy HTML block properly](https://github.com/siyuan-note/siyuan/issues/11391)
* [Database template field function `queryBlocks` not defined](https://github.com/siyuan-note/siyuan/issues/11397)
* [Attributes cannot be modified after the database table is queried in pages](https://github.com/siyuan-note/siyuan/issues/11407)
* [The selection options are inconsistent after pasting data into the database](https://github.com/siyuan-note/siyuan/issues/11409)
* [Right-click the database table view column to pop up the exception link menu](https://github.com/siyuan-note/siyuan/issues/11431)
* [After selecting the doc in the doc tree, `Ctrl+D` will not duplicate it](https://github.com/siyuan-note/siyuan/issues/11432)
* [Regular replacement text fails](https://github.com/siyuan-note/siyuan/issues/11444)
* [Negative numbers are treated as positive numbers when calculating template field values](https://github.com/siyuan-note/siyuan/issues/11446)
* [Documents exported in the doc tree can no longer be imported](https://github.com/siyuan-note/siyuan/issues/11447)
* [Code block causes abnormal state](https://github.com/siyuan-note/siyuan/issues/11451)
* [Rendering exception in export preview mode when custom attribute value has line breaks](https://github.com/siyuan-note/siyuan/issues/11453)
* [Some emoji exceptions in the document title](https://github.com/siyuan-note/siyuan/issues/11480)

### Document

* [Improve user guide shortcuts chapter](https://github.com/siyuan-note/siyuan/pull/11435)

### Development

* [Add an internal kernel API `/api/block/prependDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/11442)

## Download

* [B3log](https://b3log.org/siyuan/en/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
72 changes: 72 additions & 0 deletions app/changelogs/v3.0.15/v3.0.15_zh_CHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## 概述

Check notice on line 1 in app/changelogs/v3.0.15/v3.0.15_zh_CHT.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

app/changelogs/v3.0.15/v3.0.15_zh_CHT.md#L1

Expected: [None]; Actual: ## 概述

Check notice on line 1 in app/changelogs/v3.0.15/v3.0.15_zh_CHT.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

app/changelogs/v3.0.15/v3.0.15_zh_CHT.md#L1

First line in a file should be a top-level heading

這個版本改進了網頁剪藏、修復了一些缺陷並改進了許多細節。

## 變更記錄

以下是此版本中的詳細變更。

### 改進功能

* [瀏覽器擴充功能支援剪藏知乎公式](https://github.com/siyuan-note/siyuan/issues/5599)
* [瀏覽器擴充功能支援剪藏 CSDN 公式](https://github.com/siyuan-note/siyuan/issues/5624)
* [在指令面板上新增內部指令](https://github.com/siyuan-note/siyuan/issues/11133)
* [如果在匯出 PDF/Docx 期間有同名文件,將自動重新命名](https://github.com/siyuan-note/siyuan/issues/11357)
* [改進 Android 上的 `再按一次返回桌面` 文案](https://github.com/siyuan-note/siyuan/issues/11383)
* [改進資料庫表格資源欄位](https://github.com/siyuan-note/siyuan/issues/11389)
* [刪除文件時提示恢復方法與保留天數設定](https://github.com/siyuan-note/siyuan/issues/11400)
* [改進 HTML 程式碼元素剪藏](https://github.com/siyuan-note/siyuan/issues/11401)
* [支援在唯讀資料庫表格中複製區塊文字](https://github.com/siyuan-note/siyuan/issues/11403)
* [程式碼區塊換行使用 break-word](https://github.com/siyuan-note/siyuan/issues/11408)
* [為資料庫 `新增` 按鈕新增浮動提示](https://github.com/siyuan-note/siyuan/issues/11411)
* [在行動裝置上支援 markdown 設定](https://github.com/siyuan-note/siyuan/issues/11414)
* [降級 glibc 2.31 版本以解決 Linux 上的啟動失敗](https://github.com/siyuan-note/siyuan/issues/11417)
* [搜尋預覽支援行級程式碼內容中的 HTML 標籤](https://github.com/siyuan-note/siyuan/issues/11418)
* [改進匯出預覽工具提示和資訊的 i18n 文案](https://github.com/siyuan-note/siyuan/pull/11420)
* [在唯讀模式下,諸如資料庫標題之類的資訊不再可以修改](https://github.com/siyuan-note/siyuan/issues/11424)
* [改進 HTML 表格元素剪藏](https://github.com/siyuan-note/siyuan/issues/11425)
* [改為級備註元素導出](https://github.com/siyuan-note/siyuan/issues/11426)
* [改進 HTML 程式碼區塊剪藏](https://github.com/siyuan-note/siyuan/issues/11427)
* [屬性面板 - 資料庫屬性自訂排序](https://github.com/siyuan-note/siyuan/issues/11428)
* [改進桌面上啟動後主視窗位置的恢復](https://github.com/siyuan-note/siyuan/issues/11437)
* [改進 HTML h 元素剪藏](https://github.com/siyuan-note/siyuan/issues/11445)
* [支援 KaTex 巨集參數](https://github.com/siyuan-note/siyuan/issues/11448)
* [改進屬性面板文字輸入框](https://github.com/siyuan-note/siyuan/issues/11454)
* [在預覽模式下使用真實主題樣式值替換 var](https://github.com/siyuan-note/siyuan/issues/11458)
* [改進唯讀模式](https://github.com/siyuan-note/siyuan/issues/11459)
* [資料庫資源欄位支援解析貼上的連結](https://github.com/siyuan-note/siyuan/issues/11463)
* [如果資料庫資源欄位標題為空,則顯示連結](https://github.com/siyuan-note/siyuan/issues/11468)
* [資料庫資源欄位支援僅填入連結標題](https://github.com/siyuan-note/siyuan/issues/11469)
* [改進區塊引用文字複製](https://github.com/siyuan-note/siyuan/issues/11473)
* [複製後更改有序清單項目的序號](https://github.com/siyuan-note/siyuan/issues/11475)
* [瀏覽器擴充功能刪除 URL 中的結束 `/`](https://github.com/siyuan-note/siyuan/issues/11478)
* [改善工作區啟動穩定性](https://github.com/siyuan-note/siyuan/issues/11483)

### 修復缺陷

* [當超連結元素位址中存在 `"` 字元時,貼上無法正常解析](https://github.com/siyuan-note/siyuan/issues/11385)
* [無法正確複製 HTML 區塊](https://github.com/siyuan-note/siyuan/issues/11391)
* [資料庫範本欄位函數 `queryBlocks` 未定義](https://github.com/siyuan-note/siyuan/issues/11397)
* [在頁面中查詢資料庫表格後,無法修改屬性](https://github.com/siyuan-note/siyuan/issues/11407)
* [貼資料至資料庫後,選擇選項不一致](https://github.com/siyuan-note/siyuan/issues/11409)
* [右鍵點選資料庫表格列彈出異常連結選單](https://github.com/siyuan-note/siyuan/issues/11431)
* [在文件樹中選擇文件後,`Ctrl+D` 將不會複製它](https://github.com/siyuan-note/siyuan/issues/11432)
* [正規替換文字失敗](https://github.com/siyuan-note/siyuan/issues/11444)
* [計算模板欄位值時,負數視為正數](https://github.com/siyuan-note/siyuan/issues/11446)
* [在文件樹中匯出的文件無法再次匯入](https://github.com/siyuan-note/siyuan/issues/11447)
* [程式碼區塊導致狀態異常](https://github.com/siyuan-note/siyuan/issues/11451)
* [當自訂屬性值有換行時,匯出預覽模式中的渲染異常](https://github.com/siyuan-note/siyuan/issues/11453)
* [文件標題中的某些 emoji 異常](https://github.com/siyuan-note/siyuan/issues/11480)

### 改進文檔

* [改進使用者指南快捷鍵章節](https://github.com/siyuan-note/siyuan/pull/11435)

### 開發者

* [新增一個內部核心 API `/api/block/prependDailyNoteBlock`](https://github.com/siyuan-note/siyuan/issues/11442)

## 下載

* [B3log](https://b3log.org/siyuan/download.html)
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
Loading

0 comments on commit 695c043

Please sign in to comment.