🔖 Release v2.9.9
This commit is contained in:
parent
d1739ab757
commit
7034992c1c
7 changed files with 158 additions and 4 deletions
2
.github/workflows/dockerimage.yml
vendored
2
.github/workflows/dockerimage.yml
vendored
|
@ -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 .
|
||||
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 .
|
|
@ -9,7 +9,7 @@
|
|||
<Identity Name="89C2A984.SiYuan"
|
||||
ProcessorArchitecture="x64"
|
||||
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
|
||||
Version="2.9.8.0"/>
|
||||
Version="2.9.9.0"/>
|
||||
<Properties>
|
||||
<DisplayName>SiYuan</DisplayName>
|
||||
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
|
||||
|
|
50
app/changelogs/v2.9.9/v2.9.8.md
Normal file
50
app/changelogs/v2.9.9/v2.9.8.md
Normal file
|
@ -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)
|
52
app/changelogs/v2.9.9/v2.9.8_zh_CHT.md
Normal file
52
app/changelogs/v2.9.9/v2.9.8_zh_CHT.md
Normal file
|
@ -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)
|
52
app/changelogs/v2.9.9/v2.9.8_zh_CN.md
Normal file
52
app/changelogs/v2.9.9/v2.9.8_zh_CN.md
Normal file
|
@ -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)
|
|
@ -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",
|
||||
|
|
|
@ -42,7 +42,7 @@ import (
|
|||
var Mode = "prod"
|
||||
|
||||
const (
|
||||
Ver = "2.9.8"
|
||||
Ver = "2.9.9"
|
||||
IsInsider = false
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue