v3.37.0
trycompai/compv3.37.0Apr 29, 2026by claudfuen
AI Summary
This is a bug fix release focused on the pentest module, improving how scans are displayed throughout the UI. The release adds running and failed scans to the Recent activity list, surfaces in-progress scans on the overview page, and introduces a mobile-friendly split-view with per-route loading skeletons to prevent layout shift.
Key Highlights
- Include running/failed scans in Recent activity list
- Surface in-progress scans on overview when no completed runs exist
- Mobile-friendly split-view with per-route loading skeletons
- Fixed layout shift issues in loading states with split-view shell
- Mobile back-bar mirrored in detail/create loading skeletons
New Features
- Mobile-friendly split-view + per-route loading skeletons
Full Release Notes
# [3.37.0](https://github.com/trycompai/comp/compare/v3.36.1...v3.37.0) (2026-04-29) ### Bug Fixes * **pentest:** include running/failed scans in Recent activity list ([6ae7ea3](https://github.com/trycompai/comp/commit/6ae7ea38158c1abdf0a4210d71bc84963550456f)) * **pentest:** mirror mobile back-bar in detail/create loading skeletons ([aea5f1a](https://github.com/trycompai/comp/commit/aea5f1ae18cf303b0f32c1454c041a311d540364)) * **pentest:** mirror split-view shell in loading.tsx to prevent layout shift ([f69854e](https://github.com/trycompai/comp/commit/f69854e1a1b8aeeaa40fc258c24d1ca41512f2a0)) * **pentest:** surface in-progress scans on overview when no completed runs ([c009ae8](https://github.com/trycompai/comp/commit/c009ae89f18dce3be625d6e4d15a7aaab3d0af33)) ### Features * **pentest:** mobile-friendly split-view + per-route loading skeletons ([84ae91a](https://github.com/trycompai/comp/commit/84ae91a6030e96d9f435172f4c6ebe7f5b36aee2))