Releases: getappmap/appmap-intellij-plugin
Releases · getappmap/appmap-intellij-plugin
v0.59.0
0.59.0 (2024-03-11)
Features
- notify user if Navie isn't fully functional (#595) (9b5f184)- support to display the AppMap tool window from the Navie webview (bb25a8b)- Update install guide to include new node instructions (d7815d7)
Bug Fixes
- compatibility with 2024.1 eap's backwards incompatible API of OAuthRequestHandlerBase (5fc79c2)- open external links with a target attribute like plain external links (4494a4b)- update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap (d6d18ca)
v0.58.0
0.58.0 (2024-02-23)
Features
- Support the "Export JSON" feature and handle webview messages in Navie view. (2b2dae2)
Bug Fixes
- allow to choose a file or directory for "Export to SVG" (a9645f2)
- compatibility with 2024.1 eap5 (b6e89a0)
- Exception "java.lang.IllegalArgumentException: invalid hex byte" (96b07fe)
- polish "Export to SVG" (0f1a05e)
- possible freeze of UI if "Explain with Navie" is invoked during indexing (e23775e)
- show local file paths when exporting SVG from "Explain with Navie" (3e9e2cb)
- Update description (e77b46a)
v0.57.0
v0.56.0
0.56.0 (2024-02-14)
Features
- drop support for JetBrains 2021.3 IDEs (037c29e)- Integrate with AppMap Navie (efec7db)- support AppMap CLI processes for nested AppMap directories (e0a1bf7)- support JetBrains 2024.1 EAP releases (ae517a8)
Bug Fixes
- Add missing import so that dependency map is not blank (57bae45)- Avoid 404 when loading an AppMap (94760bd)- Don't locate indexer port based on open editor (c434196)- retrieve Gradle JDK in a background thread (15b9bd1)- workaround for exception "Read access is allowed from inside read-action or Event Dispatch Thread" (a8a26c8)
v0.55.0
0.55.0 (2024-02-05)
Features
- enable JSON-RPC of AppMap indexer and pass API key (aeb279d)- Support Java 21 in the plugin (08ab253)
Bug Fixes
- add auth token query parameter to HTTP requests of webview assets (d8ee3e0)- don't open links to a localhost URL in the external browser (989dc3c)- exception about slow operations when the AppMaps of the AppMap tool window are loaded (aba4917)- NPE when the AppMap is displayed for the first time (9ae8a8e)
v0.54.0
v0.53.0
v0.52.0
0.52.0 (2023-10-31)
Features
- remove corresponding AppMap index data directory when an AppMap JSON file is deleted (c030e16)- sort AppMaps of request or remote recording by modification date (7154a12)- support "Delete AppMaps" and "Delete all AppMaps" in the AppMap tool window (7361a26)- Update @appland/components to 3.9.0 (5667237)- when opening an AppMap for a finding, center on the source finding (fc1602c)
Bug Fixes
v0.51.0
0.51.0 (2023-10-11)
Features
- remove telemetry except of messages, which may indicate a bug in our code (19ac6b6)- show hierarchy of AppMaps in the AppMap tool window (c477d4b)- support 2023.3 eap (#461) (2fecbac)- Update @appland/components to 3.8.0 (f0ba300)- update to latest AppLand JS components (#463) (f911c59)
Bug Fixes
- don't override properties of an existing appmap.yml file (cefd915)- navigating to a query or request code object didn't show it in the AppMap view (e4eef31)- properly unescape indexer file paths (d4b106e)- refresh parent directory of new AppMap to enforce indexing of the AppMap metadata directory (dcfe030)- show progress spinner when loading AppMaps (147b334)