Skip to content

Commit

Permalink
chore(release): 0.73.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.73.0](v0.72.0...v0.73.0) (2024-08-16)

### Features

-  add action to open the instructions from the AppMap toolwindow ([c65f55b]())-  Add command completions to Navie ([43e8e09]())

### Bug Fixes

-  "New chat" button opens a new chat ([2ab32d6]())-  avoid exception about slow operation when loading OpenAI key ([0e10a11]())-  don't refresh the Navie editor after a generic filesystem refresh ([855561e]())-  don't restart JSON-RPC service if the restart has been disabled ([6b261d9]())-  focus open install guide webview editor when it's invoked from the toolwindow ([886bda3]())-  obeye dumb mode when looking up appmap.yml files ([e3bdd79]())-  refactor refresh of findings to avoid concurrent updates and too many updates in a short time frame ([67625e7]())-  refresh Navie editor after change of indexing status ([a591a5f]())
  • Loading branch information
appland-release committed Aug 16, 2024
1 parent d9fb068 commit 60b7474
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
AppMap Plugin Changelog

## [0.73.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.72.0...v0.73.0) (2024-08-16)


### Features

- add action to open the instructions from the AppMap toolwindow ([c65f55b]())- Add command completions to Navie ([43e8e09]())

### Bug Fixes

- "New chat" button opens a new chat ([2ab32d6]())- avoid exception about slow operation when loading OpenAI key ([0e10a11]())- don't refresh the Navie editor after a generic filesystem refresh ([855561e]())- don't restart JSON-RPC service if the restart has been disabled ([6b261d9]())- focus open install guide webview editor when it's invoked from the toolwindow ([886bda3]())- obeye dumb mode when looking up appmap.yml files ([e3bdd79]())- refactor refresh of findings to avoid concurrent updates and too many updates in a short time frame ([67625e7]())- refresh Navie editor after change of indexing status ([a591a5f]())

## [0.72.0](https://github.com/getappmap/appmap-intellij-plugin/compare/v0.71.0...v0.72.0) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion=0.72.0
pluginVersion=0.73.0

sinceBuild=231.0
untilBuild=242.*
Expand Down

0 comments on commit 60b7474

Please sign in to comment.