• v1.0.0 692ab7c28d

    Ghost released this 2026-04-11 16:18:46 +03:00 | 249 commits to main since this release

    1. LinkParser: JsonArrayBuilder.add() needs JsonPrimitive, not String

      • add(it.trim()) → add(JsonPrimitive(it.trim())) on 3 sites
      • Added JsonPrimitive import
    2. AuditScreen: HorizontalPager requires @OptIn(ExperimentalFoundationApi)

    3. DashboardScreen: PullToRefreshBox not available in Compose BOM 2024.05

      • Replaced with standard Column + verticalScroll

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads