• main
    All checks were successful
    Build and Release Zed Editor / check-version (push) Successful in 5s
    Build and Release Zed Editor / build-and-release (push) Has been skipped
    Stable

    rawleenc released this 2026-01-21 03:02:00 +01:00 | 0 commits to main since this release

    Zed Editor 0.219.5

    Unofficial Debian package for Zed Editor.

    Installation

    # Download and install the package
    wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.219.5/zed-editor_0.219.5_amd64.deb
    sudo apt install ./zed-editor_0.219.5_amd64.deb
    
    # Or install from the APT repository (if configured)
    sudo apt update
    sudo apt install zed-editor
    

    Upstream Release Notes

    • Fixed a crash that could occur when trying to edit edit prediction providers in the settings UI. (#47162)
    • Fixed images in agent threads being converted to PNG but retaining old format, causing some API errors in the process. (#45978)
    • Fixed an issue where JSX components were highlighted too broadly, causing normal HTML tags to be highlighted as such (#47132)
    • Fixed an issue where relative line numbering would break with nested folds. (#47108)
    • Add support for GPT-5.2-Codex via OpenAI API Key (#47031)
    • Fixed a panic in the git panel when utf8 multibyte character filenames got truncated (#46917)
    • Fixed emoji being too small on Linux when using High DPI (#46860)
    • Agent: Fixed a bug where the button to delete a thread stopped showing up. (#46831)
    Downloads