This version contains major changes to the syntax and implementation of respackopts. While backwards compatibility is technically accounted for, there is a non-zero chance of issues. Please report every bug you find. Commits in alpha 3.0.0:
- Reenable compat modules for frex and dashloader. Will require a frex update to stop some unneeded logging
- Introduce μScript and replace the condition and resource expansion systems with it (backwards compatibility is provided)
- Update for changes in μScript
- Fix tests
- Add support for date/time conditions, closes #18
- Fix several bugs, bump deps for 1.19
- [docs] Omit unneeded quotes around entry names
Commits in beta 2.9.0:
- 1.18 proper
- Update for new build script
- Use new CI scripts
- Use the data location of a pack instead of its id internally. Might fix conflicts between multiple instances of the same pack
- rc1, work around a known bug with fabulous shaders
- Fix an issue from the previous commit and support built-in conditions
- Save pack configs in the packs directory (SomePack.zip -> SomePack.zip.rpo) if possible, needs testing
- Port to 1.18 and include ModMenu icon, closes #17
- Move some stuff around again
- jdk17, explicitly depend on loader 0.12.0
- Attempt to fix table in Shaders.md
Commits in this release:
- Work around cloth breaking enums, closes #15
- Attempt to fix table in AdvancedConfig.md