Quellcode durchsuchen

:bookmark: Release v2.10.1

Daniel vor 1 Jahr
Ursprung
Commit
5868ae1102

+ 1 - 1
.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.0 .
+          docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.10.1 .

+ 1 - 1
app/changelogs/v2.10.1/v2.10.1.md

@@ -1,6 +1,6 @@
 ## Overview
 
-This release adds 29 asset file content searches for plain text types, as well as PDF and EPUB asset file content searches.
+This version adds content search support for 29 types of plain text asset files, and also adds content search support for PDF and EPUB 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).
 

+ 1 - 1
app/changelogs/v2.10.1/v2.10.1_zh_CHT.md

@@ -1,6 +1,6 @@
 ## 概述
 
-該版本添加了 29 種純文本類型的資源文件內容搜索,同時也添加了 PDF 和 EPUB 資源文件內容搜索。
+該版本添加了 29 種純文本類型的資源文件內容搜索支持,同時也添加了 PDF 和 EPUB 資源文件內容搜索支持
 
 搜索資源文件內容特性需要付費會員才能使用,目前為早鳥價階段,歡迎[購買](https://b3log.org/siyuan/pricing.html)。
 

+ 1 - 1
app/changelogs/v2.10.1/v2.10.1_zh_CN.md

@@ -1,6 +1,6 @@
 ## 概述
 
-该版本添加了 29 种纯文本类型的资源文件内容搜索,同时也添加了 PDF 和 EPUB 资源文件内容搜索。
+该版本添加了 29 种纯文本类型的资源文件内容搜索支持,同时也添加了 PDF 和 EPUB 资源文件内容搜索支持
 
 搜索资源文件内容特性需要付费会员才能使用,目前为早鸟价阶段,欢迎[购买](https://b3log.org/siyuan/pricing.html)。
 

+ 1 - 1
app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "SiYuan",
-  "version": "2.10.0",
+  "version": "2.10.1",
   "description": "Refactor your thinking",
   "homepage": "https://b3log.org/siyuan",
   "main": "./electron/main.js",

+ 1 - 1
kernel/util/working.go

@@ -42,7 +42,7 @@ import (
 var Mode = "prod"
 
 const (
-	Ver       = "2.10.0"
+	Ver       = "2.10.1"
 	IsInsider = false
 )