v4.0.0
·
19 commits
to main
since this release
4.0.0
The main highlight of this release is the new filtering logic. We used to filter out many files from the packed environment due to using very restrictive include rules. We now include everything by default fixing many reported issues concerning package data. We only filter out a file if there is an explicit rule for filtering it.
Enhancements made
- Filtering: Include everything by default #98 (@martinRenou)
Maintenance and upkeep improvements
- Fix backward compat on config files #102 (@martinRenou)
- Update CI to using latest emscripten-forge platform and Python version #99 (@martinRenou)