Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.44.0

19 Jul 18:24
Compare
Choose a tag to compare

0.44.0 (2023-07-19)

Features

  • show user progress in the install guide webview (51b88d1)

Bug Fixes

  • don't show "your project has not been scanned" if there's at least one appmap-findings.json file in a project (615c3e9)

v0.43.0

14 Jul 20:07
Compare
Choose a tag to compare

0.43.0 (2023-07-14)

Features

  • detect JS frameworks in package-lock.json and yarn.lock files (caf8222)

v0.42.1

10 Jul 15:03
Compare
Choose a tag to compare

0.42.1 (2023-07-10)

Bug Fixes

  • show AppMap icons for our webviews (e14536c)

v0.42.0

08 Jul 14:30
Compare
Choose a tag to compare

0.42.0 (2023-07-08)

Features

  • show flame graphs in the AppMap webview (25ff566)

v0.40.1

28 Jun 15:23
Compare
Choose a tag to compare

0.40.1 (2023-06-28)

Bug Fixes

  • create appmap_dir of a appmap.yml file as system-independent path (cd492c2)- use correct path for user home directory (68ad869)

v0.40.0

27 Jun 16:25
Compare
Choose a tag to compare

0.40.0 (2023-06-27)

Features

  • set appmap_dir before executing a run configuration with "Execute with AppMap" (e520af5)

v0.39.0

26 Jun 10:14
Compare
Choose a tag to compare

0.39.0 (2023-06-26)

Features

v0.38.0

23 Jun 06:15
Compare
Choose a tag to compare

0.38.0 (2023-06-23)

Features

  • download the latest AppMap Java agent at startup (0333d46)

v0.37.0

22 Jun 08:50
Compare
Choose a tag to compare

0.37.0 (2023-06-22)

Features

  • index AppMap metadata instead of AppMap files itself to improve indexing performance (3fe70c9)

Bug Fixes

  • avoid empty list of findings after a project is opened (6914c1d)- don't show AppMaps, which are not inside a content root of the current project (8f240e5)- update help link of the notification about failed remote recording (fb58de3)

v0.36.4

16 Jun 14:59
Compare
Choose a tag to compare

0.36.4 (2023-06-16)

Bug Fixes

  • don't reload AppMap webview if it's not fully initialized yet (3d5b5d0)- don't use a non-blocking ReadAction to apply changes to the findings manager (0746237)