v2026.7.11.0
macro-inc/macrov2026.7.11.0Jul 11, 2026by synoet
AI Summary
This release focuses on bug fixes for cross-platform compatibility and UI improvements for the inbox and preview panels, alongside performance optimizations by lazy-loading heavy libraries.
Key Highlights
- Fixed clang compatibility for RDF Kafka on macOS (Darwin Nix).
- Improved card layouts in the inbox for channels, emails, and calls.
- Optimized performance by lazy-loading LiveKit, Krisp, and PDF.js.
Full Release Notes
## What's Changed * fix clang for rdfkafka on darwin nix by @synoet in https://github.com/macro-inc/macro/pull/4731 * fix(inbox): card layouts for channel, email, and calls by @dev-rb in https://github.com/macro-inc/macro/pull/4725 * fix(preview): only re-target the previewed channel when the selection changes by @gbirman in https://github.com/macro-inc/macro/pull/4733 * perf: lazy livekit, krisp, pdfjs by @synoet in https://github.com/macro-inc/macro/pull/4732 * chore: dedupe and clean up md loader fetch w/tanstack by @404Wolf in https://github.com/macro-inc/macro/pull/4373 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.7.10.0...v2026.7.11.0