Skip to content

Commit

Permalink
v3.0.9: finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakshif committed May 15, 2024
1 parent beff339 commit 16f5308
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 22 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.9

* 优化日语界面字体
* 恢复编辑区动态滚动条样式
* 微调数据库视图页签样式
* 修复数据库模版编辑文本框显示问题
* 修复数据库换行开关不居中的问题
* 解决部分插件样式冲突

<br />

* Optimized Japanese interface font.
* Restored dynamic scrollbar style in the editing area.
* Fine-tuned database view page tab styles.
* Fixed the issue of text box display in the database template editing.
* Fixed the problem of misalignment in the database line break switch.
* Resolved some plugin style conflicts.

---

### v3.0.8

* [移动端支持全宽显示](https://github.com/mustakshif/Asri/issues/63)
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ An ultra-modern theme for [SiYuan Note](https://github.com/siyuan-note/siyuan),

## Latest Updates

### v3.0.8

* [Support full-width display on mobile devices](https://github.com/mustakshif/Asri/issues/63)
* [Optimized table display in different viewport widths](https://github.com/mustakshif/Asri/issues/62)
* Optimized rendering performance of marketplace cards
* Improved styling of the command panel
* Enhanced the color of the date & time for highlighted items in the `Layout` menu
* Improved the display of title badges in the account page
* Adapted the text color in the search list to the new color system
* [Fixed the issue of excessive button spacing in the flashcard review interface on mobile devices](https://github.com/mustakshif/Asri/issues/61)
### v3.0.9

* 优化日语界面字体
* 恢复编辑区动态滚动条样式
* 微调数据库视图页签样式
* 修复数据库模版编辑文本框显示问题
* 修复数据库换行开关不居中的问题
* 解决部分插件样式冲突

### ...

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

## 最近更新

### v3.0.8

* [移动端支持全宽显示](https://github.com/mustakshif/Asri/issues/63)
* [优化不同视口宽度下的表格显示](https://github.com/mustakshif/Asri/issues/62)
* 优化集市卡片渲染性能
* 优化命令面板样式
* 优化布局菜单中高亮条目时间部分的颜色
* 优化账号页面头衔标识的显示
* 搜索列表文字颜色适配新色彩系统
* [修复移动端闪卡复习界面按钮间距过大的问题](https://github.com/mustakshif/Asri/issues/61)
### v3.0.9

* 优化日语界面字体
* 恢复编辑区动态滚动条样式
* 微调数据库视图页签样式
* 修复数据库模版编辑文本框显示问题
* 修复数据库换行开关不居中的问题
* 解决部分插件样式冲突

### ...

Expand Down
1 change: 1 addition & 0 deletions style/features/custom-attributes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
transition-duration: .15s;
border-radius: 4px;
mask-image: none;
max-width: 180px;

cursor: ns-resize;

Expand Down
2 changes: 1 addition & 1 deletion theme.css

Large diffs are not rendered by default.

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

0 comments on commit 16f5308

Please sign in to comment.