You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 reporting issues concerning package data. We only filter out files if there are explicit rules for filtering them.
10
+
11
+
### Enhancements made
12
+
13
+
- Filtering: Include everything by default [#98](https://github.com/emscripten-forge/empack/pull/98) ([@martinRenou](https://github.com/martinRenou))
14
+
15
+
### Maintenance and upkeep improvements
16
+
17
+
- Fix backward compat on config files [#102](https://github.com/emscripten-forge/empack/pull/102) ([@martinRenou](https://github.com/martinRenou))
18
+
- Update CI to using latest emscripten-forge platform and Python version [#99](https://github.com/emscripten-forge/empack/pull/99) ([@martinRenou](https://github.com/martinRenou))
19
+
20
+
### Contributors to this release
21
+
22
+
([GitHub contributors page for this release](https://github.com/emscripten-forge/empack/graphs/contributors?from=2024-05-21&to=2024-06-17&type=c))
0 commit comments