-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update export targets #290
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2518a28 - Browse repository at this point
Copy the full SHA 2518a28View commit details -
Implemented format version 2.0.0 of export target:
- Available 'target' property values - 'development', 'exact', 'world' and 'local' - The 'local' and 'exact' targets work the same as in the previous version - The 'development' exports to development_resource_packs and development_behavior_packs of specified build type - 'standard', 'edu' or 'preview' - The 'world' exports to the world in specified build path - 'standard', edu' or 'preview' - The vesions before 2.0.0 or unspecified wrok the same as before the update.
Configuration menu - View commit details
-
Copy full SHA for b76d2ac - Browse repository at this point
Copy the full SHA b76d2acView commit details -
Changed the default formatVersion to 1.2.0 (to match the newest versi…
…on of the schema before this update) and renamed the current formatVersion to 1.4.0 (from 2.0.0, to match the next regolith release version).
Configuration menu - View commit details
-
Copy full SHA for 3f3b3ae - Browse repository at this point
Copy the full SHA 3f3b3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d7f04 - Browse repository at this point
Copy the full SHA 58d7f04View commit details -
Config format version detection fixes:
- Regolith correctly supports only the versions lower than the latestSuportedVersion (not the higher versions) - Updated test files - Changed the schema used by config files generated by 'regolith init' to use version 1.4
Configuration menu - View commit details
-
Copy full SHA for 56fce1b - Browse repository at this point
Copy the full SHA 56fce1bView commit details
Commits on Aug 21, 2024
-
Added windows tests (not for CI) for checking the development export …
…targets exporting files to correct the locations.
Configuration menu - View commit details
-
Copy full SHA for 1b93005 - Browse repository at this point
Copy the full SHA 1b93005View commit details -
Regolith sets the default export target to 'target': 'development, 'b…
…uild': 'standard' during 'regolith init'.
Configuration menu - View commit details
-
Copy full SHA for 263bedb - Browse repository at this point
Copy the full SHA 263bedbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca46b52 - Browse repository at this point
Copy the full SHA ca46b52View commit details