From c71148749cc01cb35c03c81381b6a991e18e7e19 Mon Sep 17 00:00:00 2001 From: mustakshif Date: Sun, 10 Nov 2024 18:42:44 +0800 Subject: [PATCH] v3.1.15: finalizing --- CHANGELOG.md | 14 ++++++++++++++ README.md | 17 ++++++----------- README_zh_CN.md | 17 ++++++----------- theme.json | 2 +- 4 files changed, 27 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae0df2..ff8d702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### 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 * 适配思源 v3.1.11 的样式改动 diff --git a/README.md b/README.md index 8139460..3f1cbd6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ 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 @@ -20,17 +26,6 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan), * 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 diff --git a/README_zh_CN.md b/README_zh_CN.md index 8a98e1d..bd029fc 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -13,6 +13,12 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si ## 最近更新 +### v3.1.15 + +* 优化块高亮状态的样式和过渡动画 +* 优化删除按钮样式 +* 行内公式支持应用下划线样式 + ### v3.1.14 * 适配思源 v3.1.11 的样式改动 @@ -20,17 +26,6 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si * 修复主题样式造成的移动端 CPU 占用过高的问题 * 修复非全宽显示数据库条目勾选框持续显示的问题 -### v3.1.13 - -* [新增块标出现动画](https://github.com/mustakshif/Asri/issues/109) -* [优化任务列表勾选框图标和动画](https://github.com/mustakshif/Asri/issues/111) -* 优化数据库勾选框图标和动画 -* 优化数据库单选列、多选列、资源列内边距 -* 优化数据库属性面板中资源列内容的样式 -* 调整数据库主键有引用时的下划线样式 -* 调整部分菜单圆角 -* 修复了应用窗口失焦时导致的 CPU 过度占用问题 - ### ... ### v3.0.0 diff --git a/theme.json b/theme.json index 91b94ba..c70ed53 100644 --- a/theme.json +++ b/theme.json @@ -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",