🔖 Release v2.8.6

This commit is contained in:
Liang Ding 2023-04-25 10:35:38 +08:00
parent 99c4f1f890
commit 4e8ce27b68
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 210 additions and 0 deletions

105
app/changelogs/v2.8.6.md Normal file
View file

@ -0,0 +1,105 @@
## v2.8.6 / 2023-04-25
### Overview
All in all, this version is well worth the upgrade.
We recommend everyone to upgrade to this version as soon as possible, especially users who are using cloud data synchronization.
#### Global Search
Some users complained that the global search results were not complete, because we limited the number of search results and only displayed the most suitable search results.
Now we have removed this restriction, users can browse all search results through paged navigation.
#### Data repo
Data repo is a very important function, which realizes data snapshot, data synchronization and backup. In this version, we have made substantial improvements to the data repo, mainly including:
* Support downloading cloud data snapshots to local on demand
* Support cleaning unreferenced data snapshots, the function entry is located in Settings - About - Data repo purge
* Improved data snapshot comparison
* Data snapshot saves device information
Support downloading cloud data snapshots to local on demand is a very important improvement. It allows users to download cloud data snapshots from any device at any point in time, providing more protection for data security.
It should be noted that the cloud data snapshot does not support displaying data snapshots synchronized by previous versions. Please update all devices to the latest version, and only after that can be added to the cloud data snapshot.
#### Settings
As more and more configuration items are included in the settings, it becomes more and more difficult to find a configuration item. Now we have enhanced the search function in the settings, and you can quickly filter out configuration items through search.
In addition, we have also optimized the details of the setting interface to make it more beautiful.
#### PWA Install App
If you are using SiYuan through server hosting (such as a Docker), then you can install the application locally through the PWA, so that you can get an experience similar to a desktop application.
#### Mobile
* Support cloud inbox
* Supports searching in the specified document, the function entry is in the document menu of the document tree
---
Below is the detailed changelog.
### Enhancement
* [Global search support pagination to display results](https://github.com/siyuan-note/siyuan/issues/7948)
* [Add `- `, `* `, `1. ` and `[] ` before the heading then convert it into the list with that heading](https://github.com/siyuan-note/siyuan/issues/7972)
* [Inline-level elements support pasted as plain text](https://github.com/siyuan-note/siyuan/issues/8010)
* [PWA support (desktop & mobile)](https://github.com/siyuan-note/siyuan/pull/8012)
* [`:)` emoji should be not misinterpretted](https://github.com/siyuan-note/siyuan/issues/8030)
* [Improve `Alt+O` when editor is moved to a new window](https://github.com/siyuan-note/siyuan/issues/8032)
* [Improve settings interface](https://github.com/siyuan-note/siyuan/issues/8034)
* [Make bug reports `Kernel connection interrupted` text more user friendly](https://github.com/siyuan-note/siyuan/issues/8035)
* [Support `Ctrl+Enter` and `Ctrl+Click` to use static anchor text when searching for block reference](https://github.com/siyuan-note/siyuan/issues/8037)
* [Improve settings search filter display](https://github.com/siyuan-note/siyuan/issues/8038)
* [Improve `Convert network images to local images` success rate](https://github.com/siyuan-note/siyuan/issues/8040)
* [Official data sync counts the number of cloud storage API calls](https://github.com/siyuan-note/siyuan/issues/8048)
* [Improve Data History - Data snapshot loading performance](https://github.com/siyuan-note/siyuan/issues/8052)
* [Data repo support for purging unreferenced indexes and objects](https://github.com/siyuan-note/siyuan/issues/8054)
* [Improve local data repo, cloud data synchronization and backup](https://github.com/siyuan-note/siyuan/issues/8055)
* [Support downloading cloud data snapshots to local on demand](https://github.com/siyuan-note/siyuan/issues/8057)
* [Improve dialog close position on the mobile](https://github.com/siyuan-note/siyuan/issues/8060)
* [Improve Data History UI](https://github.com/siyuan-note/siyuan/issues/8062)
* [Support `Copy block hyperlink (Markdown)`](https://github.com/siyuan-note/siyuan/issues/8065)
* [Do not handle `\` escapes when pasting into inline-level code](https://github.com/siyuan-note/siyuan/issues/8066)
* [The document title support returning to the parent document via `Alt+←`](https://github.com/siyuan-note/siyuan/issues/8068)
* [Global search is no longer limited by the Settings - Search - The number of search results displayed](https://github.com/siyuan-note/siyuan/issues/8069)
* [Support cloud inbox on the mobile](https://github.com/siyuan-note/siyuan/issues/8070)
* [Global search ignores `LIMIT` clause when using SQL method](https://github.com/siyuan-note/siyuan/issues/8071)
* [Support inline-level element long-press popup menu on the iPhone](https://github.com/siyuan-note/siyuan/issues/8074)
* [Show abbreviated ID in data snapshot list](https://github.com/siyuan-note/siyuan/issues/8075)
* [Assets hyperlinks are no longer included in the search index](https://github.com/siyuan-note/siyuan/issues/8076)
* [Add configuration item `Editor` - `[[ Only search doc block`](https://github.com/siyuan-note/siyuan/issues/8077)
* [Improve `<script>` in HTML block](https://github.com/siyuan-note/siyuan/pull/8079)
* [Improve data snapshot comparison](https://github.com/siyuan-note/siyuan/issues/8081)
* [The right-click menu of the bookmark panel adds functions such as `Copy block ref`](https://github.com/siyuan-note/siyuan/issues/8082)
* [Provides the `Alt+F` shortcut key for the current document spaced repetition](https://github.com/siyuan-note/siyuan/issues/8083)
* [Annotate PDF text can use shortcut `0-7` keys to select colors](https://github.com/siyuan-note/siyuan/issues/8085)
* [Support specified document search on the mobile](https://github.com/siyuan-note/siyuan/issues/8086)
* [Browser Web Clipping extension notebook list escape HTML display](https://github.com/siyuan-note/siyuan/issues/8087)
* [File history and data snapshot display paging information](https://github.com/siyuan-note/siyuan/issues/8090)
* [Data snapshot save device ID, name and OS](https://github.com/siyuan-note/siyuan/issues/8094)
* [Error notification pops up only once after auto sync fails](https://github.com/siyuan-note/siyuan/issues/8096)
* [Reduce potential page number jumping in PDF tabs](https://github.com/siyuan-note/siyuan/issues/8097)
### Abolishment
* [The total payment amount is no longer displayed in the account settings](https://github.com/siyuan-note/siyuan/issues/8093)
### Bugfix
* [There is an extra blank space on the right side of the Settings - Marketplace interface](https://github.com/siyuan-note/siyuan/issues/8027)
* [After modifying the access authentication code on the browser side, the other side does not refresh](https://github.com/siyuan-note/siyuan/issues/8028)
* [After syncing, auto reopen tab opened by `siyuan://`](https://github.com/siyuan-note/siyuan/issues/8045)
* [The close button is invalid when the mobile flashcard management dialog box is empty](https://github.com/siyuan-note/siyuan/issues/8053)
* [Wrong anchor using `Ctrl+Shift+C` in the title when the document has a name](https://github.com/siyuan-note/siyuan/issues/8080)
* [PDF dark theme annotations disappear after scale](https://github.com/siyuan-note/siyuan/issues/8088)
### Document
* [Add detailed description of block name, alias and memo to user guide](https://github.com/siyuan-note/siyuan/issues/8046)
* [Add "Data Availability Guarantee" section in user guide](https://github.com/siyuan-note/siyuan/issues/8078)

View file

@ -0,0 +1,105 @@
## v2.8.6 / 2023-04-25
### 概述
总得来说,这个版本非常值得升级。
我们推荐大家尽快升级到这个版本,特别是正在使用云端数据同步的用户。
#### 全局搜索
之前有用户抱怨全局搜索结果不全,这是因为我们限制了搜索结果的数量,仅将最适合的搜索结果展现出来。
现在我们取消了这个限制,用户可以通过分页导航来浏览所有搜索结果。
#### 数据仓库
数据仓库是一个非常重要的功能,它实现了数据快照、数据同步和备份。这个版本我们对数据仓库进行了大幅度的改进,主要包括:
* 支持按需下载云端数据快照
* 支持清理未引用的数据快照,该功能入口位于 设置 - 关于 - 数据仓库清理
* 改进数据快照对比
* 数据快照保存设备信息
支持按需下载云端数据快照是一个非常重要的改进,它可以让用户下载任何设备、任何时间点的云端数据快照,为数据安全提供了更多保障。
需要注意的是,云端数据快照中不支持显示之前版本同步的数据快照。请将所有设备更新到最新版,在此之后的数据快照中才能加入到云端数据快照中。
#### 设置
随着设置中配置项越来越多,要找到某个配置项变得越来越困难。现在我们对设置中的搜索功能进行了增强,可以通过搜索快速过滤出配置项了。
另外,我们也对设置界面也进行了细节优化,让它变得更加美观了。
#### PWA 安装应用
如果你正在通过伺服方式使用思源(比如 Docker 伺服),那么你可以通过 PWA 安装应用到本地,这样就可以得到类似于桌面应用的体验了。
#### 移动端
* 支持云端收集箱
* 支持在指定文档中搜索,该功能入口在文档树文档菜单中
---
以下是详细的变更记录。
### 改进功能
* [全局搜索支持分页展现结果](https://github.com/siyuan-note/siyuan/issues/7948)
* [在标题块开头处输入 `- ``* ``1. ``[] ` 支持将其转换为列表块](https://github.com/siyuan-note/siyuan/issues/7972)
* [行级元素中支持粘贴为纯文本](https://github.com/siyuan-note/siyuan/issues/8010)
* [PWA 支持(桌面端和移动端)](https://github.com/siyuan-note/siyuan/pull/8012)
* [改进 `:)` 表情输入过滤](https://github.com/siyuan-note/siyuan/issues/8030)
* [页签移动到新窗口后 `Alt+O` 不遮挡窗口按钮](https://github.com/siyuan-note/siyuan/issues/8032)
* [改进设置界面](https://github.com/siyuan-note/siyuan/issues/8034)
* [更为友好的问题报告 `内核连接中断` 文案](https://github.com/siyuan-note/siyuan/issues/8035)
* [块引用搜索结果选择时支持通过 `Ctrl+Enter` 和 `Ctrl+Click` 来使用静态锚文本](https://github.com/siyuan-note/siyuan/issues/8037)
* [设置搜索结果过滤显示](https://github.com/siyuan-note/siyuan/issues/8038)
* [提升 `网络图片转换本地图片` 成功率](https://github.com/siyuan-note/siyuan/issues/8040)
* [官方数据同步统计 API 调用次数](https://github.com/siyuan-note/siyuan/issues/8048)
* [改进数据历史 - 数据快照 加载性能](https://github.com/siyuan-note/siyuan/issues/8052)
* [数据仓库支持清理未引用的快照](https://github.com/siyuan-note/siyuan/issues/8054)
* [改进数据仓库、云端同步和备份](https://github.com/siyuan-note/siyuan/issues/8055)
* [支持按需下载云端快照](https://github.com/siyuan-note/siyuan/issues/8057)
* [改进移动端对话框关闭按钮位置](https://github.com/siyuan-note/siyuan/issues/8060)
* [改进数据历史界面](https://github.com/siyuan-note/siyuan/issues/8062)
* [支持 `复制块超链接Markdown`](https://github.com/siyuan-note/siyuan/issues/8065)
* [行级代码中粘贴时不再处理 `\` 转义内容](https://github.com/siyuan-note/siyuan/issues/8066)
* [文档标题处支持通过 `Alt+←` 返回父文档](https://github.com/siyuan-note/siyuan/issues/8068)
* [全局搜索结果数量不再受 设置 - 搜索 - 搜索结果显示数 限制](https://github.com/siyuan-note/siyuan/issues/8069)
* [移动端支持云端收集箱](https://github.com/siyuan-note/siyuan/issues/8070)
* [在全局搜索中通过 SQL 方式搜索时忽略 `LIMIT` 子句](https://github.com/siyuan-note/siyuan/issues/8071)
* [iPhone 上支持长按弹出行级元素菜单](https://github.com/siyuan-note/siyuan/issues/8074)
* [数据快照列表中显示快照 ID 缩写](https://github.com/siyuan-note/siyuan/issues/8075)
* [资源文件超链接不再被搜索索引](https://github.com/siyuan-note/siyuan/issues/8076)
* [增加配置项 `编辑器` - `[[ 仅搜索文档块`](https://github.com/siyuan-note/siyuan/issues/8077)
* [改进 HTML 块 `<script>`](https://github.com/siyuan-note/siyuan/pull/8079)
* [改进数据快照对比](https://github.com/siyuan-note/siyuan/issues/8081)
* [书签面板右键菜单增加 `复制块引用` 等功能](https://github.com/siyuan-note/siyuan/issues/8082)
* [为当前文档提供 `Alt+F` 进入间隔重复](https://github.com/siyuan-note/siyuan/issues/8083)
* [支持在 PDF 页签中使用 `0-7` 选择颜色标注](https://github.com/siyuan-note/siyuan/issues/8085)
* [移动端支持指定文档搜索](https://github.com/siyuan-note/siyuan/issues/8086)
* [浏览器剪藏扩展显示笔记本列表时处理转义](https://github.com/siyuan-note/siyuan/issues/8087)
* [文件历史和数据快照显示分页信息](https://github.com/siyuan-note/siyuan/issues/8090)
* [数据快照保存设备信息](https://github.com/siyuan-note/siyuan/issues/8094)
* [自动同步失败后仅弹出一次错误通知](https://github.com/siyuan-note/siyuan/issues/8096)
* [减少 PDF 页签潜在的页码跳动](https://github.com/siyuan-note/siyuan/issues/8097)
### 移除功能
* [账号设置中不再显示已经支付的总额](https://github.com/siyuan-note/siyuan/issues/8093)
### 修复缺陷
* [设置 - 集市 界面出现多余的空白](https://github.com/siyuan-note/siyuan/issues/8027)
* [在浏览器端修改访问授权码后其他端未刷新](https://github.com/siyuan-note/siyuan/issues/8028)
* [数据同步后不应该自动重新打开 `siyuan://` 初始页签](https://github.com/siyuan-note/siyuan/issues/8045)
* [移动端闪卡管理对话框关闭按钮失效](https://github.com/siyuan-note/siyuan/issues/8053)
* [在文档标题处 `Ctrl+Shift+C` 时未优先使用命名](https://github.com/siyuan-note/siyuan/issues/8080)
* [PDF 暗黑模式主题下缩放后标注消失](https://github.com/siyuan-note/siyuan/issues/8088)
### 改进文档
* [在用户指南中添加关于块命名、别名和备注的细节描述](https://github.com/siyuan-note/siyuan/issues/8046)
* [在用户指南中新增 数据可用性保障 章节](https://github.com/siyuan-note/siyuan/issues/8078)