openclaw/apps/macos/Sources
zerone0x 3e4b0d0505 fix(macos): parse semver patch correctly when version has prerelease suffix
Strip prerelease (`-beta.1`) and build (`-4`) suffixes from the patch
component before parsing as integer. Previously `2026.1.11-4` parsed to
`patch: 0` because `Int("11-4")` returns nil; now correctly yields
`patch: 11`.

Fixes #1107

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-18 00:31:20 +08:00
..
Clawdbot fix(macos): parse semver patch correctly when version has prerelease suffix 2026-01-18 00:31:20 +08:00
ClawdbotDiscovery SwiftFormat: format macOS sources 2026-01-16 01:56:23 +00:00
ClawdbotDiscoveryCLI fix(mac): add tailnet discovery fallback and debug CLI 2026-01-10 23:39:27 +01:00
ClawdbotIPC SwiftFormat: format macOS sources 2026-01-16 01:56:23 +00:00
ClawdbotProtocol chore: format + regenerate protocol 2026-01-17 03:40:49 +00:00
ClawdbotWizardCLI refactor: simplify cron job editor payloads 2026-01-13 05:13:49 +00:00