1.4.0
First release of the maintained patro85 fork. Picks up community fixes that were stuck in the original (now-inactive) upstream.
What's new
- visionOS support —
.visionOS(.v1)platform + correct on-screen positioning (#3). Based on @derwaldgeist's upstream PR elai950#104. - Liquid Glass on iOS/macOS 26+ — native
glassEffecttoast background, on by default where available (#4). Based on @lfuelling's upstream PR elai950#112. - Opt-out for Liquid Glass —
AlertStyle.style(..., useGlassEffect: false)keeps the classic blur/solid background (#6). - Subtitle truncation fix — long subtitles now wrap in banner, hud, and alert layouts (#2). Extends @arslankaleem7229's upstream PR elai950#106.
Housekeeping
- Removed committed macOS AppleDouble (
._*) files and ignored them (#1). - Repointed podspec/homepage at this fork; README badges updated.
Notes
swift-tools-versionbumped 5.3 → 5.9 (required for the visionOS platform). Building requires Swift 5.9+; the Liquid Glass path requires Xcode 26 / the iOS 26 SDK.- Backward compatible: existing
AlertStyle.style(...)call sites compile unchanged.
🤖 Generated with Claude Code