Changelog
What’s new in BugScreen
Major releases — new integrations, client SDK updates, and product features.
- May 25, 2026Integration
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.
- May 22, 2026SDK
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.
- May 22, 2026Feature
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.
- May 22, 2026Feature
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.
- May 21, 2026SDK
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.
- May 21, 2026SDK
Custom data API on Android and iOS
Attach arbitrary key/value metadata to bug reports with
setCustomDataandclearCustomData. Useful for tagging reports with the current user, feature flag state, build flavor, or anything else your triage workflow needs.