Changelog

What’s new in BugScreen

Major releases — new integrations, client SDK updates, and product features.

  1. May 25, 2026
    Integration

    ClickUp integration

    Reports can now fan out into ClickUp alongside GitHub and Jira. Pick a workspace, space, and list once and every report becomes a ClickUp task with the screenshot, description, type, and severity attached.

  2. May 22, 2026
    SDK

    New iOS reporter UI

    The iOS SDK reporter is now a native bottom sheet with multi-screenshot capture and inline type and severity pickers — matching the redesigned Android sheet for a consistent look across platforms.

  3. May 22, 2026
    Feature

    Up to 4 screenshots per report

    Bug reports can now include up to four screenshots instead of one. The reporter lets users add additional captures inline, and every screenshot is attached to the resulting GitHub, Jira, or ClickUp issue.

  4. May 22, 2026
    Feature

    Type and severity routing for GitHub and Jira

    Bug type and severity selected in the reporter now map to GitHub labels and Jira priority on the created issue, so triage rules and saved searches just work.

  5. May 21, 2026
    SDK

    New Android reporter UI

    The Android SDK reporter has been rebuilt as a Material 3 bottom sheet with cleaner inputs, the new dark palette, and tighter motion. The public API is unchanged — drop in the latest version and the new UI is automatic.

  6. May 21, 2026
    SDK

    Custom data API on Android and iOS

    Attach arbitrary key/value metadata to bug reports with setCustomData and clearCustomData. Useful for tagging reports with the current user, feature flag state, build flavor, or anything else your triage workflow needs.