Skip to content

Commit

Permalink
🔖 Release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Aug 21, 2023
1 parent 45a1999 commit 5868ae1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
2 changes: 1 addition & 1 deletion app/changelogs/v2.10.1/v2.10.1.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion app/changelogs/v2.10.1/v2.10.1_zh_CHT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 概述

該版本添加了 29 種純文本類型的資源文件內容搜索,同時也添加了 PDF 和 EPUB 資源文件內容搜索
該版本添加了 29 種純文本類型的資源文件內容搜索支持,同時也添加了 PDF 和 EPUB 資源文件內容搜索支持

搜索資源文件內容特性需要付費會員才能使用,目前為早鳥價階段,歡迎[購買](https://b3log.org/siyuan/pricing.html)

Expand Down
2 changes: 1 addition & 1 deletion app/changelogs/v2.10.1/v2.10.1_zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 概述

该版本添加了 29 种纯文本类型的资源文件内容搜索,同时也添加了 PDF 和 EPUB 资源文件内容搜索
该版本添加了 29 种纯文本类型的资源文件内容搜索支持,同时也添加了 PDF 和 EPUB 资源文件内容搜索支持

搜索资源文件内容特性需要付费会员才能使用,目前为早鸟价阶段,欢迎[购买](https://b3log.org/siyuan/pricing.html)

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion kernel/util/working.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
var Mode = "prod"

const (
Ver = "2.10.0"
Ver = "2.10.1"
IsInsider = false
)

Expand Down

0 comments on commit 5868ae1

Please sign in to comment.