Skip to content

Commit

Permalink
v3.0.12: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed May 26, 2024
1 parent 5cc0a63 commit c5f976c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 27 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
### v3.0.12

* 统一对话框和页签中资源文件搜索列表样式
* 对话框标题改为居中
* 优化 `设置 - 搜索` 页面布局
* 去除对话框标题下的分割线
* [调整宽视口下 `/` 菜单宽度和栏数](https://github.com/mustakshif/Asri/issues/68)
* [修复标题为空时大纲层级标识位置偏移的问题](https://github.com/mustakshif/Asri/issues/69)
* 修复提示条内容为长文本时无法滚动的问题
* 修复在部分缩放比例下开关把手不居中的问题

* Standardized the resource file search list style in dialogs and tabs.
* Centered dialog titles.
* Optimized the layout of the `Settings - Search` page.
* Removed the separator line below dialog titles.
* [Adjusted the `/` menu width and column count under wide viewports](https://github.com/mustakshif/Asri/issues/68).
* [Fixed the issue with outline level indicators being misaligned when titles were empty](https://github.com/mustakshif/Asri/issues/69).
* Fixed the issue where long text in tooltips could not be scrolled.
* Fixed the issue where the toggle handle was not centered under certain scaling ratios.

### v3.0.11

* 修复 pdf 导出结果的字体色和背景色问题
Expand Down
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.0.11

* Fixed font color and background color issues with PDF exports.

### v3.0.10

* Added a overflow fade-out of the side navigation of the PDF reader.
* [Improved adaptability of document tree item to font size and line height adjustments](https://github.com/mustakshif/Asri/issues/65).
* Optimized font weight for settings panel items.
* Optimized color of divider in the sidebar panel.
* Optimized color of secondary text in tooltips.
* Removed the feature to disable the blur effect when the window loses focus.
* Restored mouse hover effect for icons in the top bar.
### v3.0.12

* Standardized the resource file search list style in dialogs and tabs.
* Centered dialog titles.
* Optimized the layout of the `Settings - Search` page.
* Removed the separator line below dialog titles.
* [Adjusted the `/` menu width and column count under wide viewports](https://github.com/mustakshif/Asri/issues/68).
* [Fixed the issue with outline level indicators being misaligned when titles were empty](https://github.com/mustakshif/Asri/issues/69).
* Fixed the issue where long text in tooltips could not be scrolled.
* Fixed the issue where the toggle handle was not centered under certain scaling ratios.

### ...

Expand Down
23 changes: 10 additions & 13 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,16 @@ Asri 是一款极富现代感的[思源笔记](https://github.com/siyuan-note/si

## 最近更新

### v3.0.11

* 修复 pdf 导出结果的字体色和背景色问题

### v3.0.10

* 添加 PDF 阅读器侧边导航列表的溢出渐隐效果
* [提高文档树条目对字号和行高调整的适应性](https://github.com/mustakshif/Asri/issues/65)
* 优化设置面板设置项字重
* 优化侧栏面板分割线颜色
* 优化提示条中次要文本颜色
* 移除窗口失焦时停用模糊效果的特性
* 恢复顶栏图标鼠标悬停效果
### v3.0.12

* 统一对话框和页签中资源文件搜索列表样式
* 对话框标题改为居中
* 优化 `设置 - 搜索` 页面布局
* 去除对话框标题下的分割线
* [调整宽视口下 ](https://github.com/mustakshif/Asri/issues/68)[`/`]()[ 菜单宽度和栏数]()
* [修复标题为空时大纲层级标识位置偏移的问题](https://github.com/mustakshif/Asri/issues/69)
* 修复提示条内容为长文本时无法滚动的问题
* 修复在部分缩放比例下开关把手不居中的问题

### ...

Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Asri",
"author": "MUSTAKSHIF",
"url": "https://github.com/mustakshif/Asri",
"version": "3.0.11",
"version": "3.0.12",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit c5f976c

Please sign in to comment.