From da878302d217cd18118486173af30db69d3e9f29 Mon Sep 17 00:00:00 2001 From: mustakshif Date: Sun, 27 Oct 2024 10:46:45 +0800 Subject: [PATCH] v3.1.12: finalizing --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 15 ++++++++------- README_zh_CN.md | 27 ++++++++------------------- theme.json | 2 +- 4 files changed, 35 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0564aff..ac90ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### v3.1.12 + +* 优化通知样式 +* 优化字体样式菜单底部边距 +* 改进反链面板显示 +* [修复特定缩放比例下数据库标签显示不全的问题](https://github.com/mustakshif/Asri/issues/104) +* [修复无法导出为图片的问题](https://github.com/mustakshif/Asri/issues/106) + +
+ +* Optimized notification styles +* Enhanced bottom margin of font style menu +* Improved backlink panel display +* [Fixed an issue where database tags were partially hidden at certain zoom levels](https://github.com/mustakshif/Asri/issues/104) +* [Fixed an issue where exporting to images was not working](https://github.com/mustakshif/Asri/issues/106) + +--- + ### v3.1.11 * 适配思源 v3.1.10 的样式更新 diff --git a/README.md b/README.md index 7eeaa04..0f93254 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,19 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan), ## Latest Updates +### v3.1.12 + +* Optimized notification styles +* Enhanced bottom margin of font style menu +* Improved backlink panel display +* [Fixed an issue where database tags were partially hidden at certain zoom levels](https://github.com/mustakshif/Asri/issues/104) +* [Fixed an issue where exporting to images was not working](https://github.com/mustakshif/Asri/issues/106) + ### v3.1.11 * Updated styles to be compatible with SiYuan v3.1.10 * Standardized database tag border radius -### v3.1.10 - -* Adapted the "Database Properties Panel" plugin -* Increased the border radius of dialog boxes -* Adjusted the style of package introductions on the marketplace page -* Disabled the default setting for theme color to follow system accent color - ### ... ### v3.0.0 diff --git a/README_zh_CN.md b/README_zh_CN.md index 12917a0..49be9ea 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -13,30 +13,19 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si ## 最近更新 +### v3.1.12 + +* 优化通知样式 +* 优化字体样式菜单底部边距 +* 改进反链面板显示 +* [修复特定缩放比例下数据库标签显示不全的问题](https://github.com/mustakshif/Asri/issues/104) +* [修复无法导出为图片的问题](https://github.com/mustakshif/Asri/issues/106) + ### v3.1.11 * 适配思源 v3.1.10 的样式更新 * 统一数据库标签圆角 -### v3.1.10 - -* 适配「数据库属性面板」插件 -* 增大对话框圆角半径 -* 调整集市包介绍页简介样式 -* 主题色默认不启用跟随系统强调色 - -### v3.1.9 - -* iOS 端支持自定义主题色功能 -* [优化文档树、大纲缩进样式,扩大可点击区域](https://github.com/mustakshif/Asri/issues/92) -* [优化数据库主键有引用时的下划线样式](https://github.com/mustakshif/Asri/issues/96) -* 优化「导出 PDF」窗口按钮边距 -* 优化行内代码下划线偏移 -* 优化删除按钮样式 -* 调整主题色度为 0 时状态栏的颜色混合模式 -* 微调已激活页签的背景色 -* 微调全局下划线粗细 - ### ... ### v3.0.0 diff --git a/theme.json b/theme.json index e0f200a..518a6c2 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,7 @@ "name": "Asri", "author": "MUSTAKSHIF", "url": "https://github.com/mustakshif/Asri", - "version": "3.1.11", + "version": "3.1.12", "displayName": { "default": "Asri", "zh_CN": "Asri",