v2026.8.14.0
macro-inc/macrov2026.8.14.0Aug 14, 2026by synoet
AI Summary
A feature-rich release focusing on drag-and-drop calendar events, Outlook account linking, and new UI dialog systems.
Key Highlights
- Enabled drag-and-drop functionality to move events and change timings
- Added support for linking Outlook accounts
- Introduced an imperative dialog system and confirmation dialogs for better user interaction
New Features
- Typed notif metadata
- Resolve display name for user mentions
- Notify DOCX uploads with mixed-case extensions
- Bump search lambda alarm thresholds
- Subscribe to GraphQL notification updates
- Configurable queue alarms
- Create and modify calendar UI styling
- Better reply subject prefix recognition
- Drag to move event and drag to change event timings
- Request only the Google Calendar scopes Macro uses
- Support outlook account linking
- Imperative dialog system and confirmation dialog
- Migrate rig fork to upstream rig-core/rig-agent 0.41
- Ask only for calendar access when upgrading a connected inbox
- Notification patch subscription
- Multi-day events rendering
- Mark as read context menu action
- Confirmation and delete dialog UI
- Fix iPad layout
- Filter by assignee
Full Release Notes
## What's Changed * Seanaye/feat/typed notif metadata by @seanaye in https://github.com/macro-inc/macro/pull/5616 * chg(md): resolve display name for user mentions by @sedson in https://github.com/macro-inc/macro/pull/5624 * fix(convert): notify DOCX uploads with mixed-case extensions by @Mr-Neutr0n in https://github.com/macro-inc/macro/pull/5594 * chore(alarms): bump search lambda alarm thresholds by @whutchinson98 in https://github.com/macro-inc/macro/pull/5628 * feat(web): subscribe to GraphQL notification updates by @seanaye in https://github.com/macro-inc/macro/pull/5630 * feat(iac): configurable queue alarms by @whutchinson98 in https://github.com/macro-inc/macro/pull/5629 * fix(calendar): create and modify ui styling by @dev-rb in https://github.com/macro-inc/macro/pull/5621 * fix(email): better reply subject prefix recognition by @peterchinman in https://github.com/macro-inc/macro/pull/5634 * feat(calendar): drag to move event and drag to change event timings by @dev-rb in https://github.com/macro-inc/macro/pull/5636 * fix(recip-selector): cleanup esc handling in recip selector by @sedson in https://github.com/macro-inc/macro/pull/5626 * fix(calendar): request only the Google Calendar scopes Macro uses by @gbirman in https://github.com/macro-inc/macro/pull/5637 * feat(outlook): support outlook account linking by @whutchinson98 in https://github.com/macro-inc/macro/pull/5635 * feat(ui): imperative dialog system and confirmation dialog by @dev-rb in https://github.com/macro-inc/macro/pull/5623 * chore(agent): migrate rig fork to upstream rig-core/rig-agent 0.41 by @ehayes2000 in https://github.com/macro-inc/macro/pull/5631 * fix(auth): ask only for calendar access when upgrading a connected inbox by @gbirman in https://github.com/macro-inc/macro/pull/5638 * Seanaye/feat/notification patch subscription by @seanaye in https://github.com/macro-inc/macro/pull/5639 * fix(calendar): multi-day events rendering by @dev-rb in https://github.com/macro-inc/macro/pull/5641 * feat(soup): mark as read context menu action by @dev-rb in https://github.com/macro-inc/macro/pull/5643 * fix(ui): confirmation and delete dialog ui by @dev-rb in https://github.com/macro-inc/macro/pull/5645 * fix(ios): ipad by @peterchinman in https://github.com/macro-inc/macro/pull/5642 * fix(mobile): filter by assignee by @peterchinman in https://github.com/macro-inc/macro/pull/5646 ## New Contributors * @Mr-Neutr0n made their first contribution in https://github.com/macro-inc/macro/pull/5594 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.12.0...v2026.8.14.0