Features
Comments support
Now it's possible to select some piece of a logfile and associate a comment with it. The list of comments will be shown in the "Comment" tab of the sidebar. Comments can be categorized and filtered.
Session store/restore
Such stuff like filters, charts, comments, etc will now be saved automatically during the session. Chipmunk will create a session-data file with the same name as the original file has, but with the extension "chip".
Changelog
Fixed
- Fix dropping of session data
- Fix layout of plugin's description screen
- Fix highlight of matches for columns view
- Build
client.core
in production mode
Changed
- To optimize performance and memory usage, switch some angular components to
onPush
strategy of change detection. - Upgrade plugins API to fit new parsing row way (using Modifiers instead of regular expressions)
Deprecated
- Get rid of using regular expressions to highlight matches in a row. Switch to using modifiers, which deliver information about injections into a row.