Skip to content

Commit

Permalink
v3.1.15: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Nov 10, 2024
1 parent 9ef2ebd commit c711487
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 23 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.15

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

<br />

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

---

### v3.1.14

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

## Latest Updates

### 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

### 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
* Fixed excessive CPU usage occurring when the application window loses focus

### ...

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

## 最近更新

### v3.1.15

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

### v3.1.14

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

### v3.1.13

* [新增块标出现动画](https://github.com/mustakshif/Asri/issues/109)
* [优化任务列表勾选框图标和动画](https://github.com/mustakshif/Asri/issues/111)
* 优化数据库勾选框图标和动画
* 优化数据库单选列、多选列、资源列内边距
* 优化数据库属性面板中资源列内容的样式
* 调整数据库主键有引用时的下划线样式
* 调整部分菜单圆角
* 修复了应用窗口失焦时导致的 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.14",
"version": "3.1.15",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit c711487

Please sign in to comment.