v1.86.0
trycompai/compv1.86.0Feb 26, 2026by claudfuen
AI Summary
A minor release with multiple bug fixes across the app and portal, plus a new feature for evidence forms file uploads.
Key Highlights
- Added endpoint and UI for file upload submissions in evidence-forms
- Removed inactive user count from people card on overview
- Fixed Vercel TXT verification to only apply to Vercel domains
- Resolved tailwind configuration issue on portal
New Features
- Evidence forms now support file upload submissions with endpoint and UI
Full Release Notes
# [1.86.0](https://github.com/trycompai/comp/compare/v1.85.1...v1.86.0) (2026-02-26) ### Bug Fixes * **app:** remove number of inactive users in people card on overview page ([#2188](https://github.com/trycompai/comp/issues/2188)) ([ca24322](https://github.com/trycompai/comp/commit/ca243221238888ef64b389fc549e3af05f2f1fc4)) * **app:** require vercel txt verification only for vercel domains ([#2179](https://github.com/trycompai/comp/issues/2179)) ([410288e](https://github.com/trycompai/comp/commit/410288ecfb50641ce4107093fae7c2c8fa2dd757)) * **portal:** fix the tailwind configuration issue on portal ([#2187](https://github.com/trycompai/comp/issues/2187)) ([5751b91](https://github.com/trycompai/comp/commit/5751b918d2b32f1d69b37cc0856499693c040479)) ### Features * **evidence-forms:** add endpoint and UI for file upload submissions ([e4ae157](https://github.com/trycompai/comp/commit/e4ae157fb1e1b57e0c27eea46f0c0d2f7637e093))