Skip to content

Commit

Permalink
v3.1.13: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Nov 3, 2024
1 parent 352ee81 commit 6a14079
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 13 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### v3.1.13

* [新增块标出现动画](https://github.com/mustakshif/Asri/issues/109)
* [优化任务列表勾选框图标和动画](https://github.com/mustakshif/Asri/issues/111)
* 优化数据库勾选框图标和动画
* 优化数据库单选列、多选列、资源列内边距
* 优化数据库属性面板中资源列内容的样式
* 调整数据库主键有引用时的下划线样式
* 调整部分菜单圆角

<br />

* [Added block icons animation](https://github.com/mustakshif/Asri/issues/109)
* [Improved task list checkbox icons and animations](https://github.com/mustakshif/Asri/issues/111)
* Improved database checkbox icons and animations
* Optimized padding for database single-select, multi-select, and resource columns
* Enhanced styling for resource column content in database property panel
* Adjusted underline style for database primary keys with references
* Modified border radius for some menus

---

### v3.1.12

* 优化通知样式
Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.1.13

* [Added block icons animation](https://github.com/mustakshif/Asri/issues/109)
* [Improved task list checkbox icons and animations](https://github.com/mustakshif/Asri/issues/111)
* Improved database checkbox icons and animations
* Optimized padding for database single-select, multi-select, and resource columns
* Enhanced styling for resource column content in database property panel
* Adjusted underline style for database primary keys with references
* Modified border radius for some menus

### v3.1.12

* Optimized notification styles
Expand All @@ -21,11 +31,6 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),
* [Fixed an issue where database tags were partially hidden at certain zoom levels](https://github.com/mustakshif/Asri/issues/104)
* [Fixed an issue where exporting to images was not working](https://github.com/mustakshif/Asri/issues/106)

### v3.1.11

* Updated styles to be compatible with SiYuan v3.1.10
* Standardized database tag border radius

### ...

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

## 最近更新

### v3.1.13

* [新增块标出现动画](https://github.com/mustakshif/Asri/issues/109)
* [优化任务列表勾选框图标和动画](https://github.com/mustakshif/Asri/issues/111)
* 优化数据库勾选框图标和动画
* 优化数据库单选列、多选列、资源列内边距
* 优化数据库属性面板中资源列内容的样式
* 调整数据库主键有引用时的下划线样式
* 调整部分菜单圆角

### v3.1.12

* 优化通知样式
Expand All @@ -21,11 +31,6 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si
* [修复特定缩放比例下数据库标签显示不全的问题](https://github.com/mustakshif/Asri/issues/104)
* [修复无法导出为图片的问题](https://github.com/mustakshif/Asri/issues/106)

### v3.1.11

* 适配思源 v3.1.10 的样式更新
* 统一数据库标签圆角

### ...

### v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion style/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ animation-direction: #{$anim-dir};
}
}

@mixin bouncy-check-box($checked: false, $icon-size: 1em, $stroke-width: .1em) {
@mixin bouncy-check-box($checked: false, $icon-size: 1.1em, $stroke-width: .1em) {
&::before {
content: '';
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions style/typography/database.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
&__row {
.av__colsticky {
transition: opacity .2s;
cursor: pointer;
}

&:not(.av__row--header)>.av__colsticky {
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.12",
"version": "3.1.13",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit 6a14079

Please sign in to comment.