diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 79b43f00d78..80203515048 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -33,4 +33,4 @@ jobs: - name: Build the Docker image run: | - docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.2 . \ No newline at end of file + docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.3 . \ No newline at end of file diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index 159e64ab08e..3d39fa9f82a 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="2.10.3.0"/> SiYuan 云南链滴科技有限公司 diff --git a/app/changelogs/v2.10.3/v2.10.3.md b/app/changelogs/v2.10.3/v2.10.3.md new file mode 100644 index 00000000000..f058afb25ed --- /dev/null +++ b/app/changelogs/v2.10.3/v2.10.3.md @@ -0,0 +1,48 @@ +## Overview + +This version fixes some problems related to content search of asset files, and optimizes the parsing of EUB asset files. + +The search asset file content feature requires a paid membership to use, and it is currently in the early bird price stage, welcome to [buy](https://b3log.org/siyuan/en/pricing.html). + +## Changelogs + +Below are the detailed changes in this version. + +### Enhancement + +* [Dynamically calculate the level of the floating layer](https://github.com/siyuan-note/siyuan/issues/7602) +* [Improve iCloud path checking](https://github.com/siyuan-note/siyuan/pull/9066) +* [Copy PDF annotations keep the same size on the Windows and macOS](https://github.com/siyuan-note/siyuan/issues/9068) +* [Improve cursor position after Ctrl+M converts inline-level formulas after selection](https://github.com/siyuan-note/siyuan/issues/9070) +* [Improve EPUB asset file content parsing](https://github.com/siyuan-note/siyuan/issues/9072) +* [Improve asset file content search preview escaping](https://github.com/siyuan-note/siyuan/issues/9073) +* [Improve the style of disabled menu item](https://github.com/siyuan-note/siyuan/pull/9078) +* [HTTPS certificate is no longer verified when `Convert network images to local images`](https://github.com/siyuan-note/siyuan/issues/9080) +* [The floating window preview doc block no longer loads the last browsed location](https://github.com/siyuan-note/siyuan/issues/9082) +* [Improve block loading performance on Windows/Linux/macOS amd64 arch](https://github.com/siyuan-note/siyuan/issues/9084) +* [Windows/macOS add a option Settings - About - Access authorization code - Follow system lock screen](https://github.com/siyuan-note/siyuan/issues/9087) +* [Improve dock show/hide state when mouse enter or app is inactive](https://github.com/siyuan-note/siyuan/issues/9089) +* [The mobile cloud sync icon no longer disappears](https://github.com/siyuan-note/siyuan/issues/9090) +* [Improve `Copy text *` after selecting text](https://github.com/siyuan-note/siyuan/issues/9093) +* [Can't open block menu when the cursor is located in an empty code block](https://github.com/siyuan-note/siyuan/pull/9095) +* [Disable selecting content on the top bar of the left panel on the iPhone](https://github.com/siyuan-note/siyuan/issues/9096) +* [Improve Bilibili IFrame address parsing](https://github.com/siyuan-note/siyuan/issues/9098) +* [Update search path hint UI](https://github.com/siyuan-note/siyuan/issues/9101) +* [iPhone input element has no border](https://github.com/siyuan-note/siyuan/issues/9104) + +### Bugfix + +* [Cursor lost while editing while zoom in on document](https://github.com/siyuan-note/siyuan/issues/9071) +* [The update button is not displayed after the marketplace package version is updated](https://github.com/siyuan-note/siyuan/issues/9074) +* [←/→ fails to move the cursor in the textbox of block ref or link](https://github.com/siyuan-note/siyuan/issues/9076) +* [Block hyperlinks do not point to regenerated block IDs when importing .sy.zip](https://github.com/siyuan-note/siyuan/issues/9083) +* [Unable to enter the main interface after enabling the kernel read-only mode](https://github.com/siyuan-note/siyuan/issues/9086) +* [Exporting PDF embedded asset files as attachments fails](https://github.com/siyuan-note/siyuan/issues/9106) +* [Copy button of code block doesn‘t work on the mobile](https://github.com/siyuan-note/siyuan/issues/9109) + +### Development + +* [Plugin API add openWindow and command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032) +* [Authentication supports query parameters `token`](https://github.com/siyuan-note/siyuan/pull/9069) +* [Improve the response status code of kernel API `/api/file/getFile`](https://github.com/siyuan-note/siyuan/pull/9075) +* [Improve kernel API `/api/network/forwardProxy`](https://github.com/siyuan-note/siyuan/pull/9110) diff --git a/app/changelogs/v2.10.3/v2.10.3_zh_CHT.md b/app/changelogs/v2.10.3/v2.10.3_zh_CHT.md new file mode 100644 index 00000000000..9a2d1527bad --- /dev/null +++ b/app/changelogs/v2.10.3/v2.10.3_zh_CHT.md @@ -0,0 +1,48 @@ +## 概述 + +該版本修復了一些資源文件內容搜索相關的問題,並優化了 EPUB 資源文件解析。 + +搜索資源文件內容特性需要付費會員才能使用,目前為早鳥價階段,歡迎[購買](https://b3log.org/siyuan/pricing.html)。 + +## 變更記錄 + +以下是此版本中的詳細變更。 + +### 改進功能 + +* [動態計算浮層](https://github.com/siyuan-note/siyuan/issues/7602) +* [改進 iCloud 路徑檢測](https://github.com/siyuan-note/siyuan/pull/9066) +* [優化 Windows/macOS 上複製 PDF 標註](https://github.com/siyuan-note/siyuan/issues/9068) +* [改進劃選文本後 Ctrl+M 轉換行級公式後光標位置](https://github.com/siyuan-note/siyuan/issues/9070) +* [改進 EPUB 資源文件解析](https://github.com/siyuan-note/siyuan/issues/9072) +* [改進資源文件內容搜索預覽轉義](https://github.com/siyuan-note/siyuan/issues/9073) +* [改進禁用的菜單按鈕項樣式](https://github.com/siyuan-note/siyuan/pull/9078) +* [`網絡圖片轉換為本地圖片` 時忽略 HTTPS 證書校驗](https://github.com/siyuan-note/siyuan/issues/9080) +* [浮窗預覽文檔塊時不再自動定位到上一次的瀏覽位置](https://github.com/siyuan-note/siyuan/issues/9082) +* [改進 Windows/Linux/macOS amd64 平台上的文檔加載性能](https://github.com/siyuan-note/siyuan/issues/9084) +* [Windows/macOS 添加 設置 - 關於 - 訪問授權碼 - 跟隨系統鎖屏](https://github.com/siyuan-note/siyuan/issues/9087) +* [改進鼠標從外部移入或者窗口非激活時的停靠欄 顯示/隱藏 狀態](https://github.com/siyuan-note/siyuan/issues/9089) +* [移動端雲端數據同步圖標不再消失](https://github.com/siyuan-note/siyuan/issues/9090) +* [改進選擇文本後的 `複製文本 *`](https://github.com/siyuan-note/siyuan/issues/9093) +* [當光標位於空的代碼塊中時依然可以打開塊標菜單](https://github.com/siyuan-note/siyuan/pull/9095) +* [禁止在 iPhone 左側面板的頂欄中選擇內容](https://github.com/siyuan-note/siyuan/issues/9096) +* [改進 Bilibili IFrame 地址解析](https://github.com/siyuan-note/siyuan/issues/9098) +* [改進搜索路徑提示](https://github.com/siyuan-note/siyuan/issues/9101) +* [改進 iPhone 輸入元素邊框](https://github.com/siyuan-note/siyuan/issues/9104) + +### 修復缺陷 + +* [文檔中聚焦時光標丟失](https://github.com/siyuan-note/siyuan/issues/9071) +* [集市包更新按鈕不顯示](https://github.com/siyuan-note/siyuan/issues/9074) +* [←/→ 鍵無法在引用和超鏈接等文本框中移動光標](https://github.com/siyuan-note/siyuan/issues/9076) +* [導入 .sy.zip 時塊超鏈接未指向重新生成的塊 ID](https://github.com/siyuan-note/siyuan/issues/9083) +* [內核只讀模式下無法進入主界面](https://github.com/siyuan-note/siyuan/issues/9086) +* [導出 PDF 時將資源文件轉換為附件失效](https://github.com/siyuan-note/siyuan/issues/9106) +* [移動端代碼塊複製按鈕失效](https://github.com/siyuan-note/siyuan/issues/9109) + +### 開發者 + +* [插件 API 添加 openWindow 和 command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032) +* [鑑權支持查詢字符串參數 `token`](https://github.com/siyuan-note/siyuan/pull/9069) +* [改進內核 API `/api/file/getFile` 響應狀態碼](https://github.com/siyuan-note/siyuan/pull/9075) +* [改進內核 API `/api/network/forwardProxy`](https://github.com/siyuan-note/siyuan/pull/9110) \ No newline at end of file diff --git a/app/changelogs/v2.10.3/v2.10.3_zh_CN.md b/app/changelogs/v2.10.3/v2.10.3_zh_CN.md new file mode 100644 index 00000000000..6e4373cc90d --- /dev/null +++ b/app/changelogs/v2.10.3/v2.10.3_zh_CN.md @@ -0,0 +1,48 @@ +## 概述 + +该版本修复了一些资源文件内容搜索相关的问题,并优化了 EPUB 资源文件解析。 + +搜索资源文件内容特性需要付费会员才能使用,目前为早鸟价阶段,欢迎[购买](https://b3log.org/siyuan/pricing.html)。 + +## 变更记录 + +以下是此版本中的详细变更。 + +### 改进功能 + +* [动态计算浮层](https://github.com/siyuan-note/siyuan/issues/7602) +* [改进 iCloud 路径检测](https://github.com/siyuan-note/siyuan/pull/9066) +* [优化 Windows/macOS 上复制 PDF 标注](https://github.com/siyuan-note/siyuan/issues/9068) +* [改进划选文本后 Ctrl+M 转换行级公式后光标位置](https://github.com/siyuan-note/siyuan/issues/9070) +* [改进 EPUB 资源文件解析](https://github.com/siyuan-note/siyuan/issues/9072) +* [改进资源文件内容搜索预览转义](https://github.com/siyuan-note/siyuan/issues/9073) +* [改进禁用的菜单按钮项样式](https://github.com/siyuan-note/siyuan/pull/9078) +* [`网络图片转换为本地图片` 时忽略 HTTPS 证书校验](https://github.com/siyuan-note/siyuan/issues/9080) +* [浮窗预览文档块时不再自动定位到上一次的浏览位置](https://github.com/siyuan-note/siyuan/issues/9082) +* [改进 Windows/Linux/macOS amd64 平台上的文档加载性能](https://github.com/siyuan-note/siyuan/issues/9084) +* [Windows/macOS 添加 设置 - 关于 - 访问授权码 - 跟随系统锁屏](https://github.com/siyuan-note/siyuan/issues/9087) +* [改进鼠标从外部移入或者窗口非激活时的停靠栏 显示/隐藏 状态](https://github.com/siyuan-note/siyuan/issues/9089) +* [移动端云端数据同步图标不再消失](https://github.com/siyuan-note/siyuan/issues/9090) +* [改进选择文本后的 `复制文本 *`](https://github.com/siyuan-note/siyuan/issues/9093) +* [当光标位于空的代码块中时依然可以打开块标菜单](https://github.com/siyuan-note/siyuan/pull/9095) +* [禁止在 iPhone 左侧面板的顶栏中选择内容](https://github.com/siyuan-note/siyuan/issues/9096) +* [改进 Bilibili IFrame 地址解析](https://github.com/siyuan-note/siyuan/issues/9098) +* [改进搜索路径提示](https://github.com/siyuan-note/siyuan/issues/9101) +* [改进 iPhone 输入元素边框](https://github.com/siyuan-note/siyuan/issues/9104) + +### 修复缺陷 + +* [文档中聚焦时光标丢失](https://github.com/siyuan-note/siyuan/issues/9071) +* [集市包更新按钮不显示](https://github.com/siyuan-note/siyuan/issues/9074) +* [←/→ 键无法在引用和超链接等文本框中移动光标](https://github.com/siyuan-note/siyuan/issues/9076) +* [导入 .sy.zip 时块超链接未指向重新生成的块 ID](https://github.com/siyuan-note/siyuan/issues/9083) +* [内核只读模式下无法进入主界面](https://github.com/siyuan-note/siyuan/issues/9086) +* [导出 PDF 时将资源文件转换为附件失效](https://github.com/siyuan-note/siyuan/issues/9106) +* [移动端代码块复制按钮失效](https://github.com/siyuan-note/siyuan/issues/9109) + +### 开发者 + +* [插件 API 添加 openWindow 和 command.globalCallback](https://github.com/siyuan-note/siyuan/issues/9032) +* [鉴权支持查询字符串参数 `token`](https://github.com/siyuan-note/siyuan/pull/9069) +* [改进内核 API `/api/file/getFile` 响应状态码](https://github.com/siyuan-note/siyuan/pull/9075) +* [改进内核 API `/api/network/forwardProxy`](https://github.com/siyuan-note/siyuan/pull/9110) diff --git a/app/package.json b/app/package.json index 746c6dc9f64..98e06d58cce 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.10.2", + "version": "2.10.3", "description": "Refactor your thinking", "homepage": "https://b3log.org/siyuan", "main": "./electron/main.js", diff --git a/kernel/util/working.go b/kernel/util/working.go index dfabe5e7fe2..0182f5d89b3 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -42,7 +42,7 @@ import ( var Mode = "prod" const ( - Ver = "2.10.2" + Ver = "2.10.3" IsInsider = false )