Skip to content

Commit e6c4b5e

Browse files
authored
New version: Bedrock-OSS.regolith version 1.7.0 (microsoft#333682)
1 parent 0e358d1 commit e6c4b5e

3 files changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: Bedrock-OSS.regolith
5+
PackageVersion: 1.7.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
ProductCode: '{B941D0F2-BDBC-4D1C-BB2D-BB4021C50CD2}'
10+
ReleaseDate: 2026-01-25
11+
AppsAndFeaturesEntries:
12+
- ProductCode: '{B941D0F2-BDBC-4D1C-BB2D-BB4021C50CD2}'
13+
UpgradeCode: '{A68FE70C-DDBC-4F04-A6DB-A633322E304E}'
14+
InstallationMetadata:
15+
DefaultInstallLocation: '%ProgramFiles(x86)%/regolith'
16+
Installers:
17+
- Architecture: x86
18+
InstallerUrl: https://github.com/Bedrock-OSS/regolith/releases/download/1.7.0/regolith-1.7.0.msi
19+
InstallerSha256: D81C49CC8BF1750B6184E4A83F87E8C4F369D4D97E119318397055F0CB1DBFC6
20+
ManifestType: installer
21+
ManifestVersion: 1.12.0
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Created with komac v2.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: Bedrock-OSS.regolith
5+
PackageVersion: 1.7.0
6+
PackageLocale: en-US
7+
Publisher: Bedrock-OSS
8+
PublisherUrl: https://github.com/Bedrock-OSS
9+
PublisherSupportUrl: https://github.com/Bedrock-OSS/regolith/issues
10+
PackageName: regolith
11+
PackageUrl: https://github.com/Bedrock-OSS/regolith
12+
License: MIT
13+
LicenseUrl: https://github.com/Bedrock-OSS/regolith/blob/HEAD/LICENSE
14+
ShortDescription: Addon compiler for the Bedrock Edition of Minecraft.
15+
Tags:
16+
- bedrock-addons
17+
- bedrock-edition
18+
- golang
19+
- hacktoberfest
20+
- minecraft
21+
ReleaseNotes: |-
22+
What's Changed
23+
Async Filter
24+
By @Nusiq in #336
25+
Allows creating groups of filter that run in parallel. Documentation Link here.
26+
New extraArguments property on filter runners
27+
By @Hatchibombotar in #340
28+
When additional arguments are passed to regolith after -- flag, these arguments are later passed to each filter. The extraArguments property is an enum that lets you specify for each filter how to handle these arguments. Documentation Link here.
29+
Support when and disabled properties in profile filters
30+
By @Fabrimat in #342
31+
Previously these options were available only to filter runners, but not profile filters.
32+
Go-Simple-Eval can access environment variables
33+
By @Fabrimat in #341
34+
Documentation Link here.
35+
New nested flag for Go-Simple-Eval
36+
By @Fabrimat in #344
37+
This flag marks if a profile has a parent profile, and be used in when expresions to enable/disable some filters based on that information. Documentation Link here.
38+
.env file support
39+
By @Fabrimat in #348
40+
Allows you to specify environment variables for Regolith environment. Additionally, a new globally available --env flag lets you change the default path to the .env file. Documentation Link here.
41+
Added preShell and postShell properties in profiles
42+
By @Fabrimat in #343
43+
These two new options let you specify some shell commands to be executed before and after filters. The environment variables set in preShell script are visible to the filters and to the postShell script. Documentation Link here.
44+
New Contributors
45+
@Fabrimat made their first contribution in #342
46+
Full Changelog: 1.6.2...1.7.0
47+
ReleaseNotesUrl: https://github.com/Bedrock-OSS/regolith/releases/tag/1.7.0
48+
Documentations:
49+
- DocumentLabel: Wiki
50+
DocumentUrl: https://github.com/Bedrock-OSS/regolith/wiki
51+
ManifestType: defaultLocale
52+
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.15.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: Bedrock-OSS.regolith
5+
PackageVersion: 1.7.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)