Skip to content

Commit

Permalink
v3.0.13: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed Jun 2, 2024
1 parent 58a44d6 commit 06aa472
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 21 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v3.0.13

* 优化只读模式下 HTML 块工具条样式
* 采用思源自带的 emojis 对话框属性作为选择器
* 移除部分多余 js 功能
* 修复文档顶部 `添加标签` 按钮错位问题

<br />

* Optimized the toolbar style of HTML blocks in read-only mode.
* Adopted SiYuan's built-in emojis dialog properties as selectors.
* Removed some redundant JavaScript functionalities.
* Fixed the misalignment issue of the "Add Tag" button at the top of the document.

---

### v3.0.12

* 统一对话框和页签中资源文件搜索列表样式
Expand All @@ -9,6 +25,8 @@
* 修复提示条内容为长文本时无法滚动的问题
* 修复在部分缩放比例下开关把手不居中的问题

<br />

* Standardized the resource file search list style in dialogs and tabs.
* Centered dialog titles.
* Optimized the layout of the `Settings - Search` page.
Expand All @@ -18,12 +36,18 @@
* 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 导出结果的字体色和背景色问题

<br/>

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

---

### v3.0.10

* 添加 PDF 阅读器侧边导航列表的溢出渐隐效果
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### 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.
### v3.0.13

* Optimized the toolbar style of HTML blocks in read-only mode.
* Adopted SiYuan's built-in emojis dialog properties as selectors.
* Removed some redundant JavaScript functionalities.
* Fixed the misalignment issue of the "Add Tag" button at the top of the document.

### ...

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

## 最近更新

### v3.0.12

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

* 优化只读模式下 HTML 块工具条样式
* 采用思源自带的 emojis 对话框属性作为选择器
* 移除部分多余 js 功能
* 修复文档顶部 `添加标签` 按钮错位问题

### ...

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.12",
"version": "3.0.13",
"displayName": {
"default": "Asri",
"zh_CN": "Asri",
Expand Down

0 comments on commit 06aa472

Please sign in to comment.