Skip to content

Commit 92394f5

Browse files
authored
Merge pull request #7 from HapticTide/fix_release_script
release: prepare 1.2.1
2 parents 44bb404 + e4de986 commit 92394f5

2 files changed

Lines changed: 17 additions & 10 deletions

File tree

appcast.xml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,25 @@
77
<link>https://github.com/HapticTide/ScreenPresenter</link>
88

99
<item>
10-
<title>Version 1.2.0</title>
10+
<title>Version 1.2.1</title>
1111
<description>
1212
<![CDATA[
13-
<h2>🚀 ScreenPresenter 1.2.0</h2>
13+
<h2>🚀 ScreenPresenter 1.2.1</h2>
1414
<p>本次更新包含以下改动:</p>
1515
1616
<h3>✨ 更新内容</h3>
1717
<ul>
18-
<li>新增 GitHub CI、自动 Release、Issue/PR 模板、Dependabot 与贡献文档</li>
19-
<li>发布构建输出统一优先使用 `xcbeautify`</li>
20-
<li>修复 GitHub Actions runner 使用 Xcode 16.4 时的 SDK 兼容构建问题</li>
21-
<li>README 聚焦用户与贡献者内容,维护者发布流程移至 `docs/RELEASE.md`</li>
22-
<li>GitHub Linguist 语言统计排除内嵌 HTML 资源</li>
23-
<li>适配 scrcpy 4.0.0 server 流元数据协议</li>
24-
<li>最低系统版本调整为 macOS 13.0</li>
18+
<li>优化: 自动查找 Sparkle 签名工具</li>
19+
<li>新增投屏录制功能</li>
20+
<li>Bump actions/checkout from 6 to 7</li>
21+
<li>release: finalize 1.2.0 metadata</li>
2522
</ul>
2623
]]>
2724
</description>
2825
<pubDate>Wed, 13 May 2026 14:08:15 +0800</pubDate>
2926

3027
<sparkle:version>202605131407</sparkle:version>
31-
<sparkle:shortVersionString>1.2.0</sparkle:shortVersionString>
28+
<sparkle:shortVersionString>1.2.1</sparkle:shortVersionString>
3229
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
3330

3431
<enclosure

docs/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.2.1
4+
5+
### 改动
6+
7+
- 优化: 自动查找 Sparkle 签名工具
8+
- 新增投屏录制功能
9+
- Bump actions/checkout from 6 to 7
10+
- release: finalize 1.2.0 metadata
11+
12+
313
## 1.2.0
414

515
### 改动

0 commit comments

Comments
 (0)