Skip to content

Commit

Permalink
v3.1.20: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Dec 8, 2024
1 parent c207b70 commit 79a8a8c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### v3.1.20

* 适配思源 v3.1.14 样式改动
* [修复文档树条目展开动画卡顿的问题](https://github.com/mustakshif/Asri/issues/118)
* 修复 PDF 文档属性面板按钮样式

<br />

* Updated styles to be compatible with SiYuan v3.1.14
* [Fixed laggy animation when expanding document tree items](https://github.com/mustakshif/Asri/issues/118)
* Fixed button styles in PDF document properties panel

---

### v3.1.19

* 微调亮色模式下数据库标签背景色
Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.1.20

* Updated styles to be compatible with SiYuan v3.1.14
* [Fixed laggy animation when expanding document tree items](https://github.com/mustakshif/Asri/issues/118)
* Fixed button styles in PDF document properties panel

### v3.1.19

* Adjusted database tag background color in light mode
* Fixed inconsistent database header background color on mobile devices
* [Fixed overlapping header elements when opening new pages](https://github.com/mustakshif/Asri/issues/117)

### v3.1.18

* Set bottom margin for "Backlink Panel" plugin
* Adjusted the color change logic for checked items in checklists
* Fixed the positioning issue of the "Add Tag" button when document headers contain tags
* Fixed abnormal top and bottom margin issues of quote blocks within list blocks
* Fixed the issue where database checkbox columns remained visible in full-width display

### ...

### v3.0.0
Expand Down
14 changes: 6 additions & 8 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

## 最近更新

### v3.1.20

* 适配思源 v3.1.14 样式改动
* [修复文档树条目展开动画卡顿的问题](https://github.com/mustakshif/Asri/issues/118)
* 修复 PDF 文档属性面板按钮样式

### v3.1.19

* 微调亮色模式下数据库标签背景色
* 修复移动端数据库表头背景色差异的问题
* [修复打开新页面时顶栏元素重叠的问题](https://github.com/mustakshif/Asri/issues/117)

### v3.1.18

* 适配「反链过滤面板」插件底部间距
* 调整勾选列表中已勾选项目颜色变化逻辑
* 修复文档头部有标签时「添加标签」按钮位置异常的问题
* 修复列表块中引用块的上下外边距异常的问题
* 修复全宽显示下数据库勾选框列一直可见的问题

### ...

### v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion style/features/overflow-indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $fadeout-size-xl: 50px;
@include overflow-indicator-fadein-bgClr($fadeout-size-m, $range: 'top');

&::before {
top: -8px;
top: -10px;
}
}

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

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.19",
"version": "3.1.20",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit 79a8a8c

Please sign in to comment.