v2026.5.20.1
macro-inc/macrov2026.5.20.1May 21, 2026by synoet
AI Summary
A patch release optimizing search performance, refactoring backend endpoints, and improving team settings.
Key Highlights
- Refactored GET /unfurl endpoint into new crate
- Search improvements with keyset pagination and ICU folding
- Display email addresses for team members in settings
- UI fix for shared send button in chat inputs
New Features
- Unfurl endpoint refactoring
- Team member email display
- Shared send button
Full Release Notes
## What's Changed * Hexify GET /unfurl endpoint into new unfurl crate by @evanhutnik in https://github.com/macro-inc/macro/pull/3410 * feat(notys): make new content more visible to tab re-focus by @aidanhb in https://github.com/macro-inc/macro/pull/3401 * fix(ai): mcp reauth by @ehayes2000 in https://github.com/macro-inc/macro/pull/3411 * fix(downloads): fix image download typing by @aidanhb in https://github.com/macro-inc/macro/pull/3414 * feat(iac): include sts assume role policy for cloud storage service role by @whutchinson98 in https://github.com/macro-inc/macro/pull/3415 * fix(styling): toolbar dropdown and unread messages by @jbecke in https://github.com/macro-inc/macro/pull/3413 * fix(search): convert documents backfill to keyset pagination by @gbirman in https://github.com/macro-inc/macro/pull/3412 * chore: kill dead code by @synoet in https://github.com/macro-inc/macro/pull/3360 * Seanaye/chore/add tests by @seanaye in https://github.com/macro-inc/macro/pull/3416 * fix(style): update top level sidebar command icons by @aidanhb in https://github.com/macro-inc/macro/pull/3420 * feat(settings): display email for team members by @dev-rb in https://github.com/macro-inc/macro/pull/3422 * fix(soup): group by query bugs by @dev-rb in https://github.com/macro-inc/macro/pull/3419 * fix(ui): make shared send button and use in chat inputs by @sedson in https://github.com/macro-inc/macro/pull/3417 * fix(search): use icu_folding for channel content analyzer by @gbirman in https://github.com/macro-inc/macro/pull/3423 * fix(soup): incorrect navigation with collapsed group headers by @dev-rb in https://github.com/macro-inc/macro/pull/3425 * fix(ui): typo by @Fake-User in https://github.com/macro-inc/macro/pull/3428 * fix(search): skip rows with unknown file types in documents backfill by @gbirman in https://github.com/macro-inc/macro/pull/3426 * style: soup create button by @sedson in https://github.com/macro-inc/macro/pull/3427 * fix(md): floating scroll, update floating menu styles by @sedson in https://github.com/macro-inc/macro/pull/3430 * fix(settings): return settings to previous tab state, try a more standard settings position by @sedson in https://github.com/macro-inc/macro/pull/3424 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.5.20...v2026.5.20.1