Skip to content

Commit 12fcd22

Browse files
authored
New version: Andromeda.Andromeda version 0.1.2 (microsoft#326621)
1 parent d06f42e commit 12fcd22

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Andromeda.Andromeda
5+
PackageVersion: 0.1.2
6+
InstallerType: portable
7+
UpgradeBehavior: install
8+
Commands:
9+
- andromeda
10+
ReleaseDate: 2025-12-28
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/tryandromeda/andromeda/releases/download/0.1.2/andromeda-windows-amd64.exe
14+
InstallerSha256: EB59A287908CDAF53057258040859BA06A06C1B2434AC56C167E7298E70CF5E0
15+
Dependencies:
16+
PackageDependencies:
17+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
18+
- Architecture: arm64
19+
InstallerUrl: https://github.com/tryandromeda/andromeda/releases/download/0.1.2/andromeda-windows-arm64.exe
20+
InstallerSha256: 5548BDB10EC8AA0065F0E27AAFA81A43FFEBBD52F55718709636E3E8894AFC53
21+
Dependencies:
22+
PackageDependencies:
23+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Created with komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Andromeda.Andromeda
5+
PackageVersion: 0.1.2
6+
PackageLocale: en-US
7+
Publisher: The Andromeda Team
8+
PublisherUrl: https://tryandromeda.dev/
9+
PublisherSupportUrl: https://github.com/tryandromeda/andromeda/issues
10+
Author: The Andromeda Team
11+
PackageName: Andromeda
12+
PackageUrl: https://tryandromeda.dev/
13+
License: MPL-2.0
14+
LicenseUrl: https://github.com/tryandromeda/andromeda/blob/HEAD/LICENSE.md
15+
Copyright: © 2025 Andromeda Runtime
16+
ShortDescription: A modern, fast, and secure JavaScript & TypeScript runtime built from the ground up in Rust and powered by the Nova Engine.
17+
Description: A modern, fast, and secure JavaScript & TypeScript runtime built from the ground up in Rust and powered by The Nova Engine. Zero-config TypeScript support, hardware-accelerated graphics, comprehensive Web APIs, and developer-first tooling for the next generation of JavaScript applications.
18+
Tags:
19+
- andromeda
20+
- javascript
21+
- javascript-runtime
22+
- js
23+
- nova
24+
- runtime
25+
- rust
26+
- ts
27+
- typescript
28+
ReleaseNotes: |-
29+
What's Changed
30+
- feat(cli): handle only 1 file via the cli and handle other arguments in by @load1n9 in #196
31+
- chore: Update hotpath and fix CI by @pawurb in #197
32+
- chore: bump oxc -> 0.105 by @load1n9 in #199
33+
Full Changelog: 0.1.1...0.1.2
34+
ReleaseNotesUrl: https://github.com/tryandromeda/andromeda/releases/tag/0.1.2
35+
Documentations:
36+
- DocumentLabel: Docs
37+
DocumentUrl: https://tryandromeda.dev/docs/index
38+
ManifestType: defaultLocale
39+
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 komac v2.14.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Andromeda.Andromeda
5+
PackageVersion: 0.1.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)