From b4f7fd7e6d89e8e8afa5f6f388d0838b5d196753 Mon Sep 17 00:00:00 2001 From: mustakshif Date: Mon, 7 Oct 2024 12:48:12 +0800 Subject: [PATCH] v3.1.8: finalizing --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 19 +++++++------------ README_zh_CN.md | 19 +++++++------------ theme.json | 2 +- 4 files changed, 31 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a0eea..c0b68f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### v3.1.8 + +* 微调面板色饱和度 +* 调整暗色模式下对话框背景遮罩滤镜饱和度 +* 修复全宽显示的图片手动调整高度后显示异常的问题 +* 修复 PDF 阅读器在亮色模式下使用暗色背景或相反时的背景色问题 + +
+ +* Adjusted the saturation of the panel colors. +* Modified the saturation of the dialog background mask filter in dark mode. +* Fixed the issue where images displayed abnormally after manually adjusting the height in full-width view. +* Resolved the background color issue in the PDF reader when using a dark background in light mode or vice versa. + +--- + ### v3.1.7 * [删除线文本调整降低透明度](https://github.com/mustakshif/Asri/issues/94) diff --git a/README.md b/README.md index 9969ca4..bac4143 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan), ## Latest Updates +### v3.1.8 + +* Adjusted the saturation of the panel colors. +* Modified the saturation of the dialog background mask filter in dark mode. +* Fixed the issue where images displayed abnormally after manually adjusting the height in full-width view. +* Resolved the background color issue in the PDF reader when using a dark background in light mode or vice versa. + ### v3.1.7 * [Adjusted the transparency of strikethrough text.](https://github.com/mustakshif/Asri/issues/94) @@ -21,18 +28,6 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan), * Changed the color scheme for data history entry change type indicators. * Fixed the issue where the content block menu did not display the full-width display option. -### v3.1.6 - -* Adjusted the background color of code blocks. -* Modified the text color in light mode. -* Changed the theme background color in dark mode. -* Altered the color of large buttons in the settings panel. -* Updated the activated tab background color to follow hue adjustments. -* Adjusted the color and border style of labels for single and multi-select columns in the database. -* Distinguished the styles of activated tabs in both active and inactive states of the editor. -* Fixed the misalignment issue of text boxes in the "Save Query Conditions" dialog. -* Resolved the issue where the hue slider tooltip and full-width display menu entries displayed as "undefined" in certain cases. - ### ... ### v3.0.0 diff --git a/README_zh_CN.md b/README_zh_CN.md index 32edc15..fb0b2ac 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -13,6 +13,13 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si ## 最近更新 +### v3.1.8 + +* 微调面板色饱和度 +* 调整暗色模式下对话框背景遮罩滤镜饱和度 +* 修复全宽显示的图片手动调整高度后显示异常的问题 +* 修复 PDF 阅读器在亮色模式下使用暗色背景或相反时的背景色问题 + ### v3.1.7 * [删除线文本调整降低透明度](https://github.com/mustakshif/Asri/issues/94) @@ -21,18 +28,6 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si * 调整数据历史条目变动类型标识配色 * 修复内容块菜单不显示全宽显示选项的问题 -### v3.1.6 - -* 调整代码块背景色 -* 调整亮色模式下的文字颜色 -* 调整暗色模式的主题背景色 -* 调整设置面板大按钮的颜色 -* 激活页签背景色改为跟随色度调整 -* 调整数据库单选和多选列标签颜色和边框样式 -* 区分编辑器活动和非活动状态下的激活页签样式 -* 修复「保存查询条件」对话框的文本框错位问题 -* 修复部分情况下色度滑块提示条和全宽显示菜单条目显示为「undefined」的问题 - ### ... ### v3.0.0 diff --git a/theme.json b/theme.json index a1a7069..8352986 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,7 @@ "name": "Asri", "author": "MUSTAKSHIF", "url": "https://github.com/mustakshif/Asri", - "version": "3.1.7", + "version": "3.1.8", "displayName": { "default": "Asri", "zh_CN": "Asri",