From 51f7e4687a7aee7d74fd3b3884fe681b5dd200a2 Mon Sep 17 00:00:00 2001 From: mustakshif Date: Sun, 14 Jul 2024 21:44:14 +0800 Subject: [PATCH] v3.0.20: finalizing --- CHANGELOG.md | 12 ++++++++++++ README.md | 14 +++++--------- README_zh_CN.md | 14 +++++--------- theme.json | 2 +- 4 files changed, 23 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bdc69..2f3bf07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### v3.0.20 + +* 优化关系图节点和线条配色 +* 修复搜索和替换筛选对话框布局问题 + +
+ +* Optimized the color scheme of relationship graph nodes and lines +* Fixed layout issues in the search and replace filter dialog box + +--- + ### v3.0.19 * 适配 `自定义块样式` 插件列表转表格的样式 diff --git a/README.md b/README.md index e63dd8d..abbfed0 100644 --- a/README.md +++ b/README.md @@ -13,21 +13,17 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan), ## Latest Updates +### v3.0.20 + +* Optimized the color scheme of relationship graph nodes and lines +* Fixed layout issues in the search and replace filter dialog box + ### v3.0.19 * Adapted the style of the `Custom Block` plugin list-to-table format * Removed the extra whitespace on the right side of the status bar at the bottom of the publication page * Fixed the issue of focus state input box border cutting on the publish settings page -### v3.0.18 - -* Optimized default font style for mobile devices. -* Differentiated dynamic and static anchor text styles in block quotes. -* Changed database table header font and icon colors to follow block appearance style. -* [Fixed top margin misalignment issue for heading blocks in horizontal layout of super blocks](https://github.com/mustakshif/Asri/issues/79). -* [Fixed issue where export to image was not possible](https://github.com/mustakshif/Asri/issues/80). -* Rolled back setting menu style for mobile devices. - ### ... ### v3.0.0 diff --git a/README_zh_CN.md b/README_zh_CN.md index c098033..e0d216b 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -13,21 +13,17 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si ## 最近更新 +### v3.0.20 + +* 优化关系图节点和线条配色 +* 修复搜索和替换筛选对话框布局问题 + ### v3.0.19 * 适配 `自定义块样式` 插件列表转表格的样式 * 移除发布页面底部状态栏右侧多余空白 * 修复发布设置页面聚焦状态输入框边框裁切问题 -### v3.0.18 - -* 优化移动端默认字体样式 -* 区分块引用动态和静态锚文本样式 -* 数据库表头字体和图标的颜色跟随块外观样式 -* [修复水平布局的超级块中标题块顶部边距不对齐的问题](https://github.com/mustakshif/Asri/issues/79) -* [修复无法导出为图片的问题](https://github.com/mustakshif/Asri/issues/80) -* 回滚移动端设置主菜单样式 - ### ... ### v3.0.0 diff --git a/theme.json b/theme.json index 7db6478..b6568cb 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,7 @@ "name": "Asri", "author": "MUSTAKSHIF", "url": "https://github.com/mustakshif/Asri", - "version": "3.0.19", + "version": "3.0.20", "displayName": { "default": "Asri", "zh_CN": "Asri",