🔖 Update changelogs

This commit is contained in:
Daniel 2023-05-30 10:44:50 +08:00
parent 8dc43cb22d
commit 8e8081a6e9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 169 additions and 4 deletions

View file

@ -1,6 +1,18 @@
## Overview
TODO
This is the last version that supports Windows 7, 8 and Server 2012. Upgrade to Windows 10 or higher to use subsequent versions of SiYuan.
### 🌐 English forum online
[LiuYun](https://liuyun.io/) is the official English forum of SiYuan, welcome to communicate.
After that, we will support signin with an English forum account in SiYuan Settings - Account, and support cloud data sync and backup services in non-mainland China regions after signin. Stay tuned.
### Plugin system is coming
We will officially release the plugin system in the next version v2.9.0. You are welcome to implement plugins that balance practicality and fun based on the system.
[Here](https://github.com/siyuan-note/siyuan/issues?q=label%3AIdea+is%3Aclosed) are some user requirements related to plugins, welcome to refer.
## Changelogs
@ -8,4 +20,47 @@ Below are the detailed changes in this version.
### Enhancement
* [Build an English forum](https://github.com/siyuan-note/siyuan/issues/7914)
* [Support pin table head](https://github.com/siyuan-note/siyuan/issues/8294)
* [Add editor font size scroll zoom switch](https://github.com/siyuan-note/siyuan/issues/8297)
* [Marketplace introduction page](https://github.com/siyuan-note/siyuan/issues/8324)
* [Changelog supports traditional Chinese](https://github.com/siyuan-note/siyuan/issues/8333)
* [Linux `version GLIBC_x.xx not found`](https://github.com/siyuan-note/siyuan/issues/8334)
* [Paste code from IDE no longer escape `<` and `>`](https://github.com/siyuan-note/siyuan/issues/8340)
* [Improve marketplace package for traditional Chinese](https://github.com/siyuan-note/siyuan/issues/8342)
* [Always show window control buttons](https://github.com/siyuan-note/siyuan/issues/8344)
* [Doc tree, backlinks, tags and templates ignores case when sorting alphabetically by name](https://github.com/siyuan-note/siyuan/issues/8360)
* [Formula parsing supports $ followed by numbers when importing Markdown](https://github.com/siyuan-note/siyuan/issues/8362)
* [Outline needs to be updated when heading are created or removed](https://github.com/siyuan-note/siyuan/issues/8372)
* [Workspace built-in Pandoc is no longer initialized after customizing Pandoc path](https://github.com/siyuan-note/siyuan/issues/8377)
* [Optimize the performance of obtaining cloud snapshots](https://github.com/siyuan-note/siyuan/issues/8387)
* [Doc in the user guide no longer supports one-click sending to the community](https://github.com/siyuan-note/siyuan/issues/8388)
* [Update `Recently used appearance` style](https://github.com/siyuan-note/siyuan/issues/8392)
* [Improve plugin load performance](https://github.com/siyuan-note/siyuan/issues/8397)
### Bugfix
* [Can't select text in the search input box](https://github.com/siyuan-note/siyuan/issues/8331)
* [Open flashcard in a new tab click error](https://github.com/siyuan-note/siyuan/issues/8337)
* [Read-only mode outline positioning incorrect](https://github.com/siyuan-note/siyuan/issues/8356)
* [Paste ref/block hyperlink parsing exception in text containing double quote `"`](https://github.com/siyuan-note/siyuan/issues/8359)
* [No animation when adding a styled block to a flashcard](https://github.com/siyuan-note/siyuan/issues/8365)
* [`F5` doesn't work when the cursor is in a table cell](https://github.com/siyuan-note/siyuan/issues/8367)
* [Inline formula display `<wbr>`](https://github.com/siyuan-note/siyuan/issues/8378)
### Document
* [Add instructions for deleting cloud storage after subscription expires in the user guide](https://github.com/siyuan-note/siyuan/issues/8370)
### Development
* [Add marketplace package config item `minAppVersion`](https://github.com/siyuan-note/siyuan/issues/8330)
* [Add `click-editortitleicon` event for clicking editor icon to Eventbus of frontend API](https://github.com/siyuan-note/siyuan/issues/8335)
* [Add `Tab` context to the method in plugin `addTab`](https://github.com/siyuan-note/siyuan/pull/8336)
* [Fix some defects of plugin API `addDock`](https://github.com/siyuan-note/siyuan/issues/8341)
* [The `addItem` interface of the frontend API `Menu` supports to pass in the DOM element](https://github.com/siyuan-note/siyuan/issues/8343)
* [Remove marketplace package config item `i18n`](https://github.com/siyuan-note/siyuan/issues/8346)
* [Plugin API `addDock` add index and show options](https://github.com/siyuan-note/siyuan/issues/8347)
* [Don't call plugin API `addTab.init` when the tab is not active](https://github.com/siyuan-note/siyuan/issues/8350)
* [Add plugin API `open-noneditableblock` to `eventBus`](https://github.com/siyuan-note/siyuan/issues/8374)
* [Add plugin config items `backends` and `frontends`](https://github.com/siyuan-note/siyuan/issues/8386)

View file

@ -1,6 +1,18 @@
## 概述
TODO
這是最後一個支持 Windows 7、8 和 Server 2012 的版本,升級到 Windows 10 或更高版本後才能使用後續版本的思源筆記。
### 🌐 英文論壇上線
[LiuYun](https://liuyun.io/) 是思源官方的英文論壇,歡迎大家前往交流。
後續我們會在思源 設置 - 賬號 中支持通過英文論壇賬號登錄,支持登錄後將開放非中國大陸地區的雲端數據同步和備份服務,敬請期待。
### 插件系統即將正式發布
我們將在下個版本 v2.9.0 中正式發布插件系統,歡迎大家基於該系統實現實用性和趣味性兼顧的插件。
[這裡](https://github.com/siyuan-note/siyuan/issues?q=label%3AIdea+is%3Aclosed)有一些插件相關的用戶需求,歡迎大家參考。
## 變更記錄
@ -8,4 +20,47 @@ TODO
### 改進功能
* [搭建英文論壇](https://github.com/siyuan-note/siyuan/issues/7914)
* [支持固定顯示表格的表頭](https://github.com/siyuan-note/siyuan/issues/8294)
* [添加編輯器字號快速縮放開關](https://github.com/siyuan-note/siyuan/issues/8297)
* [添加集市介紹頁](https://github.com/siyuan-note/siyuan/issues/8324)
* [變更記錄支持繁體中文](https://github.com/siyuan-note/siyuan/issues/8333)
* [Linux 端 `version GLIBC_x.xx not found`](https://github.com/siyuan-note/siyuan/issues/8334)
* [從 IDE 中粘貼代碼不再轉義 `<` and `>`](https://github.com/siyuan-note/siyuan/issues/8340)
* [改進集市包繁體中文顯示](https://github.com/siyuan-note/siyuan/issues/8342)
* [始終顯示窗口控制按鈕](https://github.com/siyuan-note/siyuan/issues/8344)
* [文檔樹、反鏈、標籤和模板按字母排序時忽略大小寫](https://github.com/siyuan-note/siyuan/issues/8360)
* [導入 Markdown 時支持 $ 後跟數字解析為公式](https://github.com/siyuan-note/siyuan/issues/8362)
* [標題創建或刪除後更新大綱面板](https://github.com/siyuan-note/siyuan/issues/8372)
* [自定義 Pandoc 路徑後工作空間不再重複初始化內置 Pandoc](https://github.com/siyuan-note/siyuan/issues/8377)
* [優化獲取雲端快照性能](https://github.com/siyuan-note/siyuan/issues/8387)
* [用戶指南中的文檔不再支持一鍵分享到社區](https://github.com/siyuan-note/siyuan/issues/8388)
* [更新 `最近使用的外觀` 樣式](https://github.com/siyuan-note/siyuan/issues/8392)
* [改進插件加載性能](https://github.com/siyuan-note/siyuan/issues/8397)
### 修復缺陷
* [搜索輸入框中無法選中文本](https://github.com/siyuan-note/siyuan/issues/8331)
* [在新頁簽中打開間隔重複報錯](https://github.com/siyuan-note/siyuan/issues/8337)
* [只讀模式下大綱定位不正確](https://github.com/siyuan-note/siyuan/issues/8356)
* [在包含 `"` 的文本上粘貼引用或塊超鏈接解析異常](https://github.com/siyuan-note/siyuan/issues/8359)
* [添加帶有樣式的塊為閃卡時沒有動畫](https://github.com/siyuan-note/siyuan/issues/8365)
* [在表格中按 `F5` 不生效](https://github.com/siyuan-note/siyuan/issues/8367)
* [行級公式顯示 `<wbr>`](https://github.com/siyuan-note/siyuan/issues/8378)
### 文檔
* [在用戶指南中添加訂閱過期後刪除雲端存儲的詳細說明](https://github.com/siyuan-note/siyuan/issues/8370)
### 開發者
* [添加集市包配置項 `minAppVersion`](https://github.com/siyuan-note/siyuan/issues/8330)
* [添加 `click-editortitleicon` 事件](https://github.com/siyuan-note/siyuan/issues/8335)
* [為插件方法 `addTab` 添加 `Tab` 上下文](https://github.com/siyuan-note/siyuan/pull/8336)
* [修復一些插件 API `addDock` 的缺陷](https://github.com/siyuan-note/siyuan/issues/8341)
* [插件 API `Menu` 添加 `addItem` 以支持傳入 DOM 元素](https://github.com/siyuan-note/siyuan/issues/8343)
* [刪除集市包配置項 `i18n`](https://github.com/siyuan-note/siyuan/issues/8346)
* [插件 API `addDock` 支持序號和顯示選項](https://github.com/siyuan-note/siyuan/issues/8347)
* [修復當頁簽不激活時為調用插件 API `addTab.init`](https://github.com/siyuan-note/siyuan/issues/8350)
* [在 `eventBus` 中添加 `open-noneditableblock`](https://github.com/siyuan-note/siyuan/issues/8374)
* [添加插件配置項 `backends` 和 `frontends`](https://github.com/siyuan-note/siyuan/issues/8386)

View file

@ -1,6 +1,18 @@
## 概述
TODO
这是最后一个支持 Windows 7、8 和 Server 2012 的版本,升级到 Windows 10 或更高版本后才能使用后续版本的思源笔记。
### 🌐 英文论坛上线
[LiuYun](https://liuyun.io/) 是思源官方的英文论坛,欢迎大家前往交流。
后续我们会在思源 设置 - 账号 中支持通过英文论坛账号登录,支持登录后将开放非中国大陆地区的云端数据同步和备份服务,敬请期待。
### 插件系统即将正式发布
我们将在下个版本 v2.9.0 中正式发布插件系统,欢迎大家基于该系统实现实用性和趣味性兼顾的插件。
[这里](https://github.com/siyuan-note/siyuan/issues?q=label%3AIdea+is%3Aclosed)有一些插件相关的用户需求,欢迎大家参考。
## 变更记录
@ -8,4 +20,47 @@ TODO
### 改进功能
* [搭建英文论坛](https://github.com/siyuan-note/siyuan/issues/7914)
* [支持固定显示表格的表头](https://github.com/siyuan-note/siyuan/issues/8294)
* [添加编辑器字号快速缩放开关](https://github.com/siyuan-note/siyuan/issues/8297)
* [添加集市介绍页](https://github.com/siyuan-note/siyuan/issues/8324)
* [变更记录支持繁体中文](https://github.com/siyuan-note/siyuan/issues/8333)
* [Linux 端 `version GLIBC_x.xx not found`](https://github.com/siyuan-note/siyuan/issues/8334)
* [从 IDE 中粘贴代码不再转义 `<` and `>`](https://github.com/siyuan-note/siyuan/issues/8340)
* [改进集市包繁体中文显示](https://github.com/siyuan-note/siyuan/issues/8342)
* [始终显示窗口控制按钮](https://github.com/siyuan-note/siyuan/issues/8344)
* [文档树、反链、标签和模板按字母排序时忽略大小写](https://github.com/siyuan-note/siyuan/issues/8360)
* [导入 Markdown 时支持 $ 后跟数字解析为公式](https://github.com/siyuan-note/siyuan/issues/8362)
* [标题创建或删除后更新大纲面板](https://github.com/siyuan-note/siyuan/issues/8372)
* [自定义 Pandoc 路径后工作空间不再重复初始化内置 Pandoc](https://github.com/siyuan-note/siyuan/issues/8377)
* [优化获取云端快照性能](https://github.com/siyuan-note/siyuan/issues/8387)
* [用户指南中的文档不再支持一键分享到社区](https://github.com/siyuan-note/siyuan/issues/8388)
* [更新 `最近使用的外观` 样式](https://github.com/siyuan-note/siyuan/issues/8392)
* [改进插件加载性能](https://github.com/siyuan-note/siyuan/issues/8397)
### 修复缺陷
* [搜索输入框中无法选中文本](https://github.com/siyuan-note/siyuan/issues/8331)
* [在新页签中打开间隔重复报错](https://github.com/siyuan-note/siyuan/issues/8337)
* [只读模式下大纲定位不正确](https://github.com/siyuan-note/siyuan/issues/8356)
* [在包含 `"` 的文本上粘贴引用或块超链接解析异常](https://github.com/siyuan-note/siyuan/issues/8359)
* [添加带有样式的块为闪卡时没有动画](https://github.com/siyuan-note/siyuan/issues/8365)
* [在表格中按 `F5` 不生效](https://github.com/siyuan-note/siyuan/issues/8367)
* [行级公式显示 `<wbr>`](https://github.com/siyuan-note/siyuan/issues/8378)
### 文档
* [在用户指南中添加订阅过期后删除云端存储的详细说明](https://github.com/siyuan-note/siyuan/issues/8370)
### 开发者
* [添加集市包配置项 `minAppVersion`](https://github.com/siyuan-note/siyuan/issues/8330)
* [添加 `click-editortitleicon` 事件](https://github.com/siyuan-note/siyuan/issues/8335)
* [为插件方法 `addTab` 添加 `Tab` 上下文](https://github.com/siyuan-note/siyuan/pull/8336)
* [修复一些插件 API `addDock` 的缺陷](https://github.com/siyuan-note/siyuan/issues/8341)
* [插件 API `Menu` 添加 `addItem` 以支持传入 DOM 元素](https://github.com/siyuan-note/siyuan/issues/8343)
* [删除集市包配置项 `i18n`](https://github.com/siyuan-note/siyuan/issues/8346)
* [插件 API `addDock` 支持序号和显示选项](https://github.com/siyuan-note/siyuan/issues/8347)
* [修复当页签不激活时为调用插件 API `addTab.init`](https://github.com/siyuan-note/siyuan/issues/8350)
* [在 `eventBus` 中添加 `open-noneditableblock`](https://github.com/siyuan-note/siyuan/issues/8374)
* [添加插件配置项 `backends` 和 `frontends`](https://github.com/siyuan-note/siyuan/issues/8386)

View file

@ -4,7 +4,7 @@
### 即将不再支持 Windows 7、8 和 Server 2012
最后一个支持这些老旧系统的版本是下个版本 v2.8.10,以后发布的版本将不再支持 Windows 7、8 和 Server 2012 如有可能请尽快升级到 Windows 10 或更高版本。
最后一个支持这些老旧系统的版本是下个版本 v2.8.10,以后发布的版本将不再支持 Windows 7、8 和 Server 2012如有可能请尽快升级到 Windows 10 或更高版本。
## 变更记录