From f64f448ed83988d76f191369858268cdfb2bef96 Mon Sep 17 00:00:00 2001 From: qiin <414382190@qq.com> Date: Sun, 26 Jul 2026 17:01:20 +0800 Subject: [PATCH] chore(release): bump version to 1.0.0.796 --- AppScope/app.json5 | 4 ++-- entry/src/main/resources/rawfile/CHANGELOG.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 index 66ea161..d6f09e1 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -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", diff --git a/entry/src/main/resources/rawfile/CHANGELOG.md b/entry/src/main/resources/rawfile/CHANGELOG.md index 1146a26..d090400 100644 --- a/entry/src/main/resources/rawfile/CHANGELOG.md +++ b/entry/src/main/resources/rawfile/CHANGELOG.md @@ -25,6 +25,16 @@ - 最新版本放在最前面 --> +## [1.0.0.796] - 2026-07-26 +串流菜单视觉与音频振动稳定性修复 + +### 优化 +- **串流菜单视觉**:降低面板背景遮蔽,在继续跟随系统浅色或深色主题的同时恢复毛玻璃层次;右侧袜子菜单恢复各入口的同色系文字,并保持清晰可读。 + +### 修复 +- **袜子菜单轮廓**:移除按钮外围多余的方形阴影,避免透明背景上出现矩形边框感。 +- **音频振动残留**:音频触觉输入停止更新后自动结束机身或 USB 手柄的持续振动,避免旧输出一直保留。 + ## [1.0.0.795] - 2026-07-25 音频振动、画面呈现与串流菜单体验更新