|
| 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 |
0 commit comments