Skip to content

v0.32.1

Choose a tag to compare

@koalaauto koalaauto released this 05 Jun 08:03

Install

  1. Download Here-0.32.1.dmg below.
  2. Open and drag Here into Applications.
  3. First launch: right-click → Open → Open (unsigned build).

Changes

  • Fix: hard crash (SIGABRT) when URLSession threw an Obj-C NSException during task creation — most commonly on macOS 26.5 under a utun transparent proxy (Clash TUN mode, etc.). v0.32.0 hit this in LatencyService and died within ~900 ms of launch. All four URLSession call sites (latency probe, IP fetch, throughput probe, update check) now go through an @try/@catch barrier that surfaces a Swift-catchable error instead of terminating the process.
  • Regression test added: invokes the wrapper on an invalidated session, which deterministically reproduces the original NSException path.

If you already have v0.32.0 installed, the in-app updater will offer this on its next scheduled check, or use Settings → General → Check now.

System requirements

  • macOS 15 Sequoia or later.