v2026.6.11.0
macro-inc/macrov2026.6.11.0Jun 11, 2026by synoet
AI Summary
Significant documentation updates, added an admin debug panel, and implemented mobile multi-inbox support.
Key Highlights
- Admin panel for debug actions
- Snippets feature documentation and team sharing docs
- Mobile multi-inbox support
- Faster CI builds using blacksmith runners and hakari
New Features
- Admin debug panel
- Multi-inbox mobile support
- Snippets feature documentation
- Faster CI builds
- Settings menu reconfiguration to sidebar nav
Full Release Notes
## What's Changed * Add Snippets feature documentation by @jbecke in https://github.com/macro-inc/macro/pull/3966 * chore(ios): bump version by @peterchinman in https://github.com/macro-inc/macro/pull/3969 * docs(teams): document team sharing for snippets by @jbecke in https://github.com/macro-inc/macro/pull/3970 * Mintlify Docs Edits by @jbecke in https://github.com/macro-inc/macro/pull/3971 * Mintlify Docs Edits by @jbecke in https://github.com/macro-inc/macro/pull/3973 * fix(channels): revert to uncollapsed inputs by @peterchinman in https://github.com/macro-inc/macro/pull/3975 * Add documentation links to sidebar and launcher by @jbecke in https://github.com/macro-inc/macro/pull/3965 * fix(email): keep a bootstrapped inbox's login identity on its own user by @gbirman in https://github.com/macro-inc/macro/pull/3976 * feat(settings): add admin panel for debug actions by @aidanhb in https://github.com/macro-inc/macro/pull/3968 * fix: dss url typo in wrangler.toml by @404Wolf in https://github.com/macro-inc/macro/pull/3977 * feat(email): add 'Add inbox' row to inbox selector by @gbirman in https://github.com/macro-inc/macro/pull/3974 * fix(soup): group by FE performance and bugs by @dev-rb in https://github.com/macro-inc/macro/pull/3980 * fix(snipets): only one snippet parse editor, various special case icons by @sedson in https://github.com/macro-inc/macro/pull/3967 * feat: j/k navigation when coming from inbox or email views by @dev-rb in https://github.com/macro-inc/macro/pull/3935 * fix(icon): improve channel icon animation by @aidanhb in https://github.com/macro-inc/macro/pull/3979 * fix(split-layout): collapse header items by priority and recover via trial-expand by @gbirman in https://github.com/macro-inc/macro/pull/3981 * feat(email): open Settings > Account after connecting an inbox by @gbirman in https://github.com/macro-inc/macro/pull/3982 * Beef up Switch to Macro page with comparisons and migration graphics by @jbecke in https://github.com/macro-inc/macro/pull/3984 * feat(macro_env_var): define env_vars! macro by @whutchinson98 in https://github.com/macro-inc/macro/pull/3986 * feat(auth_service): use macro_config from_ref_all by @whutchinson98 in https://github.com/macro-inc/macro/pull/3987 * feat(ci): faster build and deploy: blacksmith runners, hakari, sticky disks, crane lambdas by @synoet in https://github.com/macro-inc/macro/pull/3948 * fix(soup): black screen navigating back to soup for team-less users by @gbirman in https://github.com/macro-inc/macro/pull/3983 * fix(ci): resolve self-deadlock cancelling all on-push dev deploys by @synoet in https://github.com/macro-inc/macro/pull/3989 * Add ClickUp migration guide to Switch to Macro documentation by @jbecke in https://github.com/macro-inc/macro/pull/3991 * Add comparison tables and demo videos to switch-to-macro docs by @jbecke in https://github.com/macro-inc/macro/pull/3992 * feat(email): relocate shared-mailbox Google grant to a dedicated FusionAuth user by @gbirman in https://github.com/macro-inc/macro/pull/3930 * fix(email): remove refresh subtext from inbox connected toast by @gbirman in https://github.com/macro-inc/macro/pull/3996 * fix(task/compose): use proper line wrapped editor for title by @sedson in https://github.com/macro-inc/macro/pull/3995 * style(nits): soup width and fix reactive name for prop chips by @sedson in https://github.com/macro-inc/macro/pull/3997 * fix(email): restrict CRM team scope to primary inboxes by @gbirman in https://github.com/macro-inc/macro/pull/3994 * fix(ci): add handoff artifact verification and sticky-disk visibility buffer by @synoet in https://github.com/macro-inc/macro/pull/3999 * fix(mobile): make settings nav consistent with soup tabs by @aidanhb in https://github.com/macro-inc/macro/pull/3998 * fix(icon): use custom icon in channel block title by @aidanhb in https://github.com/macro-inc/macro/pull/4000 * fix(channel-bot): stop conflating ambient channel context with the triggering mention by @synoet in https://github.com/macro-inc/macro/pull/3988 * feat(soup): add color tint for status group headers by @dev-rb in https://github.com/macro-inc/macro/pull/4002 * feat(email): flip inbox Only action to All when sole selection by @gbirman in https://github.com/macro-inc/macro/pull/4004 * feat(calls): new ringer and fix ringer end if call ended before user joined by @dev-rb in https://github.com/macro-inc/macro/pull/4003 * refactor(email): converge primary-inbox checks on email_links.is_primary by @gbirman in https://github.com/macro-inc/macro/pull/4001 * fix(style): tasks - align column titles and remove pill outlines on i… by @aidanhb in https://github.com/macro-inc/macro/pull/4005 * feat(settings): reconfigure settings menu to sidebar nav by @aidanhb in https://github.com/macro-inc/macro/pull/3962 * feat(email): deactivate shared-mailbox FusionAuth stubs and align their ids by @gbirman in https://github.com/macro-inc/macro/pull/4006 * docs: rewrite docs in plainer, first-person voice by @jbecke in https://github.com/macro-inc/macro/pull/3993 * style(md): fix md theme nested list margin by @sedson in https://github.com/macro-inc/macro/pull/4008 * Migrate from Blacksmith to Namespace for CI runners and caching by @synoet in https://github.com/macro-inc/macro/pull/4007 * Clean stale CMake cache from inherited cargoArtifacts by @synoet in https://github.com/macro-inc/macro/pull/4014 * feat(email): mobile multi-inbox support by @gbirman in https://github.com/macro-inc/macro/pull/4011 * chg(channels): allow headings in message editor by @sedson in https://github.com/macro-inc/macro/pull/4021 * Mintlify Docs Edits by @jbecke in https://github.com/macro-inc/macro/pull/4023 * chore: bump ios version by @peterchinman in https://github.com/macro-inc/macro/pull/4022 * fix(calls): dismiss call widget stops ring by @sedson in https://github.com/macro-inc/macro/pull/4024 * fix(email): scope inbox delegation edges to individual links by @gbirman in https://github.com/macro-inc/macro/pull/4018 * fix(soup): group by queries mapping, invalidation, consolidation, and other issues by @dev-rb in https://github.com/macro-inc/macro/pull/4025 * feat(email): refetch soup threads on refresh_email backfill events by @gbirman in https://github.com/macro-inc/macro/pull/4026 * feat(email): emit throttled refresh_email events during inbox backfill by @gbirman in https://github.com/macro-inc/macro/pull/4019 * fix: task dedup mentions by @ehayes2000 in https://github.com/macro-inc/macro/pull/4009 * Revert "feat(email): refetch soup threads on refresh_email backfill events" by @gbirman in https://github.com/macro-inc/macro/pull/4027 * fix: clicking bottom of page doesn't always unselect current selection by @404Wolf in https://github.com/macro-inc/macro/pull/3862 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.6.10.0...v2026.6.11.0