Releases: ohle/Swingspector
Releases · ohle/Swingspector
v2.0.5
v2.0.4
- Compatibility with IDEA 2024.1
v2.0.3
Added
- Support for non-Application run configurations (e.g. gradle)
- Connection timeouts are now configurable
Changed
- When a connection times out, a balloon notification is shown (previously threw
exception)
Fixed
- Fix some deadlock situations when the application is unresponsive or stopped in debugger
v2.0.2
- (hopefully) fix agent loading bug on Windows
v2.0.1
- Fix EDT violation
v2.0.0
- Swingspector now plugs into regular Application RunConfigurations instead of providing a new type
- Existing Swingspector or SWAG RunConfigurations are now invalid; please create Application RunConfigurations
and enable Swingspector via "Modify Options" -> "Swing"
v1.1.0
Rename plugin
v1.0.5
- Avoid usages of internal APIs
- Compatibility with 2023.1
v1.0.4
- Fix occasional exceptions from missing context when IDEA refreshes some actions
v1.0.3
- Compatibility with IDEA 2022.3