Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AppScope/app.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"app": {
"bundleName": "com.alkaidlab.sdream",
"vendor": "Moonlight",
"versionCode": 1000795,
"versionName": "1.0.0.795",
"versionCode": 1000796,
"versionName": "1.0.0.796",
"icon": "$media:layered_icon",
"label": "$string:app_name",
"bundleType": "app",
Expand Down
10 changes: 10 additions & 0 deletions entry/src/main/resources/rawfile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@
- 最新版本放在最前面
-->

## [1.0.0.796] - 2026-07-26
串流菜单视觉与音频振动稳定性修复

### 优化
- **串流菜单视觉**:降低面板背景遮蔽,在继续跟随系统浅色或深色主题的同时恢复毛玻璃层次;右侧袜子菜单恢复各入口的同色系文字,并保持清晰可读。

### 修复
- **袜子菜单轮廓**:移除按钮外围多余的方形阴影,避免透明背景上出现矩形边框感。
- **音频振动残留**:音频触觉输入停止更新后自动结束机身或 USB 手柄的持续振动,避免旧输出一直保留。

## [1.0.0.795] - 2026-07-25
音频振动、画面呈现与串流菜单体验更新

Expand Down
Loading