Releases: getappmap/appmap-intellij-plugin
Releases · getappmap/appmap-intellij-plugin
v0.25.0
v0.24.0
v0.23.0
0.23.0 (2023-01-11)
Features
- add a splitter between the list of AppMaps and the secondary panels (Runtime Analysis, etc.) to allow resizing of the tool window content (82466c9)- implement tree view of "Runtime Analysis" panel (723213e)- new webviews for "Findings Overview" and "Finding details" (14f22ec)- send telemetry message for finding details view (96915e1)- send telemetry messages for the findings overview editor (cfec988)
Bug Fixes
- add borders to minimum size of titles of collapsibles panels (823c6aa)- handling of external links (eb70e3a)- increase minimum height of "runtime analysis" panel to show all the message when the user is unauthenticated (29b805a)- open AppMap centered on finding when clicking on an AppMap link in the "Finding details" view (8336327)- render "Overview" with link attributes (0541992)- reuse finding details webviews if the same list of findings is displayed (d1b21d8)- show a more reasonable title for finding details webviews (ef566c4)- sort finding nodes by file name (dc5c1aa)- spelling in empty message of the runtime analysis panel (1c6af9a)
v0.22.0
v0.21.1
Preview: Runtime Analysis
Preview build for #175
Download the zip file and drag&drop it onto your IDE main window to install it.
v0.21.0
v0.20.3
v0.20.1
v0.20.0
0.20.0 (2022-11-18)
Features
- handle changes to the enableFindings settings without a restart (1eaf822)- send analysis:enable and analysis:disable events (2b8db9f)- send authentication:failed (f74d381)- send authentication:success and authentication:sign_out (c05aa1e)- send telemetry event analysis:cta_interaction (516ec48)- support authentication against AppLand server (dcddf42)
Bug Fixes
- keep "Runtime Analysis" visible even when findings are not yet available (dba3656)- labels of new auth actions (6747b8a)- move refresh of CLI processes into background, fix notification when settings change (199ed86)- only enable findings and scanner if both "isUserAuthenticated" and "isFindingsEnabled" are true (31dd8ed)