-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # app/package.json # kernel/util/working.go
- Loading branch information
Showing
55 changed files
with
1,012 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ Install pnpm: `npm install -g [email protected]` | |
|
||
Set the Electron mirror environment variable and install Electron: | ||
|
||
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v31.2.1 -D` | ||
* macOS/Linux: `ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ pnpm install electron@v31.3.1 -D` | ||
* Windows: | ||
* `SET ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/` | ||
* `pnpm install electron@v31.2.1 -D` | ||
* `pnpm install electron@v31.3.1 -D` | ||
|
||
NPM mirror: | ||
|
||
|
@@ -28,7 +28,7 @@ NPM mirror: | |
|
||
On the desktop, go to the app folder to run: | ||
|
||
* `pnpm install electron@v31.2.1 -D` | ||
* `pnpm install electron@v31.3.1 -D` | ||
* `pnpm run dev` | ||
* `pnpm run start` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Overview | ||
|
||
This version improves web page clipping, fixes some bugs and improves some details. | ||
|
||
## Changelogs | ||
|
||
Below are the detailed changes in this version. | ||
|
||
### Enhancement | ||
|
||
* [Improve HTML code clipping](https://github.com/siyuan-note/siyuan/issues/11924) | ||
* [The database-bound block is automatically added to the database after being copied as a replica](https://github.com/siyuan-note/siyuan/issues/11959) | ||
* [Improve database template field exporting](https://github.com/siyuan-note/siyuan/issues/11988) | ||
* [Improve block ref anchor text exporting](https://github.com/siyuan-note/siyuan/issues/11995) | ||
* [Improve outline panel escape rendering](https://github.com/siyuan-note/siyuan/issues/12001) | ||
* [Improve block ref searching](https://github.com/siyuan-note/siyuan/issues/12010) | ||
* [Improve HTML code block clipping](https://github.com/siyuan-note/siyuan/issues/12014) | ||
* [Improve HTML kbd clipping](https://github.com/siyuan-note/siyuan/issues/12027) | ||
* [Improve emoji charsets](https://github.com/siyuan-note/siyuan/pull/12051) | ||
* [Supports converting network assets in the database to local](https://github.com/siyuan-note/siyuan/issues/12096) | ||
* [Improve database date filed sorting](https://github.com/siyuan-note/siyuan/issues/12127) | ||
|
||
### Bugfix | ||
|
||
* [Abnormal heading block update time](https://github.com/siyuan-note/siyuan/issues/11996) | ||
* [After setting search, `About` disappears](https://github.com/siyuan-note/siyuan/issues/12013) | ||
* [Exporting embedded heading blocks without blocks underneath](https://github.com/siyuan-note/siyuan/issues/12075) | ||
* [Dragging an embedded block in a superblock causes the embedded block to be duplicated](https://github.com/siyuan-note/siyuan/issues/12077) | ||
|
||
### Refactor | ||
|
||
* [Upgrade to Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) | ||
|
||
## Download | ||
|
||
* [B3log](https://b3log.org/siyuan/en/download.html) | ||
* [GitHub](https://github.com/siyuan-note/siyuan/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## 概述 | ||
|
||
此版本改進了網頁剪藏、修復了一些缺陷並改進了一些細節。 | ||
|
||
## 變更記錄 | ||
|
||
以下是此版本中的詳細變更。 | ||
|
||
### 改進功能 | ||
|
||
* [改進 HTML 程式碼剪輯](https://github.com/siyuan-note/siyuan/issues/11924) | ||
* [資料庫綁定區塊在複製為副本後自動新增至資料庫](https://github.com/siyuan-note/siyuan/issues/11959) | ||
* [改進資料庫範本欄位匯出](https://github.com/siyuan-note/siyuan/issues/11988) | ||
* [改進區塊引用錨文本導出](https://github.com/siyuan-note/siyuan/issues/11995) | ||
* [改進大綱面板轉義渲染](https://github.com/siyuan-note/siyuan/issues/12001) | ||
* [改進區塊引用搜尋](https://github.com/siyuan-note/siyuan/issues/12010) | ||
* [改進 HTML 程式碼區塊剪輯](https://github.com/siyuan-note/siyuan/issues/12014) | ||
* [改進 HTML kbd 剪輯](https://github.com/siyuan-note/siyuan/issues/12027) | ||
* [改進表情字元集](https://github.com/siyuan-note/siyuan/pull/12051) | ||
* [支援將資料庫中的網路資產轉換為本地](https://github.com/siyuan-note/siyuan/issues/12096) | ||
* [改進資料庫日期欄位排序](https://github.com/siyuan-note/siyuan/issues/12127) | ||
|
||
### 修復缺陷 | ||
|
||
* [標題區塊更新時間異常](https://github.com/siyuan-note/siyuan/issues/11996) | ||
* [設定搜尋後,「關於」消失](https://github.com/siyuan-note/siyuan/issues/12013) | ||
* [匯出嵌入的標題區塊時沒有下面的區塊](https://github.com/siyuan-note/siyuan/issues/12075) | ||
* [在超級區塊中拖曳嵌入區塊會導致嵌入區塊重複](https://github.com/siyuan-note/siyuan/issues/12077) | ||
|
||
### 開發重構 | ||
|
||
* [升級 Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) | ||
|
||
## 下載 | ||
|
||
* [B3log](https://b3log.org/siyuan/download.html) | ||
* [GitHub](https://github.com/siyuan-note/siyuan/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## 概述 | ||
|
||
该版本改进了网页剪藏、修复了一些缺陷并改进了一些细节。 | ||
|
||
## 变更记录 | ||
|
||
以下是此版本中的详细变更。 | ||
|
||
### 改进功能 | ||
|
||
* [改进 HTML 代码剪辑](https://github.com/siyuan-note/siyuan/issues/11924) | ||
* [数据库绑定块在复制为副本后自动添加到数据库](https://github.com/siyuan-note/siyuan/issues/11959) | ||
* [改进数据库模板字段导出](https://github.com/siyuan-note/siyuan/issues/11988) | ||
* [改进块引用锚文本导出](https://github.com/siyuan-note/siyuan/issues/11995) | ||
* [改进大纲面板转义渲染](https://github.com/siyuan-note/siyuan/issues/12001) | ||
* [改进块引用搜索](https://github.com/siyuan-note/siyuan/issues/12010) | ||
* [改进 HTML 代码块剪辑](https://github.com/siyuan-note/siyuan/issues/12014) | ||
* [改进 HTML kbd 剪辑](https://github.com/siyuan-note/siyuan/issues/12027) | ||
* [改进表情字符集](https://github.com/siyuan-note/siyuan/pull/12051) | ||
* [支持将数据库中的网络资产转换为本地](https://github.com/siyuan-note/siyuan/issues/12096) | ||
* [改进数据库日期字段排序](https://github.com/siyuan-note/siyuan/issues/12127) | ||
|
||
### 修复缺陷 | ||
|
||
* [标题块更新时间异常](https://github.com/siyuan-note/siyuan/issues/11996) | ||
* [设置搜索后,“关于”消失](https://github.com/siyuan-note/siyuan/issues/12013) | ||
* [导出嵌入的标题块时没有下面的块](https://github.com/siyuan-note/siyuan/issues/12075) | ||
* [在超级块中拖动嵌入块会导致嵌入块重复](https://github.com/siyuan-note/siyuan/issues/12077) | ||
|
||
### 开发重构 | ||
|
||
* [升级 Electron v31.3.1](https://github.com/siyuan-note/siyuan/issues/12134) | ||
|
||
## 下载 | ||
|
||
* [B3log](https://b3log.org/siyuan/download.html) | ||
* [GitHub](https://github.com/siyuan-note/siyuan/releases) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.