From 7e575395ac4f601f4957fe919597036450131a06 Mon Sep 17 00:00:00 2001 From: mustakshif Date: Thu, 18 Jan 2024 22:20:47 +0800 Subject: [PATCH] v1.1.18 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 9 ++++----- README_zh_CN.md | 9 ++++----- theme.json | 2 +- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df93ce1..23aad15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +### v1.1.18 + +* [添加 Linux 端窗口边框,增强可访问性](https://github.com/mustakshif/Hadeeth-for-SiYuan/pull/10) +* 修复暗色模式下部分挂件颜色异常的问题 +* 修复在浏览器中使用时主题 js 无法正常运行的问题 + +
+ +* [Added window borders on Linux, improving accessibility.](https://github.com/mustakshif/Hadeeth-for-SiYuan/pull/10) +* Fixed an issue where some widget colors were abnormal in dark mode. +* Fixed the problem where the theme JavaScript did not run properly when used in browser. + +--- + ### v1.1.17 * 优化 Windows 端滚动条样式 diff --git a/README.md b/README.md index 646ee67..598f0c3 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,11 @@ An ultra-modern macOS-like theme for [SiYuan Note](https://github.com/siyuan-not ## Latest Updates -### v1.1.17 +### v1.1.18 -* Optimized the scroll bar style on Windows. -* Fine-tuned the background color of side panels in the light mode. -* Adjusted the background color of quote blocks, code blocks, and embed blocks. -* Fixed an issue on macOS where the scroll bar in dark mode was displayed as in light mode. +* [Added window borders on Linux, improving accessibility.](https://github.com/mustakshif/Hadeeth-for-SiYuan/pull/10) +* Fixed an issue where some widget colors were abnormal in dark mode. +* Fixed the problem where the theme JavaScript did not run properly when used in browser. Check all updates here 👉 [CHANGELOG](./CHANGELOG.md) diff --git a/README_zh_CN.md b/README_zh_CN.md index a21bcad..eaa0692 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -10,12 +10,11 @@ Hadeeth 是一款极富现代感的类 macOS [思源笔记](https://github.com/s ## 最近更新 -### v1.1.17 +### v1.1.18 -* 优化 Windows 端滚动条样式 -* 微调浅色模式下面板背景色 -* 微调引用块、代码块、嵌入块背景色 -* 修复 Mac 端暗色模式下仍显示亮色模式滚动条的问题 +* [添加 Linux 端窗口边框,增强可访问性](https://github.com/mustakshif/Hadeeth-for-SiYuan/pull/10) +* 修复暗色模式下部分挂件颜色异常的问题 +* 修复在浏览器中使用时主题 js 无法正常运行的问题 查看全部日志 👉 [更新日志](./CHANGELOG.md) diff --git a/theme.json b/theme.json index 86d8b81..d63a455 100644 --- a/theme.json +++ b/theme.json @@ -2,7 +2,7 @@ "name": "Hadeeth", "author": "MUSTAKSHIF", "url": "https://github.com/mustakshif/Hadeeth", - "version": "1.1.17", + "version": "1.1.18", "displayName": { "default": "Hadeeth", "zh_CN": "Hadeeth",