Releases: paul-griffith/kindling
Releases · paul-griffith/kindling
0.6.1
Commits
- db567ba: Add ability to export script-generated S+F data (#129) (Paul Griffith) #129
- 86570e1: Initialized DetailsPane "textPane" with initial events value. (charrell) #130
Application Installers latest release
Or launch app installer via command-line on Linux, Mac, or Windows:
/bin/bash -c "$(curl -fsSL https://www.jdeploy.com/gh/paul-griffith/kindling/install.sh)"See download page for more download options.
0.6.0
Features
- Generic 'Archive View', replaces previous .gwbk view. Any zip archive can be opened (including .modl, .gwbk, and .jar files) and all files within viewed. Files that are associated with a known tool will be opened inline, directly from the archive.
- Multi-thread viewer - multiple thread dumps can be aggregated together and opened in a single view, allowing you to track the state of a single thread over time.
Bugfixes
- Fixed class matching regex in stacktraces for static methods and anonymous inner classes
- Sort order in complex tables, especially the multi thread view, is more consistently kept when changing thread slices
Misc Improvements
- Enhanced the operations available in the tab strip's context menu, such as 'Close Others', 'Close to the Left', 'Close to the Right'
- Added the ability to toggle hyperlinks in the thread comparison pane
- Added the ability to sort the filter lists in the thread view
- Improved the experience of opening a cache file, allowing a zip to be opened directly and opened in the cache viewer
- Added the ability to deserialize arbitrary audit log data, covering a missing class from the public SDK
Thanks again to @Joshlha for significant contributions!
Application Installers latest release
Or launch app installer via command-line on Linux, Mac, or Windows:
/bin/bash -c "$(curl -fsSL https://www.jdeploy.com/gh/paul-griffith/kindling/install.sh)"See download page for more download options.
0.5.0
Commits
- f24291f: Add column quote wrap, suggested file name to thread csv export (#73) (Corbin Harrell) #73
- aab6779: Decorate thread stack traces with Javadoc hyperlinks (#72) (Joshua Hansen) #72
- 9951664: Added Scope to ThreadModel (charrell) #75
- ec47131: Fix javadoc resolution issue (#76) (Paul Griffith) #76
- f04c2f1: Introduce ZipFileTree and use in GWBK view (#77) (Paul Griffith) #77
- 24cadb1: Mark & filter threads with same properties. (#78) (Joshua Hansen) #78
- e7f63f3: Added regex parsing for webpage legacy thread dumps. (#80) (Corbin Harrell) #80
- de0151d: Add jdk.zipfs module to jpackage (Paul Griffith)
- c37f259: Idb metrics view (#81) (Joshua Hansen) #81
0.4.2
0.4.1
0.4.0
Commits
- e7a10ff: Reintroduce JPackage (#57) (Paul Griffith) #57
- dd4e4eb: Move to modular gradle build and serviceloader architecture (#59) (Paul Griffith) #59
- d25649b: Add legacy thread dump parsing. Add thread pool filter. (#63) (Joshua Hansen) #63
- e4c61d9: Escape HTML in DetailsPane (Paul Griffith) #66
- 0dc64d5: Add support for parsing from clipboard (Paul Griffith) #65
- b6d323a: Hide the open button if paste is the first action (Paul Griffith) #65
- f0cace4: Add compatibility for thread dumps with deadlocks & highlight (#68) (Joshua Hansen) #68