Skip to content

Commit 386694d

Browse files
committed
Update appcast and add 4.0.0-beta release notes
1 parent 675004b commit 386694d

File tree

7 files changed

+161
-26
lines changed

7 files changed

+161
-26
lines changed

build/appcast.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414
<sparkle:channel>beta</sparkle:channel>
1515

1616
<description><![CDATA[<h2>新功能</h2>
17-
<ul><li>新增应用内更新检查(Sparkle),并支持 Beta 渠道开关。</li></ul>
17+
<ul><li>新增应用内更新检查(Sparkle),并支持可选的 Beta 渠道。</li><li>滚动功能键现在支持绑定任意热键。</li></ul>
1818
1919
<h2>改进</h2>
20-
<ul><li>更新法语本地化翻译。</li></ul>
20+
<ul><li>补充并修正部分本地化内容。</li></ul>
2121
2222
<h2>修复</h2>
23-
<ul><li>允许在不按修饰键的情况下绑定鼠标中键。</li><li>修复部分非 US 键盘布局下的快捷键问题。</li></ul>
23+
<ul><li>修复部分非 US 键盘布局下的快捷键问题。</li><li>修复远程桌面或部分特殊设备的滚动输入无法被正确平滑的问题。</li></ul>
2424
2525
2626
<hr/>
2727
2828
<h2>New Feature</h2>
29-
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li></ul>
29+
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li><li>Scroll hotkeys can now be bound to any key.</li></ul>
3030
3131
<h2>Improvements</h2>
32-
<ul><li>Updated French localization.</li></ul>
32+
<ul><li>Refined other localization strings.</li></ul>
3333
3434
<h2>Fixes</h2>
35-
<ul><li>Allowed binding the middle mouse button without modifier keys.</li><li>Fixed some shortcut issues on non‑US keyboard layouts.</li></ul>]]></description>
36-
<pubDate>Fri, 09 Jan 2026 17:10:52 +0000</pubDate>
35+
<ul><li>Fixed shortcut issues on non‑US keyboard layouts.</li><li>Fixed smooth scrolling not working properly with Remote Desktop or some special devices.</li></ul>]]></description>
36+
<pubDate>Sun, 01 Feb 2026 17:13:28 +0000</pubDate>
3737

38-
<sparkle:releaseNotesLink xml:lang="zh">https://mos.caldis.me/release-notes/4.0.0-beta-20260108.1.zh.html</sparkle:releaseNotesLink>
39-
<sparkle:releaseNotesLink>https://mos.caldis.me/release-notes/4.0.0-beta-20260108.1.en.html</sparkle:releaseNotesLink>
38+
<sparkle:releaseNotesLink xml:lang="zh">https://mos.caldis.me/release-notes/4.0.0-beta-20260201.1.zh.html</sparkle:releaseNotesLink>
39+
<sparkle:releaseNotesLink>https://mos.caldis.me/release-notes/4.0.0-beta-20260201.1.en.html</sparkle:releaseNotesLink>
4040
<enclosure
41-
url="https://github.com/Caldis/Mos/releases/download/4.0.0-beta-20260108.1/Mos.Versions.4.0.0-beta-20260108.1.zip"
42-
length="11322045"
41+
url="https://github.com/Caldis/Mos/releases/download/4.0.0-beta-20260201.1/Mos.Versions.4.0.0-beta-20260201.1.zip"
42+
length="11351142"
4343
type="application/octet-stream"
4444
sparkle:shortVersionString="4.0.0-beta"
45-
sparkle:version="20260108.1"
46-
sparkle:edSignature="+zuoPzpX6ubZK7eBJHWBxdT+v+W/v1ah4cxJeFG9T5LtQlVCL78yWh/yPDELNDwxeGp6Aqe4tCGLbLHqMtxsAw=="
45+
sparkle:version="20260201.1"
46+
sparkle:edSignature="x0gMXHojmprH3MxCvI2tnlqPVEvLcthIvJoxI3kSQv4hdtYowScEHpGbpUYkHi8tezGLzXYjHbFBxasD9T9nBQ=="
4747
sparkle:channel="beta"
4848
/>
4949
</item>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Mos Release Notes</title>
7+
<style>
8+
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;padding:20px;max-width:900px;margin:0 auto;}
9+
h2{margin:18px 0 8px 0;}
10+
ul{margin:6px 0 14px 18px;}
11+
code{background:#f3f4f6;padding:0 4px;border-radius:4px;}
12+
a{color:#2563eb;text-decoration:none;}
13+
a:hover{text-decoration:underline;}
14+
</style>
15+
</head>
16+
<body>
17+
<h2>New Feature</h2>
18+
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li><li>Scroll hotkeys can now be bound to any key.</li></ul>
19+
20+
<h2>Improvements</h2>
21+
<ul><li>Refined other localization strings.</li></ul>
22+
23+
<h2>Fixes</h2>
24+
<ul><li>Fixed shortcut issues on non‑US keyboard layouts.</li><li>Fixed smooth scrolling not working properly with Remote Desktop or some special devices.</li></ul>
25+
</body>
26+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
> 这是测试版本, 一些功能或内容可能会在正式版本中变更
2+
>
3+
> 如果应用无法启动或遇到权限问题, 请参考 [Wiki: 如果应用无法正常运行](https://github.com/Caldis/Mos/wiki/%E5%A6%82%E6%9E%9C%E5%BA%94%E7%94%A8%E6%97%A0%E6%B3%95%E6%AD%A3%E5%B8%B8%E8%BF%90%E8%A1%8C)
4+
5+
### 新功能
6+
- 新增应用内更新检查(Sparkle),并支持可选的 Beta 渠道。
7+
- 滚动功能键现在支持绑定任意热键。
8+
9+
### 改进
10+
- 补充并修正部分本地化内容。
11+
12+
### 修复
13+
- 修复部分非 US 键盘布局下的快捷键问题。
14+
- 修复远程桌面或部分特殊设备的滚动输入无法被正确平滑的问题。
15+
16+
---
17+
18+
> This is a beta version, some features or content may change in the official release.
19+
>
20+
> If the application fails to start or encounters permission issues, please refer [Wiki: If the App not work properly](https://github.com/Caldis/Mos/wiki/If-the-App-not-work-properly)
21+
22+
### New Feature
23+
- Added in-app update checking via Sparkle, with an optional beta channel toggle.
24+
- Scroll hotkeys can now be bound to any key.
25+
26+
### Improvements
27+
- Refined other localization strings.
28+
29+
### Fixes
30+
- Fixed shortcut issues on non‑US keyboard layouts.
31+
- Fixed smooth scrolling not working properly with Remote Desktop or some special devices.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html lang="zh">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Mos Release Notes</title>
7+
<style>
8+
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;padding:20px;max-width:900px;margin:0 auto;}
9+
h2{margin:18px 0 8px 0;}
10+
ul{margin:6px 0 14px 18px;}
11+
code{background:#f3f4f6;padding:0 4px;border-radius:4px;}
12+
a{color:#2563eb;text-decoration:none;}
13+
a:hover{text-decoration:underline;}
14+
</style>
15+
</head>
16+
<body>
17+
<h2>新功能</h2>
18+
<ul><li>新增应用内更新检查(Sparkle),并支持可选的 Beta 渠道。</li><li>滚动功能键现在支持绑定任意热键。</li></ul>
19+
20+
<h2>改进</h2>
21+
<ul><li>补充并修正部分本地化内容。</li></ul>
22+
23+
<h2>修复</h2>
24+
<ul><li>修复部分非 US 键盘布局下的快捷键问题。</li><li>修复远程桌面或部分特殊设备的滚动输入无法被正确平滑的问题。</li></ul>
25+
</body>
26+
</html>

docs/appcast.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,36 @@
1414
<sparkle:channel>beta</sparkle:channel>
1515

1616
<description><![CDATA[<h2>新功能</h2>
17-
<ul><li>新增应用内更新检查(Sparkle),并支持 Beta 渠道开关。</li></ul>
17+
<ul><li>新增应用内更新检查(Sparkle),并支持可选的 Beta 渠道。</li><li>滚动功能键现在支持绑定任意热键。</li></ul>
1818
1919
<h2>改进</h2>
20-
<ul><li>更新法语本地化翻译。</li></ul>
20+
<ul><li>补充并修正部分本地化内容。</li></ul>
2121
2222
<h2>修复</h2>
23-
<ul><li>允许在不按修饰键的情况下绑定鼠标中键。</li><li>修复部分非 US 键盘布局下的快捷键问题。</li></ul>
23+
<ul><li>修复部分非 US 键盘布局下的快捷键问题。</li><li>修复远程桌面或部分特殊设备的滚动输入无法被正确平滑的问题。</li></ul>
2424
2525
2626
<hr/>
2727
2828
<h2>New Feature</h2>
29-
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li></ul>
29+
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li><li>Scroll hotkeys can now be bound to any key.</li></ul>
3030
3131
<h2>Improvements</h2>
32-
<ul><li>Updated French localization.</li></ul>
32+
<ul><li>Refined other localization strings.</li></ul>
3333
3434
<h2>Fixes</h2>
35-
<ul><li>Allowed binding the middle mouse button without modifier keys.</li><li>Fixed some shortcut issues on non‑US keyboard layouts.</li></ul>]]></description>
36-
<pubDate>Fri, 09 Jan 2026 17:10:52 +0000</pubDate>
35+
<ul><li>Fixed shortcut issues on non‑US keyboard layouts.</li><li>Fixed smooth scrolling not working properly with Remote Desktop or some special devices.</li></ul>]]></description>
36+
<pubDate>Sun, 01 Feb 2026 17:13:28 +0000</pubDate>
3737

38-
<sparkle:releaseNotesLink xml:lang="zh">https://mos.caldis.me/release-notes/4.0.0-beta-20260108.1.zh.html</sparkle:releaseNotesLink>
39-
<sparkle:releaseNotesLink>https://mos.caldis.me/release-notes/4.0.0-beta-20260108.1.en.html</sparkle:releaseNotesLink>
38+
<sparkle:releaseNotesLink xml:lang="zh">https://mos.caldis.me/release-notes/4.0.0-beta-20260201.1.zh.html</sparkle:releaseNotesLink>
39+
<sparkle:releaseNotesLink>https://mos.caldis.me/release-notes/4.0.0-beta-20260201.1.en.html</sparkle:releaseNotesLink>
4040
<enclosure
41-
url="https://github.com/Caldis/Mos/releases/download/4.0.0-beta-20260108.1/Mos.Versions.4.0.0-beta-20260108.1.zip"
42-
length="11322045"
41+
url="https://github.com/Caldis/Mos/releases/download/4.0.0-beta-20260201.1/Mos.Versions.4.0.0-beta-20260201.1.zip"
42+
length="11351142"
4343
type="application/octet-stream"
4444
sparkle:shortVersionString="4.0.0-beta"
45-
sparkle:version="20260108.1"
46-
sparkle:edSignature="+zuoPzpX6ubZK7eBJHWBxdT+v+W/v1ah4cxJeFG9T5LtQlVCL78yWh/yPDELNDwxeGp6Aqe4tCGLbLHqMtxsAw=="
45+
sparkle:version="20260201.1"
46+
sparkle:edSignature="x0gMXHojmprH3MxCvI2tnlqPVEvLcthIvJoxI3kSQv4hdtYowScEHpGbpUYkHi8tezGLzXYjHbFBxasD9T9nBQ=="
4747
sparkle:channel="beta"
4848
/>
4949
</item>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Mos Release Notes</title>
7+
<style>
8+
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;padding:20px;max-width:900px;margin:0 auto;}
9+
h2{margin:18px 0 8px 0;}
10+
ul{margin:6px 0 14px 18px;}
11+
code{background:#f3f4f6;padding:0 4px;border-radius:4px;}
12+
a{color:#2563eb;text-decoration:none;}
13+
a:hover{text-decoration:underline;}
14+
</style>
15+
</head>
16+
<body>
17+
<h2>New Feature</h2>
18+
<ul><li>Added in-app update checking via Sparkle, with an optional beta channel toggle.</li><li>Scroll hotkeys can now be bound to any key.</li></ul>
19+
20+
<h2>Improvements</h2>
21+
<ul><li>Refined other localization strings.</li></ul>
22+
23+
<h2>Fixes</h2>
24+
<ul><li>Fixed shortcut issues on non‑US keyboard layouts.</li><li>Fixed smooth scrolling not working properly with Remote Desktop or some special devices.</li></ul>
25+
</body>
26+
</html>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html lang="zh">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<title>Mos Release Notes</title>
7+
<style>
8+
body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.5;padding:20px;max-width:900px;margin:0 auto;}
9+
h2{margin:18px 0 8px 0;}
10+
ul{margin:6px 0 14px 18px;}
11+
code{background:#f3f4f6;padding:0 4px;border-radius:4px;}
12+
a{color:#2563eb;text-decoration:none;}
13+
a:hover{text-decoration:underline;}
14+
</style>
15+
</head>
16+
<body>
17+
<h2>新功能</h2>
18+
<ul><li>新增应用内更新检查(Sparkle),并支持可选的 Beta 渠道。</li><li>滚动功能键现在支持绑定任意热键。</li></ul>
19+
20+
<h2>改进</h2>
21+
<ul><li>补充并修正部分本地化内容。</li></ul>
22+
23+
<h2>修复</h2>
24+
<ul><li>修复部分非 US 键盘布局下的快捷键问题。</li><li>修复远程桌面或部分特殊设备的滚动输入无法被正确平滑的问题。</li></ul>
25+
</body>
26+
</html>

0 commit comments

Comments
 (0)