发布

  • fix(mac): update badge always visible due to version prefix mismatch

    frostbyte_neo 发布于 2026-04-19 20:00:20 +00:00

    GitHub asset name includes a v prefix (v0.8.0) while
    CFBundleShortVersionString does not (0.8.0). Strip the prefix
    before comparing. Also capture stderr on update failure so the
    button doesn't hang on "Updating..." forever.

    下载附件