Skip to content

Commit a230af9

Browse files
authored
New version: Neovide.Neovide version 0.16.1 (microsoft#355367)
1 parent 37a600a commit a230af9

3 files changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Neovide.Neovide
5+
PackageVersion: 0.16.1
6+
InstallerType: wix
7+
Scope: machine
8+
UpgradeBehavior: install
9+
Dependencies:
10+
PackageDependencies:
11+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
12+
ProductCode: '{D605F527-7638-4FE2-803E-7D66B89B62BC}'
13+
ReleaseDate: 2026-04-04
14+
AppsAndFeaturesEntries:
15+
- ProductCode: '{D605F527-7638-4FE2-803E-7D66B89B62BC}'
16+
UpgradeCode: '{22816C0C-92F8-46F9-BA8D-B2F5F8C8C743}'
17+
InstallationMetadata:
18+
DefaultInstallLocation: '%ProgramFiles%/Neovide'
19+
Installers:
20+
- Architecture: x64
21+
InstallerUrl: https://github.com/neovide/neovide/releases/download/0.16.1/neovide.msi
22+
InstallerSha256: 8FD9B13DD1D0E209EC60904DE7838B82EA997ADF51830BA55C110E47407D49E2
23+
ManifestType: installer
24+
ManifestVersion: 1.12.0
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Neovide.Neovide
5+
PackageVersion: 0.16.1
6+
PackageLocale: en-US
7+
Publisher: Neovide
8+
PublisherUrl: https://github.com/neovide
9+
PublisherSupportUrl: https://github.com/neovide/neovide/issues
10+
PackageName: Neovide
11+
PackageUrl: https://github.com/neovide/neovide
12+
License: MIT
13+
LicenseUrl: https://github.com/neovide/neovide/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) 2023 Neovide Contributors
15+
CopyrightUrl: https://github.com/neovide/neovide/blob/main/LICENSE
16+
ShortDescription: No Nonsense Neovim Client in Rust
17+
Tags:
18+
- gpu
19+
- neovim
20+
- neovim-guis
21+
- rust
22+
- skia
23+
ReleaseNotes: |-
24+
The fixes of week, enjoy!
25+
Neovide will always be free and open-source.
26+
Sponsorship is highly appreciated.
27+
What's Changed
28+
29+
Bug Fixes
30+
- fix: update neovim listen_addr :restart protocol and keep open args per route by @falcucci in #3441
31+
- fix: reintroduce error window for launch failures by @CGamesPlay in #3445
32+
- fix: defer cold-start file drops until ui_attach completes by @falcucci in #3448
33+
- fix: expand tilde in chdir config. by @falcucci in #3449
34+
- fix: apply neovide_scale_factor at startup and on updates correctly by @falcucci in #3451
35+
- fix: split startup preflight from runtime setup by @falcucci in #3453
36+
- fix: treat clipboard failure as a state, not as fatal by @falcucci in #3454
37+
- fix: preserve cwd on login-shell launches by @falcucci in #3455
38+
39+
New Contributors
40+
- @CGamesPlay made their first contribution in #3445
41+
ReleaseNotesUrl: https://github.com/neovide/neovide/releases/tag/0.16.1
42+
ManifestType: defaultLocale
43+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created by Anthelion using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Neovide.Neovide
5+
PackageVersion: 0.16.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)