Skip to content

Commit

Permalink
finalizing: v3.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Nov 18, 2024
1 parent 3940696 commit c31539c
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### v3.1.16

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

<br />

* 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

---

### v3.1.15

* 优化块高亮状态的样式和过渡动画
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.1.16

* 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

### v3.1.15

* Enhanced block highlighting state styles and transition animations
* Improved delete button styling
* Added underline style support for inline formulas

### v3.1.14

* Adapted style changes for SiYuan v3.1.11
* Optimized the size and shape of PDF annotation highlights
* Fixed high CPU usage on mobile devices caused by theme styling
* Fixed persistent display of database entry checkboxes in non-full-width-display mode

### ...

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

## 最近更新

### v3.1.16

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

### v3.1.15

* 优化块高亮状态的样式和过渡动画
* 优化删除按钮样式
* 行内公式支持应用下划线样式

### v3.1.14

* 适配思源 v3.1.11 的样式改动
* 优化 PDF 标注色块大小和形状
* 修复主题样式造成的移动端 CPU 占用过高的问题
* 修复非全宽显示数据库条目勾选框持续显示的问题

### ...

### v3.0.0
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.15",
"version": "3.1.16",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit c31539c

Please sign in to comment.