mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
- Add UserDefaults extension for KVO-compatible updateChannel property
- Fix HTTPField.Name API changes in AuthenticationMiddleware
- Add @preconcurrency annotations to SparkleUpdaterManager protocols
- Wrap KVO observer callback in Task { @MainActor } to fix concurrency warning
- Update deinit to avoid accessing MainActor-isolated properties
These changes address Swift 6 concurrency strictness and API changes
introduced in Hummingbird 2.14.1.
|
||
|---|---|---|
| .. | ||
| AuthenticationMiddleware.swift | ||
| SparkleUpdaterManager.swift | ||
| StartupManager.swift | ||
| TerminalManager.swift | ||
| TunnelClient.swift | ||
| TunnelServer.swift | ||
| TunnelServerDemo.swift | ||
| WebSocketHandler.swift | ||