Skip to content

Commit

Permalink
v3.1.8: finalizing
Browse files Browse the repository at this point in the history
mustakshif committed Oct 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bbd4e66 commit b4f7fd7
Showing 4 changed files with 31 additions and 25 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v3.1.8

* 微调面板色饱和度
* 调整暗色模式下对话框背景遮罩滤镜饱和度
* 修复全宽显示的图片手动调整高度后显示异常的问题
* 修复 PDF 阅读器在亮色模式下使用暗色背景或相反时的背景色问题

<br />

* 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)
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
19 changes: 7 additions & 12 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit b4f7fd7

Please sign in to comment.