- Anonymous mmap()s are now tracked by Fil. ([29](https://github.com/pythonspeed/filprofiler/issues/29))
0.5.0
Features
- macOS is now supported. ([15](https://github.com/pythonspeed/filprofiler/issues/15))
Bugfixes
- Running `fil-profile` with no arguments now prints the help. ([21](https://github.com/pythonspeed/filprofiler/issues/21))
0.4.0
Features
- Fil now helps debug out-of-memory crashes by dumping memory usage at the time of the crash to an SVG. This feature is experimental. - Generating the report should run faster.
0.3.3
Features
- Allocations from the `realloc()` allocation API are now tracked by Fil.
Bugfixes
- Fix a bug that corrupted the SVGs.
0.3.2
Features
- Hovering over a frame now shows the relevant details on top, where it's visible.
0.3.1
Bugfixes
- Command-line arguments after the script/module now work. To make it easier to implement, changed the code so you do `fil-profile run script.py` instead of `fil-profile script.py`.