v1.4.0
ProfileView v1.4.0
New features
- Darkmode! Set it via
ProfileView.set_theme!(:dark)
.
Bug fixes
- Fixes a bug that prevented top-level code working with
@profview
. i.e.@profview using Foo
Closed issues:
- bad filepath on windows causes error (#195)
Merged pull requests:
- Add dark theme and default theme switching (#193) (@IanButterworth)
- Fix for profiling top-level code (#198) (@IanButterworth)