Skip to content

Releases: getappmap/appmap-intellij-plugin

v0.14.1

04 Oct 19:25
Compare
Choose a tag to compare

0.14.1 (2022-10-04)

Bug Fixes

  • Update documentation URLs from appland.com -> appmap.io (c100ec4)

Preview: Java Run Configuration

30 Sep 11:31
Compare
Choose a tag to compare
Pre-release
feat: add run configurations extensions for Java and Maven

Splits plugin into several submodules to support optional dependencies on IDE plugins.

v0.14.0

27 Sep 19:07
Compare
Choose a tag to compare

0.14.0 (2022-09-27)

Features

  • add new setting to store if an AppMap editor was opened (0ab7ccc)- improvements to indexing and AppMap project metadata handling (16ebc42)- update install guide icons when status changes, improve async tree model of AppMaps (14cc8f0)

Bug Fixes

  • detect changes to appmap.yml files and refresh CLI services (da59ecf)- refresh findings manager after deleting directory, which contains AppMap and findings data (26bef42)- warning in log about output handling (3b51c19)

v0.13.0

23 Sep 18:32
Compare
Choose a tag to compare

0.13.0 (2022-09-23)

Features

  • Add basic telemetry collection capabilities (b49d5de)- Notify on AppMap open (f694843)- Notify on first AppMap recording of the session (36f3692)- Notify on install guide page view (b00a15c)- Notify on plugin install (2b4c45c)

v0.12.1

20 Sep 20:00
Compare
Choose a tag to compare

0.12.1 (2022-09-20)

Bug Fixes

  • Add a code object entry for external services (2a342a4)- AppMap Java line's are 1-based (05352db)- CLI download URL on Windows (6a919c8)- make launching of CLI processes more robust (b5d0e74)- project score of spring-petclinic and others was calculated incorrectly (d930b31)- properly include AppMap files in directories excluded by the project setup (3c2b6ba)- unittest framework wasn't properly detected (3a89e76)

v0.12.0

16 Sep 20:03
Compare
Choose a tag to compare

0.12.0 (2022-09-16)

Features

  • implement install guide editor (0d12a97)- remove code of old user-milestones panel and editor view (f9b6a8d)- remove old user-milestones web application (43894e5)

Bug Fixes

  • icon provider logic was wrong (bbdbe89)- rename install guide steps to match VSCode (46efc5e)

v0.11.0

16 Sep 14:17
Compare
Choose a tag to compare

0.11.0 (2022-09-16)

Features

  • indexing of classMap.json files to find sample queries and HTTP requests for the install-guide view (6a8db2b)- support managing metadata for AppMap projects (8412992)

Bug Fixes

  • don't break on IOOBE or other exceptions, which are possible with invalid JSON (7429a55)- don't try to fetch class map items in dumb mode (8abd5bc)

v0.10.0

15 Sep 21:24
Compare
Choose a tag to compare

0.10.0 (2022-09-15)

Features

  • add new tab to the problems view tool window, support AppMap findings (aa0789c)

v0.9.0

15 Sep 18:57
Compare
Choose a tag to compare

0.9.0 (2022-09-15)

Features

  • add application setting to configure findings (off by default) (2077dbb)- add services to control download and launching or AppMap CLI tools (8819710)- parsing of appmap.yml files to retrieve the configured appmap directory (bfc947f)

v0.8.1

09 Sep 09:13
Compare
Choose a tag to compare

0.8.1 (2022-09-09)

Bug Fixes

  • Make sure plugin.xml gets updated (7019c8c)