From c31539cdfeb582702f10536f751fd592fc51d31f Mon Sep 17 00:00:00 2001 From: mustakshif Date: Mon, 18 Nov 2024 22:37:31 +0800 Subject: [PATCH] finalizing: v3.1.16 --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 15 +++++++++------ README_zh_CN.md | 16 +++++++++------- theme.json | 2 +- 4 files changed, 39 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff8d702..6e39308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### v3.1.16 + +* 调整块标在鼠标悬停时的颜色 +* 统一「状态异常」对话框按钮样式 +* [修复任务列表中的代码块操作按钮丢失的问题](https://github.com/mustakshif/Asri/issues/112) +* [修复任务列表勾选框不可见的问题](https://github.com/mustakshif/Asri/issues/113) +* 修复多列斜杠菜单布局错位 +* 修复文档设置对话框「复制ID」按钮不可见的问题 + +
+ +* 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 * 优化块高亮状态的样式和过渡动画 diff --git a/README.md b/README.md index 3f1cbd6..145bbc5 100644 --- a/README.md +++ b/README.md @@ -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 ### ... diff --git a/README_zh_CN.md b/README_zh_CN.md index bd029fc..4550de3 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -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 diff --git a/theme.json b/theme.json index c70ed53..cb5f055 100644 --- a/theme.json +++ b/theme.json @@ -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",