Releases: Clessira/jetbrains
Releases · Clessira/jetbrains
v0.1.1
Changed
- Release pipeline: tag-driven semantic versioning — push
vX.Y.Zand the
version is injected into the build, a GitHub Release is cut, and the plugin
is published to the JetBrains Marketplace via GitHub Actions.
Fixed
- Activity picker: run the search debounce on the EDT so the stale-response
guard (requestVersion/busy) and thesearch.textread are no longer
touched from a background thread (ActivityPickerPopup).