Skip to content

Commit

Permalink
v3.1.9: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Oct 13, 2024
1 parent 72ddd67 commit b231a6c
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 21 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
### v3.1.9

* iOS 端支持自定义主题色功能
* [优化文档树、大纲缩进样式,扩大可点击区域](https://github.com/mustakshif/Asri/issues/92)
* [优化数据库主键有引用时的下划线样式](https://github.com/mustakshif/Asri/issues/96)
* 优化「导出 PDF」窗口按钮边距
* 优化行内代码下划线偏移
* 优化删除按钮样式
* 调整主题色度为 0 时状态栏的颜色混合模式
* 微调已激活页签的背景色
* 微调全局下划线粗细

<br />

* Added support for custom theme colors on iOS
* [Optimized the indentation style of the document tree and outline, expanding the clickable area](https://github.com/mustakshif/Asri/issues/92)
* [Improved the underline style for database primary keys with references](https://github.com/mustakshif/Asri/issues/96)
* Adjusted the button margins in the "Export PDF" window
* Refined the offset of underlines of inline code
* Enhanced the delete button style
* Modified the color blending mode for the status bar when the theme color chroma is 0
* Fine-tuned the background color of active tabs
* Slightly adjusted the thickness of global underlines

---

### v3.1.8

* 微调面板色饱和度
Expand Down
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.1.9

* Added support for custom theme colors on iOS
* [Optimized the indentation style of the document tree and outline, expanding the clickable area](https://github.com/mustakshif/Asri/issues/92)
* [Improved the underline style for database primary keys with references](https://github.com/mustakshif/Asri/issues/96)
* Adjusted the button margins in the "Export PDF" window
* Refined the offset of underlines of inline code
* Enhanced the delete button style
* Modified the color blending mode for the status bar when the theme color chroma is 0
* Fine-tuned the background color of active tabs
* Slightly adjusted the thickness of global underlines

### 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)
* Modified the dialog box style.
* Altered the global button style.
* 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.0.0
Expand Down
20 changes: 12 additions & 8 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

## 最近更新

### v3.1.9

* iOS 端支持自定义主题色功能
* [优化文档树、大纲缩进样式,扩大可点击区域](https://github.com/mustakshif/Asri/issues/92)
* [优化数据库主键有引用时的下划线样式](https://github.com/mustakshif/Asri/issues/96)
* 优化「导出 PDF」窗口按钮边距
* 优化行内代码下划线偏移
* 优化删除按钮样式
* 调整主题色度为 0 时状态栏的颜色混合模式
* 微调已激活页签的背景色
* 微调全局下划线粗细

### v3.1.8

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

### v3.1.7

* [删除线文本调整降低透明度](https://github.com/mustakshif/Asri/issues/94)
* 调整对话框样式
* 调整全局按钮样式
* 调整数据历史条目变动类型标识配色
* 修复内容块菜单不显示全宽显示选项的问题

### ...

### v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/modules/configsMenu/makeItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export let followSysAccentColor = true;


export async function loadThemePalette() {
if (env.isIOSApp) return; // fix app crash
// if (env.isIOSApp) return; // fix app crash
i18n = await loadI18n();
getAsriConfigs().then(() => {
if (env.supportOklch) {
Expand Down
3 changes: 2 additions & 1 deletion style/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@

@else if $type =='danger' {
color: var(--b3-theme-error);
font-weight: 600;
background-color: transparent;
outline: 1px solid rgb(from var(--b3-theme-error) r g b / .2);

&:hover {
@include theme-variant-color(background-color, error, 0.08)
Expand All @@ -203,6 +203,7 @@
background-color: var(--b3-theme-error);
color: var(--b3-theme-on-error);
transition: .1s;
outline: none;
}
}

Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Asri",
"author": "MUSTAKSHIF",
"url": "https://github.com/mustakshif/Asri",
"version": "3.1.8",
"version": "3.1.9",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit b231a6c

Please sign in to comment.