v2026.8.17.0
macro-inc/macrov2026.8.17.0Aug 17, 2026by synoet
AI Summary
This release focuses on a major UI overhaul with Theme v3, a new activity feed system, and enhanced calendar capabilities.
Key Highlights
- Introduced Theme v3 and semantic color tokens for a cleaner UI
- Replaced old activity/firehose with a new activity feed and entity side panel
- Added calendar view block and improved calendar UI/UX on mobile
New Features
- Add created_by filter to file and task views
- Improved link sharing
- User and entity activity queries
- Carry the previous value on property update events
- Activity section in the entity side panel
- Bump storage size
- Fix channel list perf
- Remove old activity/firehose, and replace with activity feed
- Record email sender
- Theme v3 and setup for cleaner semantic color tokens
- Block tag menu click outside from triggering list select
- Non-block way of mounting floating menu
- Refresh CRM page copy and structure
- Fix strange color in share menu
- Calendar UI improvements
- Scope sender Signal/Noise/Block to the thread's inbox
- New mobile dock ui
- Add calendar view block
- Mutate notification by entity
- Make the enable-calendar prompt usable on mobile
- Require MCP tool annotations on every tool
- Turn calendar off per inbox
Full Release Notes
## What's Changed * feat(soup): add created_by filter to file and task views by @sedson in https://github.com/macro-inc/macro/pull/5650 * feat(sharing): improved link sharing by @whutchinson98 in https://github.com/macro-inc/macro/pull/5644 * feat(activity): user and entity activity queries by @synoet in https://github.com/macro-inc/macro/pull/5566 * feat(properties): carry the previous value on property update events by @synoet in https://github.com/macro-inc/macro/pull/5596 * feat(web): activity section in the entity side panel by @synoet in https://github.com/macro-inc/macro/pull/5597 * chore(opensearch): bump storage size by @whutchinson98 in https://github.com/macro-inc/macro/pull/5661 * Seanaye/fix/channel list perf by @seanaye in https://github.com/macro-inc/macro/pull/5662 * feat(activity): remove old activity/firehose, and replace with activity feed by @synoet in https://github.com/macro-inc/macro/pull/5590 * fix(activity): record email sender by @synoet in https://github.com/macro-inc/macro/pull/5683 * chg(ui): theme v3 and setup for cleaner semantic color tokens by @sedson in https://github.com/macro-inc/macro/pull/5653 * fix(tags): block tag menu click outside from tiggering list select by @sedson in https://github.com/macro-inc/macro/pull/5684 * fix(md): non-block way of mountign floating menu by @sedson in https://github.com/macro-inc/macro/pull/5690 * docs(crm): refresh CRM page copy and structure by @git-julia in https://github.com/macro-inc/macro/pull/5692 * fix(colors): fix strange color in share menu by @sedson in https://github.com/macro-inc/macro/pull/5691 * fix(calendar): ui improvements by @dev-rb in https://github.com/macro-inc/macro/pull/5687 * fix(email): scope sender Signal/Noise/Block to the thread's inbox by @evanhutnik in https://github.com/macro-inc/macro/pull/5694 * feat: new mobile dock ui by @peterchinman in https://github.com/macro-inc/macro/pull/5698 * feat(calendar): add calendar view block by @dev-rb in https://github.com/macro-inc/macro/pull/5697 * Seanaye/feat/mutate notification by entity by @seanaye in https://github.com/macro-inc/macro/pull/5695 * fix(calendar): make the enable-calendar prompt usable on mobile by @gbirman in https://github.com/macro-inc/macro/pull/5407 * feat(ai_toolset): require MCP tool annotations on every tool by @ehayes2000 in https://github.com/macro-inc/macro/pull/5685 * feat(calendar): turn calendar off per inbox by @gbirman in https://github.com/macro-inc/macro/pull/5693 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.14.0...v2026.8.17.0