From 7034992c1c4010c6ed4899a12cf934f39a89b6a3 Mon Sep 17 00:00:00 2001
From: Daniel <845765@qq.com>
Date: Tue, 8 Aug 2023 11:05:02 +0800
Subject: [PATCH] :bookmark: Release v2.9.9
---
.github/workflows/dockerimage.yml | 2 +-
app/appx/AppxManifest.xml | 2 +-
app/changelogs/v2.9.9/v2.9.8.md | 50 +++++++++++++++++++++++++
app/changelogs/v2.9.9/v2.9.8_zh_CHT.md | 52 ++++++++++++++++++++++++++
app/changelogs/v2.9.9/v2.9.8_zh_CN.md | 52 ++++++++++++++++++++++++++
app/package.json | 2 +-
kernel/util/working.go | 2 +-
7 files changed, 158 insertions(+), 4 deletions(-)
create mode 100644 app/changelogs/v2.9.9/v2.9.8.md
create mode 100644 app/changelogs/v2.9.9/v2.9.8_zh_CHT.md
create mode 100644 app/changelogs/v2.9.9/v2.9.8_zh_CN.md
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
index 0443cb19a..41b909d35 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.9.8 .
\ 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.9.9 .
\ No newline at end of file
diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml
index 05c275909..1e1775fef 100644
--- a/app/appx/AppxManifest.xml
+++ b/app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
+ Version="2.9.9.0"/>
SiYuan
云南链滴科技有限公司
diff --git a/app/changelogs/v2.9.9/v2.9.8.md b/app/changelogs/v2.9.9/v2.9.8.md
new file mode 100644
index 000000000..58d065f3d
--- /dev/null
+++ b/app/changelogs/v2.9.9/v2.9.8.md
@@ -0,0 +1,50 @@
+## Overview
+
+This version fixes some detail defects, it is recommended to upgrade.
+
+## Changelogs
+
+Below are the detailed changes in this version.
+
+### Enhancement
+
+* [Menu label can wrap on the mobile](https://github.com/siyuan-note/siyuan/issues/8733)
+* [Highlight active `Query criteria`](https://github.com/siyuan-note/siyuan/issues/8813)
+* [Improve mobile selection text menu](https://github.com/siyuan-note/siyuan/issues/8829)
+* [When switching tabs with the same width, keep the content position unchanged](https://github.com/siyuan-note/siyuan/issues/8859)
+* [Tap the bottom to also bring up the keyboard on the mobile](https://github.com/siyuan-note/siyuan/issues/8864)
+* [Windows uninstaller removes the default workspace](https://github.com/siyuan-note/siyuan/issues/8876)
+* [The desktop initialization interface workspace defaults to ~/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8879)
+* [Shift+right click to pop up the browser default menu](https://github.com/siyuan-note/siyuan/issues/8880)
+* [Improve importing for markdown syntax `#Tag`](https://github.com/siyuan-note/siyuan/issues/8882)
+* [Block ref search supports searching `'`](https://github.com/siyuan-note/siyuan/issues/8886)
+* [Access to the marketplace is no longer supported on Huawei devices](https://github.com/siyuan-note/siyuan/issues/8898)
+* [Filter nesting folder of custom emoji before adding emoji](https://github.com/siyuan-note/siyuan/pull/8903)
+* [Use hotkey to close the dock panel, focusing on the editor](https://github.com/siyuan-note/siyuan/issues/8904)
+* [Add membership one-time payment PRO features](https://github.com/siyuan-note/siyuan/issues/8906)
+* [Save query criteria with the same name and prompt whether to overwrite](https://github.com/siyuan-note/siyuan/issues/8913)
+* [Remove the copy option at the top of the bookmark](https://github.com/siyuan-note/siyuan/issues/8914)
+* [Bookmark and Tag panel operation progress text escaping](https://github.com/siyuan-note/siyuan/issues/8926)
+
+### Bugfix
+
+* [Cannot select `Again` for spaced repetition](https://github.com/siyuan-note/siyuan/issues/8875)
+* [Slash menu moving up and down problem](https://github.com/siyuan-note/siyuan/issues/8881)
+* [Notebook custom sorting fails](https://github.com/siyuan-note/siyuan/issues/8889)
+* [Strange behaviour when pressing tab after selecting text in code block](https://github.com/siyuan-note/siyuan/issues/8911)
+* [Select block in last list item and copy error](https://github.com/siyuan-note/siyuan/issues/8925)
+
+### Document
+
+* [Missing bookmark labels from those mentioned in the docs](https://github.com/siyuan-note/siyuan/issues/8916)
+
+### Refactor
+
+* [Upgrade Electron](https://github.com/siyuan-note/siyuan/issues/8897)
+
+### Development
+
+* [Attribute View number column format](https://github.com/siyuan-note/siyuan/issues/8764)
+* [Update date/select/mSelect by attribute panel](https://github.com/siyuan-note/siyuan/issues/8868)
+* [Add Email type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8891)
+* [Add Phone type column to Attribute View](https://github.com/siyuan-note/siyuan/issues/8892)
diff --git a/app/changelogs/v2.9.9/v2.9.8_zh_CHT.md b/app/changelogs/v2.9.9/v2.9.8_zh_CHT.md
new file mode 100644
index 000000000..0770c65a3
--- /dev/null
+++ b/app/changelogs/v2.9.9/v2.9.8_zh_CHT.md
@@ -0,0 +1,52 @@
+## 概述
+
+該版本修復了一些細節缺陷,建議升級。
+
+## 變更記錄
+
+以下是此版本中的詳細變更。
+
+### 改進功能
+
+* [移動端麵包屑菜單自動換行](https://github.com/siyuan-note/siyuan/issues/8733)
+* [高亮當前激活的 `查詢條件`](https://github.com/siyuan-note/siyuan/issues/8813)
+* [改進移動端選擇文本菜單](https://github.com/siyuan-note/siyuan/issues/8829)
+* [在相同寬度的頁簽直接切換時保持內容位置不變](https://github.com/siyuan-note/siyuan/issues/8859)
+* [移動端點擊底部空白時激活編輯最後一個快](https://github.com/siyuan-note/siyuan/issues/8864)
+* [Windows 端卸載程序支持徹底刪除默認工作空間](https://github.com/siyuan-note/siyuan/issues/8876)
+* [桌面端初始化界面默認工作空間路徑為 ~/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8879)
+* [瀏覽器端 Shift+右擊彈出瀏覽器默認菜單](https://github.com/siyuan-note/siyuan/issues/8880)
+* [改進導入 Markdown 標籤語法 `#Tag`](https://github.com/siyuan-note/siyuan/issues/8882)
+* [塊引搜索支持搜索包含 `'`](https://github.com/siyuan-note/siyuan/issues/8886)
+* [華為設備不再顯示社區集市](https://github.com/siyuan-note/siyuan/issues/8898)
+* [自定義圖標過濾文件夾](https://github.com/siyuan-note/siyuan/pull/8903)
+* [使用快捷鍵關閉停靠欄面板後焦點保留在編輯器](https://github.com/siyuan-note/siyuan/issues/8904)
+* [上線一次性付款的會員特權特性](https://github.com/siyuan-note/siyuan/issues/8906)
+* [使用相同名稱保存查詢條件時提示覆蓋](https://github.com/siyuan-note/siyuan/issues/8913)
+* [移除書籤面板頂層的複制選項](https://github.com/siyuan-note/siyuan/issues/8914)
+* [書籤和標籤面板操作進度文本轉義](https://github.com/siyuan-note/siyuan/issues/8926)
+
+
+### 修復缺陷
+
+* [間隔重複無法選擇 `重來`](https://github.com/siyuan-note/siyuan/issues/8875)
+* [斜桿菜單上下移動問題](https://github.com/siyuan-note/siyuan/issues/8881)
+* [筆記本自定義排序失效](https://github.com/siyuan-note/siyuan/issues/8889)
+* [代碼塊中選擇文本後拖拽異常](https://github.com/siyuan-note/siyuan/issues/8911)
+* [在最後一個列表項中復制不正確](https://github.com/siyuan-note/siyuan/issues/8925)
+
+
+### 改進文檔
+
+* [不再提供書籤默認標識](https://github.com/siyuan-note/siyuan/issues/8916)
+
+### 開發重構
+
+* [升級 Electron](https://github.com/siyuan-note/siyuan/issues/8897)
+
+### 開發者
+
+* [屬性視圖數字列格式化](https://github.com/siyuan-note/siyuan/issues/8764)
+* [屬性面板 date/select/mSelect 類型支持更新](https://github.com/siyuan-note/siyuan/issues/8868)
+* [屬性視圖添加 Email 類型列](https://github.com/siyuan-note/siyuan/issues/8891)
+* [屬性視圖添加 Phone 類型列](https://github.com/siyuan-note/siyuan/issues/8892)
diff --git a/app/changelogs/v2.9.9/v2.9.8_zh_CN.md b/app/changelogs/v2.9.9/v2.9.8_zh_CN.md
new file mode 100644
index 000000000..ea532635c
--- /dev/null
+++ b/app/changelogs/v2.9.9/v2.9.8_zh_CN.md
@@ -0,0 +1,52 @@
+## 概述
+
+该版本修复了一些细节缺陷,建议升级。
+
+## 变更记录
+
+以下是此版本中的详细变更。
+
+### 改进功能
+
+* [移动端面包屑菜单自动换行](https://github.com/siyuan-note/siyuan/issues/8733)
+* [高亮当前激活的 `查询条件`](https://github.com/siyuan-note/siyuan/issues/8813)
+* [改进移动端选择文本菜单](https://github.com/siyuan-note/siyuan/issues/8829)
+* [在相同宽度的页签直接切换时保持内容位置不变](https://github.com/siyuan-note/siyuan/issues/8859)
+* [移动端点击底部空白时激活编辑最后一个快](https://github.com/siyuan-note/siyuan/issues/8864)
+* [Windows 端卸载程序支持彻底删除默认工作空间](https://github.com/siyuan-note/siyuan/issues/8876)
+* [桌面端初始化界面默认工作空间路径为 ~/SiYuan/](https://github.com/siyuan-note/siyuan/issues/8879)
+* [浏览器端 Shift+右击弹出浏览器默认菜单](https://github.com/siyuan-note/siyuan/issues/8880)
+* [改进导入 Markdown 标签语法 `#Tag`](https://github.com/siyuan-note/siyuan/issues/8882)
+* [块引搜索支持搜索包含 `'`](https://github.com/siyuan-note/siyuan/issues/8886)
+* [华为设备不再显示社区集市](https://github.com/siyuan-note/siyuan/issues/8898)
+* [自定义图标过滤文件夹](https://github.com/siyuan-note/siyuan/pull/8903)
+* [使用快捷键关闭停靠栏面板后焦点保留在编辑器](https://github.com/siyuan-note/siyuan/issues/8904)
+* [上线一次性付款的会员特权特性](https://github.com/siyuan-note/siyuan/issues/8906)
+* [使用相同名称保存查询条件时提示覆盖](https://github.com/siyuan-note/siyuan/issues/8913)
+* [移除书签面板顶层的复制选项](https://github.com/siyuan-note/siyuan/issues/8914)
+* [书签和标签面板操作进度文本转义](https://github.com/siyuan-note/siyuan/issues/8926)
+
+
+### 修复缺陷
+
+* [间隔重复无法选择 `重来`](https://github.com/siyuan-note/siyuan/issues/8875)
+* [斜杆菜单上下移动问题](https://github.com/siyuan-note/siyuan/issues/8881)
+* [笔记本自定义排序失效](https://github.com/siyuan-note/siyuan/issues/8889)
+* [代码块中选择文本后拖拽异常](https://github.com/siyuan-note/siyuan/issues/8911)
+* [在最后一个列表项中复制不正确](https://github.com/siyuan-note/siyuan/issues/8925)
+
+
+### 改进文档
+
+* [不再提供书签默认标识](https://github.com/siyuan-note/siyuan/issues/8916)
+
+### 开发重构
+
+* [升级 Electron](https://github.com/siyuan-note/siyuan/issues/8897)
+
+### 开发者
+
+* [属性视图数字列格式化](https://github.com/siyuan-note/siyuan/issues/8764)
+* [属性面板 date/select/mSelect 类型支持更新](https://github.com/siyuan-note/siyuan/issues/8868)
+* [属性视图添加 Email 类型列](https://github.com/siyuan-note/siyuan/issues/8891)
+* [属性视图添加 Phone 类型列](https://github.com/siyuan-note/siyuan/issues/8892)
diff --git a/app/package.json b/app/package.json
index a28d23fd2..7a9a91dda 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
- "version": "2.9.8",
+ "version": "2.9.9",
"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 5c1c3a43d..d3ff437d4 100644
--- a/kernel/util/working.go
+++ b/kernel/util/working.go
@@ -42,7 +42,7 @@ import (
var Mode = "prod"
const (
- Ver = "2.9.8"
+ Ver = "2.9.9"
IsInsider = false
)