Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.46.0

23 Aug 09:46
Compare
Choose a tag to compare

0.46.0 (2023-08-23)

Features

  • group items in the "Runtime Analysis" panel (4c10e57)

v0.45.7

22 Aug 13:48
Compare
Choose a tag to compare

0.45.7 (2023-08-22)

Bug Fixes

  • update instructions for java agent jar location (3ccffdb)

v0.45.6

18 Aug 13:03
Compare
Choose a tag to compare

0.45.6 (2023-08-18)

Bug Fixes

  • exception "Read access is not allowed" when "Install Guide" view is displayed (54ff60a)- mark "Install AppMap agent" as completed for Java projects (84115d5)

v0.45.5

11 Aug 20:52
Compare
Choose a tag to compare

0.45.5 (2023-08-11)

Bug Fixes

  • fallback to "build/appmap" for AppMap output directory if a Gradle-based run configuration is executed (bfb8acd)- fallback to "target/appmap" for AppMap output directory if a Maven-based run configuration is executed (d223bd2)

v0.45.4

11 Aug 17:38
Compare
Choose a tag to compare

0.45.4 (2023-08-11)

Bug Fixes

  • restrict the search for top-level Java packages for "Execute with AppMap". (999d9df)

v0.45.3

11 Aug 14:27
Compare
Choose a tag to compare

0.45.3 (2023-08-11)

Bug Fixes

  • don't check assertion on the EDT, which always has read access enabled (d77cf14)- use read action to fix exception "Read action required" with 2023.2 (9f1078b)

v0.45.2

09 Aug 19:46
Compare
Choose a tag to compare

0.45.2 (2023-08-09)

Bug Fixes

  • compilation with 2023.2 (8d3a1cb)- Disable "Run with AppMap" while indexing is in progress. "Run with AppMap" needs index access to locate the top-level Java packages. (6671735)- refresh local file system after a new appmap.yml file was created (7d316b1)- When "Run with AppMap" is invoked, create a missing appmap with a modal task and outside a ReadAction to avoid dead-locks, e.g. when indexing is in progress. (b6573b7)

v0.45.1

09 Aug 08:49
Compare
Choose a tag to compare

0.45.1 (2023-08-09)

Bug Fixes

  • sync the local filesystem after a run configuration was executed with the AppMap executor (9f8737a)- watch AppMap output directories and add indexable file set contributor for 2023.2 (a170d7e)- watch AppMap output directories and add indexable file set contributor for 2023.2 (be04187)

v0.45.0

02 Aug 19:52
Compare
Choose a tag to compare

0.45.0 (2023-08-02)

Features

  • reorder panels in the AppMap toolwindow (8a78cec)

Bug Fixes

  • correctly calculate maximum size of collapsed panels in the AppMap tool window (a684a2e)- properly update maximum size of collapsed panels, restore collapsed state when the toolwindow is recreated (78ce4bd)- use correct icons show show display the collapsed state of panels inside the AppMap toolwindow (49314da)

v0.44.2

01 Aug 17:45
Compare
Choose a tag to compare

0.44.2 (2023-08-01)

Bug Fixes

  • always show icons of install guide links in the same color (df5a991)