Skip to content

Commit

Permalink
new file: CHANGELOG.md
Browse files Browse the repository at this point in the history
	modified:   README.md
	modified:   README_en_US.md
	deleted:    assets/banner_v6.png
	new file:   assets/banner_v7.png
	modified:   style/_base.scss
	modified:   style/components/breadcrumb.scss
	modified:   style/components/misc.scss
	modified:   style/customizable/blur.scss
	modified:   style/customizable/cover-image-fading.scss
	modified:   style/customizable/hide-toolbar.scss
	modified:   style/layout/editor.scss
	modified:   style/layout/shrink.scss
	modified:   style/layout/tab-bar.scss
	modified:   style/layout/toolbar.scss
	modified:   theme.css
  • Loading branch information
mustakshif committed Dec 22, 2023
1 parent 7e9b4eb commit 3e8965a
Show file tree
Hide file tree
Showing 16 changed files with 123 additions and 442 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### v1.0.3

* 修复全屏视图下无法呼出顶栏的问题
* 修复滑块元素被裁切的问题
* 修复题头图图标提示条图层显示错误
* 调整关系图钉住时背景色,与其他侧栏面板背景色保持一致
* 调整文档块进度滑动条位置,使其上下居中
* 调整代码块字体列表,`JetBrainsMono-Regular` 有更高优先级
* 调整 Windows 端固定页签图标内边距
* 调整 Windows 端窗口关闭按钮样式

* Fixed the problem of not being able to bring up the toolbar in full-screen views.
* Fixed the problem of slider elements being clipped.
* Fixed the issue of incorrect display of the icon tooltip layer of the header image.
* Adjusted the background color of pinned graph views to be consistent with other side panels.
* Adjusted the position of the document block slider to align it vertically.
* Adjusted the font list for code blocks, with `JetBrainsMono-Regular` having higher priority.
* Adjusted the padding inside the fixed tab icon on the Windows platform.
* Adjust the style of the window close button on the Windows platform.

### v1.0.2

* 修复部分情况下 js 代码不生效的问题
* 调整全屏视图下面包屑、侧栏面板标题栏的高度
* README 中新增反馈和建议

* Adjusted the height of breadcrumbs, side panel title bar under fullscreen view.
* Fixed an issue where JavaScript was not effective in certain situations.
* Added feedback & suggestions section to README.

### v1.0.1

* 修复 README.md 中的图片地址

* Fixed image url in README
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](https://github.com/mustakshif/Hadeeth-for-SiYuan/blob/main/README_en_US.md)

![banner](https://cdn.jsdelivr.net/gh/mustakshif/Hadeeth@main/assets/banner_v6.png)
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Hadeeth@main/assets/banner_v7.png)

# Hadeeth - theme for SiYuan

Expand Down Expand Up @@ -33,13 +33,19 @@ Hadeeth 是一款极富现代感的类 macOS 主题,以轻量、极简的风

## 更新日志

### v1.0.2
- 调整全屏状态下面包屑、侧栏面板标题栏的高度
- 修复部分情况下 js 代码不生效的问题
- README 中新增反馈和建议

### v1.0.1
- 修复 README.md 中的图片地址
最近更新:

### v1.0.3
* 修复全屏视图下无法呼出顶栏的问题
* 修复滑块元素被裁切的问题
* 修复题头图图标提示条图层显示错误
* 调整关系图钉住时背景色,与其他侧栏面板背景色保持一致
* 调整文档块进度滑动条位置,使其上下居中
* 调整代码块字体列表,`JetBrainsMono-Regular` 有更高优先级
* 调整 Windows 端固定页签图标内边距
* 调整 Windows 端窗口关闭按钮样式

查看全部日志 👉 [更新日志](./CHANGELOG.md)

## 计划

Expand Down
21 changes: 14 additions & 7 deletions README_en_US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[简体中文](https://github.com/mustakshif/Hadeeth-for-SiYuan/blob/main/README.md) | English

![banner](https://cdn.jsdelivr.net/gh/mustakshif/Hadeeth@main/assets/banner_v6.png)
![banner](https://cdn.jsdelivr.net/gh/mustakshif/Hadeeth@main/assets/banner_v7.png)

# Hadeeth - theme for SiYuan

Expand Down Expand Up @@ -31,13 +31,20 @@ An ultra-modern macOS-like theme that offers a lightweight and minimalistic styl

## Changelog

### v1.0.2
- Adjusted the height of breadcrumbs, side panel title bar under fullscreen view.
- Fixed an issue where JavaScript was not effective in certain situations.
- Added feedback & suggestions section to README.
Latest updates:

### v1.0.1
- Fixed image url in README
### v1.0.3

* Fixed the problem of not being able to bring up the toolbar in full-screen views.
* Fixed the problem of slider elements being clipped.
* Fixed the issue of incorrect display of the icon tooltip layer of the header image.
* Adjusted the background color of pinned graph views to be consistent with other side panels.
* Adjusted the position of the document block slider to align it vertically.
* Adjusted the font list for code blocks, with `JetBrainsMono-Regular` having higher priority.
* Adjusted the padding inside the fixed tab icon on the Windows platform.
* Adjust the style of the window close button on the Windows platform.

For all updates, see 👉 [CHANGELOG](./CHANGELOG.md)

## Plans

Expand Down
Binary file removed assets/banner_v6.png
Binary file not shown.
Binary file added assets/banner_v7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e8965a

Please sign in to comment.