What's Changed
This update focuses mostly on Regolith performance. The performance tips can be found here: https://regolith-docs.readthedocs.io/en/1.8.0/using-regolith/performance-tips/.
- User configuration setting tmp_dir. This can be combined with RAM drives to speed up the filter execution. Author: @Nusiq in #350
- Added new Bun filter type. Author: @PaoeniDev in #351
- Added option to specify the runner executable for certain filter types. Author: @Nusiq in #355
- Added option to override the Node runner with Deno or Bun. These two runtimes claim to be faster than Node.js. Author: @Nusiq in #356
- General performance improvements and --unsafe flag (removes the safety check for file deletion). The operation of syncing directories is now parallelized. Author: @FrederoxDev in #357
- Multiple export targets per profile. Author: @dev-hydrogen in #358
- The size-time-check and symlink-export features are no longer experiments. The size-time-check is now the default mode of execution. Author: @Nusiq in #360
- regolith init will now use the "unified" $schema instead of a version-specific schema. Author: @Nusiq in #361
New Contributors
- @PaoeniDev made their first contribution in #351
- @FrederoxDev made their first contribution in #357
- @dev-hydrogen made their first contribution in #358