Skip to content

Commit

Permalink
v3.1.18: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Nov 24, 2024
1 parent b44d1b1 commit da7f844
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 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.18

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

<br />

* 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.1.17

* 适配思源 v3.1.12 的样式改动
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.1.17
### v3.1.18

* Adapted style changes for SiYuan v3.1.12
* 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.1.16
### v3.1.17

* Adjusted block icon hover color
* Unified button styles in "Status Error" dialog
* [Fixed missing code block operation buttons in task list](https://github.com/mustakshif/Asri/issues/112)
* [Fixed invisible task list checkboxes](https://github.com/mustakshif/Asri/issues/113)
* Fixed misaligned multi-column slash menu layout
* Fixed invisible "Copy ID" button in document settings dialog
* Adapted style changes for SiYuan v3.1.12

### ...

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

## 最近更新

### v3.1.17
### v3.1.18

* 适配思源 v3.1.12 的样式改动
* 调整勾选列表中已勾选项目颜色变化逻辑
* 修复文档头部有标签时「添加标签」按钮位置异常的问题
* 修复列表块中引用块的上下外边距异常的问题
* 修复全宽显示下数据库勾选框列一直可见的问题

### v3.1.16
### v3.1.17

* 调整块标在鼠标悬停时的颜色
* 统一「状态异常」对话框按钮样式
* [修复任务列表中的代码块操作按钮丢失的问题](https://github.com/mustakshif/Asri/issues/112)
* [修复任务列表勾选框不可见的问题](https://github.com/mustakshif/Asri/issues/113)
* 修复多列斜杠菜单布局错位
* 修复文档设置对话框「复制ID」按钮不可见的问题
* 适配思源 v3.1.12 的样式改动

### ...

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

0 comments on commit da7f844

Please sign in to comment.