Skip to content

Commit dd46bd9

Browse files
author
baiqing
committed
release: v1.0.06 (build B1005)
1 parent 7ccda2b commit dd46bd9

2 files changed

Lines changed: 37 additions & 2 deletions

File tree

appcast.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@
55
<link>https://raw.githubusercontent.com/appergb/openless/main/appcast.xml</link>
66
<description>OpenLess update feed</description>
77

8+
<item>
9+
<title>OpenLess 1.0.06</title>
10+
<pubDate>Tue, 28 Apr 2026 05:36:01 +0000</pubDate>
11+
<sparkle:version>B1005</sparkle:version>
12+
<sparkle:shortVersionString>1.0.06</sparkle:shortVersionString>
13+
<sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
14+
<description><![CDATA[# OpenLess 1.0.06
15+
16+
build B1005 — 紧急修复设置页更新入口。
17+
18+
## 修复
19+
20+
- **设置里的「检查更新…」按钮无响应**。设置页通过 responder chain 发送 `checkForUpdates:`,但实际的 `UpdaterController` 不是 responder chain 的一员,导致 action 找不到 target。现在由 `AppDelegate` 接住同名 action 并转发给 Sparkle updater。
21+
- **帮助中心 GitHub 链接 404**。链接已从旧的 `github.com/baiqing/openless` 改为正确的 `github.com/appergb/openless`。
22+
- **帮助中心链接行布局乱**。右侧改为简洁的「打开」按钮,完整 URL 放到 tooltip。
23+
- **常见问题 Q/A 太挤**。增加问题和答案之间的间距,提升可读性。
24+
25+
## 安装
26+
27+
**老用户**:什么都不用做。下次启动 OpenLess 会自动检查更新。
28+
29+
**新用户**:到 [Releases](https://github.com/appergb/openless/releases) 下载 zip,解压拖到 `/Applications`,跑一次:
30+
31+
```bash
32+
xattr -dr com.apple.quarantine /Applications/OpenLess.app
33+
```
34+
35+
之后双击启动。]]></description>
36+
<enclosure
37+
url="https://github.com/appergb/openless/releases/download/v1.0.06/OpenLess-1.0.06.zip"
38+
length="2799409"
39+
type="application/octet-stream"
40+
sparkle:edSignature="K3nM1N06l4PGdUcQTIBKcFKs4CZoRjkC2XDMK0Us1Ur/BGpRpR4cAXs6VcUPoUmmeQO/SQ3pyHAjL4pfNK1zBQ==" />
41+
</item>
42+
843
<item>
944
<title>OpenLess 1.0.04</title>
1045
<pubDate>Tue, 28 Apr 2026 05:20:45 +0000</pubDate>

scripts/build-app.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cd "$(dirname "$0")/.."
66

77
APP_NAME="OpenLess"
88
BUNDLE_ID="com.openless.app"
9-
APP_VERSION="1.0.04"
10-
BUILD_NUMBER="B1003"
9+
APP_VERSION="1.0.06"
10+
BUILD_NUMBER="B1005"
1111
BUILD_DIR="build"
1212
APP_DIR="${BUILD_DIR}/${APP_NAME}.app"
1313
BIN_DIR="${APP_DIR}/Contents/MacOS"

0 commit comments

Comments
 (0)