# Zed changelog > A high-performance, multiplayer code editor. - Vendor: Zed Industries - Category: Developer Tools - Official site: https://zed.dev - Tracked by: What's New (https://whatsnew.fyi/product/zed) - Harvested from: Blog (https://github.com/zed-industries/zed/releases.atom) - Entries below: 12 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### nightly - Date: 2026-07-29 - Original notes: https://github.com/zed-industries/zed/releases/tag/nightly - Permalink: https://whatsnew.fyi/product/zed/releases/feed-tag-github.com-2008-repository-340547520-nightly gpui: Add an abstraction for scheduling foreground work for idle peri… ### collab-staging: edit_prediction: Normalize prompt paths to Unix style (#61792) - Date: 2026-07-28 - Original notes: https://github.com/zed-industries/zed/releases/tag/collab-staging - Permalink: https://whatsnew.fyi/product/zed/releases/feed-tag-github.com-2008-repository-340547520-collab-staging Objective Fix V4 edit prediction requests failing for local Windows projects because native path separators do not match Unix-formatted context paths on the server. Solution Canonicalize serialized bu… - **fixed** — Edit prediction requests now work correctly for local Windows projects by normalizing prompt paths to Unix style to match server-side context paths ### v1.12.1 - Date: 2026-07-27 - Version: v1.12.1 - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.12.1 - Permalink: https://whatsnew.fyi/product/zed/releases/v1.12.1 Added Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers. ( #61609 ) Fixed an issue where hover documentation could have too many line breaks. ( #61715 ) - **added** — Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers - **fixed** — Hover documentation could have too many line breaks ### v1.13.1-pre - Date: 2026-07-27 - Version: v1.13.1-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.13.1-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.13.1-pre - Labels: Pre-release Added Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers. ( #61606 ) Fixed an issue where hover documentation could have too many line breaks. ( #61714 ) Fixed project settings not… - **added** — Add Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers - **fixed** — Fix an issue where hover documentation could have too many line breaks ### v1.12.0-pre - Date: 2026-07-23 - Version: v1.12.0-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.12.0-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.12.0-pre - Labels: Pre-release This week's release includes Staged and Unstaged grouping in the Git Panel and multi-select in the File Finder and Text Finder. Shipped by the Zed Guild 🛡️ Improved branch filtering with all, local,… - **added** — Add Staged and Unstaged grouping in the Git Panel - **added** — Add multi-select in the File Finder and Text Finder - **changed** — Improve branch filtering with all, local options ### v1.12.0 - Date: 2026-07-23 - Version: v1.12.0 - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.12.0 - Permalink: https://whatsnew.fyi/product/zed/releases/v1.12.0 This week's release includes Staged and Unstaged grouping in the Git Panel and multi-select in the File Finder and Text Finder. Shipped by the Zed Guild 🛡️ Improved branch filtering with all, local,… - **added** — Add Staged and Unstaged grouping in the Git Panel - **added** — Add multi-select in the File Finder - **added** — Add multi-select in the Text Finder - **changed** — Improve branch filtering with all and local options ### v1.13.0-pre - Date: 2026-07-23 - Version: v1.13.0-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.13.0-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.13.0-pre - Labels: Pre-release This week's release includes improved branch picker filtering and grouping, run-status indicators for runnable gutter controls, editable image-viewer zoom levels, and GPT-5.6 Luna support for ChatGPT… - **added** — Add run-status indicators for runnable gutter controls - **added** — Add GPT-5.6 Luna support for ChatGPT - **changed** — Improve branch picker filtering and grouping - **changed** — Make image-viewer zoom levels editable ### v1.11.3 - Date: 2026-07-15 - Version: v1.11.3 - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.11.3 - Permalink: https://whatsnew.fyi/product/zed/releases/v1.11.3 This week's release includes dedicated Staged Changes and Unstaged Changes multibuffers where you can review, stage, unstage, or restore individual hunks; Git Graph improvements including configurable… - **added** — Add dedicated Staged Changes and Unstaged Changes multibuffers for reviewing, staging, unstaging, or restoring individual hunks - **changed** — Improve Git Graph with configurable options ### collab-production: collab: Use new fuzzy search endpoint (#60910) - Date: 2026-07-14 - Original notes: https://github.com/zed-industries/zed/releases/tag/collab-production - Permalink: https://whatsnew.fyi/product/zed/releases/feed-tag-github.com-2008-repository-340547520-collab-product Updates Collab to use the new /internal/channel_members/fuzzy_search endpoint that searches users by username (instead of GitHub login). Request and response shapes are the same. Release Notes: N/A - **changed** — Collab now uses the new /internal/channel_members/fuzzy_search endpoint to search users by username instead of GitHub login ### v1.11.3-pre - Date: 2026-07-13 - Version: v1.11.3-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.11.3-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.11.3-pre - Labels: Pre-release Fixed an issue with npm v12 that could cause language server startup failures ( #60869 ) agent: Fixed an issue where cmd-f would not work if the file was open in the center pane ( #60754 ) - **fixed** — Fix an issue with npm v12 that could cause language server startup failures - **fixed** — Fix an issue where cmd-f would not work if the file was open in the center pane ### v1.10.3 - Date: 2026-07-13 - Version: v1.10.3 - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.10.3 - Permalink: https://whatsnew.fyi/product/zed/releases/v1.10.3 Fixed an issue with npm v12 that could cause language server startup failures ( #60870 ) - **fixed** — An issue with npm v12 that could cause language server startup failures ### v1.11.2-pre - Date: 2026-07-10 - Version: v1.11.2-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.11.2-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.11.2-pre - Labels: Pre-release agent: Added GPT 5.6 Sol & Terra for ChatGPT subscription. Note: GPT 5.6 Luna is not available yet, since OpenAI has not unlocked access for third-party clients ( #60744 ) - **added** — Add GPT 5.6 Sol and Terra models for ChatGPT subscription