Releases: timholy/ProfileView.jl
Releases · timholy/ProfileView.jl
v1.8.0
ProfileView v1.8.0
Merged pull requests:
- Gtk4 port (#223) (@jwahlstrand)
- Bump actions/checkout from 3 to 4 (#225) (@dependabot[bot])
- avoid precompiling trailing task warning (#229) (@IanButterworth)
- Bump codecov/codecov-action from 3 to 4 (#230) (@dependabot[bot])
Closed issues:
- How do I "call
Profile.init()
with a larger buffer and/or larger delay"? (#228)
v1.7.2
ProfileView v1.7.2
Closed issues:
- ProfileView crashes with an empty profile (#212)
Merged pull requests:
- fix crash on empty profile (#213) (@rafaqz)
- enable dependabot for GitHub actions (#215) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#216) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#217) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#218) (@dependabot[bot])
- Migrate from SnoopPrecompile to PrecompileTools (#220) (@timholy)
- Highlight color Coding section in README (#221) (@sjkelly)
v1.7.1
ProfileView v1.7.1
Merged pull requests:
v1.7.0
v1.6.0
ProfileView v1.6.0
Closed issues:
Merged pull requests:
- Add datetime to window title (#196) (@IanButterworth)
- Redraw the whole image in icicle mode because the text bbox is malformed (#199) (@IanButterworth)
- Switch to SnoopPrecompile (#209) (@timholy)
v1.5.2
v1.5.1
v1.5.0
ProfileView v1.5.0
Merged pull requests:
- Add longer tag info to available toolbar space (#197) (@IanButterworth)
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)