Releases: parttimenerd/intellij-profiler-plugin
Releases · parttimenerd/intellij-profiler-plugin
0.0.11
Development Build
Commits
- e30e060: Tiny fix (Johannes Bechberger)
0.0.9
Added
- Support IntelliJ 2023.2
What's Changed
- Support IntelliJ 2023.2 by @spinscale in #17
New Contributors
- @spinscale made their first contribution in #17
Full Changelog: 0.0.8...0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
Changed
- Modify JFR file type
Minor bug fixes
Added
- Remove profile files before reprofiling
Fixed
- Fix NullPointerException when opening the profile file after profiling #5
- Thanks to @JohannesLichtenberger for reporting the issue
- Fix Firefox Profiler file type recognition
- Only add "-XX:FlightRecorder" in JDK12 and below