Skip to content

Commit 730a1ff

Browse files
New version: ZedIndustries.Zed version 0.224.8 (microsoft#341065)
1 parent da1e0fb commit 730a1ff

3 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: ZedIndustries.Zed
5+
PackageVersion: 0.224.8
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1'
15+
ReleaseDate: 2026-02-20
16+
AppsAndFeaturesEntries:
17+
- ProductCode: '{2DB0DA96-CA55-49BB-AF4F-64AF36A86712}_is1'
18+
InstallationMetadata:
19+
DefaultInstallLocation: '%ProgramFiles%\Zed'
20+
Installers:
21+
- Architecture: x64
22+
InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.224.8/Zed-x86_64.exe
23+
InstallerSha256: 5F9C61D2F15C0EDE134C0D349129E4958EB45AED6A2A9733FD5DDD6DA9632FA7
24+
- Architecture: arm64
25+
InstallerUrl: https://github.com/zed-industries/zed/releases/download/v0.224.8/Zed-aarch64.exe
26+
InstallerSha256: 81D325C3B8233216AC7873B3549EDC63103FDEA62749723DFE0DBC621A9DC6DF
27+
ManifestType: installer
28+
ManifestVersion: 1.12.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: ZedIndustries.Zed
5+
PackageVersion: 0.224.8
6+
PackageLocale: en-US
7+
Publisher: Zed Industries
8+
PublisherUrl: https://zed.dev/
9+
PublisherSupportUrl: https://zed.dev/support
10+
PrivacyUrl: https://zed.dev/privacy-policy
11+
Author: The Zed Industries Authors
12+
PackageName: Zed
13+
PackageUrl: https://zed.dev/windows
14+
License: GPL-3.0
15+
LicenseUrl: https://github.com/zed-industries/zed/blob/main/LICENSE-GPL
16+
Copyright: Copyright 2022 - 2025 Zed Industries, Inc.
17+
ShortDescription: High-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
18+
Description: |-
19+
Zed is a next-generation code editor designed for high-performance collaboration with humans and AI.
20+
- Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU.
21+
- Integrate upcoming LLMs into your workflow to generate, transform, and analyze code.
22+
- Chat with teammates, write notes together, and share your screen and project. All included.
23+
- Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it.
24+
- All of Zed’s AI features, including edit predictions and ACP-powered agents, are fully supported on Windows.
25+
- All Zed extensions now work seamlessly on Windows; no special steps, no caveats.
26+
- To run on almost all Windows versions, including VMs, we created a new rendering backend based on DirectX 11.
27+
Moniker: zed
28+
Tags:
29+
- code-editor
30+
- developer-tools
31+
- editor
32+
- text-editor
33+
ReleaseNotes: '- Fixed an issue with relative line numbers where some rows would be missing their relative line number with deleted hunks showing. (#49658)'
34+
ReleaseNotesUrl: https://github.com/zed-industries/zed/releases/tag/v0.224.8
35+
PurchaseUrl: https://zed.dev/pricing
36+
Documentations:
37+
- DocumentLabel: Community Links
38+
DocumentUrl: https://zed.dev/community-links
39+
- DocumentLabel: Getting Started
40+
DocumentUrl: https://zed.dev/docs/
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: ZedIndustries.Zed
5+
PackageVersion: 0.224.8
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)