mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 21:01:50 +08:00
📝 Update changelogs
This commit is contained in:
parent
f52eed7a13
commit
c5d6abf2bc
30
app/changelogs/v2.12.5/v2.12.5.md
Normal file
30
app/changelogs/v2.12.5/v2.12.5.md
Normal file
@ -0,0 +1,30 @@
|
||||
## Overview
|
||||
|
||||
This version supports manual purge of S3/WebDAV cloud storage unreferenced snapshots and fixes the bug of being unable to log in to the account on the desktop.
|
||||
|
||||
## Changelogs
|
||||
|
||||
Below are the detailed changes in this version.
|
||||
|
||||
### Enhancement
|
||||
|
||||
* [Support manual purge of unreferenced data snapshots in the S3/WebDAV cloud storage](https://github.com/siyuan-note/siyuan/issues/10081)
|
||||
* [Change "Replace type" to "Search type"](https://github.com/siyuan-note/siyuan/pull/10234)
|
||||
* [Code block background color in marketplace introduction consistent with editor](https://github.com/siyuan-note/siyuan/issues/10240)
|
||||
* [Flashcard button text should not be selectable](https://github.com/siyuan-note/siyuan/issues/10242)
|
||||
|
||||
### Bugfix
|
||||
|
||||
* [Unable to log in to account on desktop](https://github.com/siyuan-note/siyuan/issues/10238)
|
||||
* [Exporting PDF and adding watermark in Chinese cannot be displayed on macOS/Linux](https://github.com/siyuan-note/siyuan/issues/10246)
|
||||
* [Flashcard mark element should not be displayed after setting appearance](https://github.com/siyuan-note/siyuan/issues/10248)
|
||||
|
||||
### Development
|
||||
|
||||
* [Support search when filling in relation columns](https://github.com/siyuan-note/siyuan/issues/10189)
|
||||
* [Move dock plugin icon does not maintain its position](https://github.com/siyuan-note/siyuan/issues/10237)
|
||||
|
||||
## Download
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/en/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
30
app/changelogs/v2.12.5/v2.12.5_zh_CHT.md
Normal file
30
app/changelogs/v2.12.5/v2.12.5_zh_CHT.md
Normal file
@ -0,0 +1,30 @@
|
||||
## 概述
|
||||
|
||||
此版本支援手動清理 S3/WebDAV 雲端儲存未引用快照,並修復了桌面端無法登入帳號的問題。
|
||||
|
||||
## 變更記錄
|
||||
|
||||
以下是此版本中的詳細變更。
|
||||
|
||||
### 改進功能
|
||||
|
||||
* [支援手動清理 S3/WebDAV 雲端儲存未引用快照](https://github.com/siyuan-note/siyuan/issues/10081)
|
||||
* [修改 "替換類型" 為 "搜尋類型"](https://github.com/siyuan-note/siyuan/pull/10234)
|
||||
* [市集包介紹中的程式碼區塊背景顏色保持和編輯器一致](https://github.com/siyuan-note/siyuan/issues/10240)
|
||||
* [閃卡按鈕文字不該能被選擇](https://github.com/siyuan-note/siyuan/issues/10242)
|
||||
|
||||
### 修復缺陷
|
||||
|
||||
* [桌面端無法登入帳號](https://github.com/siyuan-note/siyuan/issues/10238)
|
||||
* [macOS/Linux 上匯出 PDF 無法新增中文浮水印](https://github.com/siyuan-note/siyuan/issues/10246)
|
||||
* [閃卡標記元素設定外觀後不應該顯示](https://github.com/siyuan-note/siyuan/issues/10248)
|
||||
|
||||
### 開發者
|
||||
|
||||
* [填寫關聯列值時支援搜尋](https://github.com/siyuan-note/siyuan/issues/10189)
|
||||
* [移動停靠列插件圖示後無法儲存位置](https://github.com/siyuan-note/siyuan/issues/10237)
|
||||
|
||||
## 下載
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
30
app/changelogs/v2.12.5/v2.12.5_zh_CN.md
Normal file
30
app/changelogs/v2.12.5/v2.12.5_zh_CN.md
Normal file
@ -0,0 +1,30 @@
|
||||
## 概述
|
||||
|
||||
该版本支持手动清理 S3/WebDAV 云端存储未引用快照,并修复了桌面端无法登录账号的问题。
|
||||
|
||||
## 变更记录
|
||||
|
||||
以下是此版本中的详细变更。
|
||||
|
||||
### 改进功能
|
||||
|
||||
* [支持手动清理 S3/WebDAV 云端存储未引用快照](https://github.com/siyuan-note/siyuan/issues/10081)
|
||||
* [修改 "替换类型" 为 "搜索类型"](https://github.com/siyuan-note/siyuan/pull/10234)
|
||||
* [集市包介绍中的代码块背景色保持和编辑器一致](https://github.com/siyuan-note/siyuan/issues/10240)
|
||||
* [闪卡按钮文字不应该能被选择](https://github.com/siyuan-note/siyuan/issues/10242)
|
||||
|
||||
### 修复缺陷
|
||||
|
||||
* [桌面端无法登录账号](https://github.com/siyuan-note/siyuan/issues/10238)
|
||||
* [macOS/Linux 上导出 PDF 无法添加中文水印](https://github.com/siyuan-note/siyuan/issues/10246)
|
||||
* [闪卡标记元素设置外观后不应该被显示](https://github.com/siyuan-note/siyuan/issues/10248)
|
||||
|
||||
### 开发者
|
||||
|
||||
* [填写关联列值时支持搜索](https://github.com/siyuan-note/siyuan/issues/10189)
|
||||
* [移动停靠栏插件图标后无法保存位置](https://github.com/siyuan-note/siyuan/issues/10237)
|
||||
|
||||
## 下载
|
||||
|
||||
* [B3log](https://b3log.org/siyuan/download.html)
|
||||
* [GitHub](https://github.com/siyuan-note/siyuan/releases)
|
Loading…
Reference in New Issue
Block a user