From 5868ae1102912e49cd29fc81cb85e5914cf48820 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 21 Aug 2023 20:54:56 +0800 Subject: [PATCH] :bookmark: Release v2.10.1 --- .github/workflows/dockerimage.yml | 2 +- app/changelogs/v2.10.1/v2.10.1.md | 2 +- app/changelogs/v2.10.1/v2.10.1_zh_CHT.md | 2 +- app/changelogs/v2.10.1/v2.10.1_zh_CN.md | 2 +- app/package.json | 2 +- kernel/util/working.go | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index e7997fb73..1639dd878 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.0 . \ 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.1 . \ No newline at end of file diff --git a/app/changelogs/v2.10.1/v2.10.1.md b/app/changelogs/v2.10.1/v2.10.1.md index 125b08af1..2d0557849 100644 --- a/app/changelogs/v2.10.1/v2.10.1.md +++ b/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). diff --git a/app/changelogs/v2.10.1/v2.10.1_zh_CHT.md b/app/changelogs/v2.10.1/v2.10.1_zh_CHT.md index 0f221cda5..7b052b8ff 100644 --- a/app/changelogs/v2.10.1/v2.10.1_zh_CHT.md +++ b/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)。 diff --git a/app/changelogs/v2.10.1/v2.10.1_zh_CN.md b/app/changelogs/v2.10.1/v2.10.1_zh_CN.md index 504316cf9..2c992923d 100644 --- a/app/changelogs/v2.10.1/v2.10.1_zh_CN.md +++ b/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)。 diff --git a/app/package.json b/app/package.json index 903168e22..f98531c29 100644 --- a/app/package.json +++ b/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", diff --git a/kernel/util/working.go b/kernel/util/working.go index 3bf44413b..8c9949523 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -42,7 +42,7 @@ import ( var Mode = "prod" const ( - Ver = "2.10.0" + Ver = "2.10.1" IsInsider = false )