Releases: sourceplusplus/interface-jetbrains
Releases · sourceplusplus/interface-jetbrains
v0.7.9
Changed
- Improved light/dark tool window icons
Fixed
- Memory leak in live view chart window
- Timed out after waiting 30000(ms) for a reply
- NPE in JVMMarkerUtils.getQualifiedName
- ISE in JVMLoggerDetector.handleKotlinCall
Dependencies
- chore(deps): update plugin org.jetbrains.intellij to v1.14.2 by @renovate in #1004
- fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.7.2 by @renovate in #1005
- fix(deps): update dependency com.google.guava:guava to v32.1.0-jre by @renovate in #1006
- chore(deps): update dependency gradle to v8.2 by @renovate in #1008
- fix(deps): update dependency com.google.guava:guava to v32.1.1-jre by @renovate in #1007
- chore(deps): update plugin org.jetbrains.intellij to v1.15.0 by @renovate in #1012
- chore(deps): update plugin org.jetbrains.changelog to v2.1.1 by @renovate in #1011
Full Changelog: 0.7.8...0.7.9
v0.7.8
Added
- Sticky notification panel for persistent notifications
- Function literal argument propagation
- Vert.x endpoint detector
Changed
- Minimum supported IntelliJ 2023.1
- Always report stack trace even on dupe errors
- Removed pause on hide for live view tool windows
Fixed
- Various PsiInvalidElementAccessException issues
- Displaying live charts over 4 hours fails
Removed
- Monitor module
v0.7.7.3
fix: sourceplusplus/sourceplusplus#939
v0.7.7.2
Update build.yml
v0.7.7.1
Update README.md
v0.7.7
Added
- Native live instrument events UI
- Static DFA multi-path pass
- Random conditional artifact pass
- Java counting loop detection pass for path duration calculation
- Ability to view instrument events by other developers
Changed
- Improved native live view charts
- Co-developer instrument gutter marks
- Use native condition field for breakpoint control bar
- Only load project live plugins if project is trusted
- Show indicators on SpringMVC endpoints on annotation
Fixed
- Live log variables not working in Kotlin
- Groovy compatibility issues
- NPE when not logged in
Removed
- Live breakpoint status bar
v0.7.6.1
chore: hotfix version
v0.7.6
Added
- Native IDE charts for live views
Fixed
- IndexNotReadyException issue
v0.7.5
Added
- Runtime duration prediction indicator
- Language-agnostic artifact model service
- Ability to add multiple inlay marks to the same element
Fixed
- NPE when getting self info
- NoSuchElementException when searching for PSI file
- Non-dispatch thread access error on file marker dispose
v0.7.4
Fixed
- Fixed
ConcurrentModificationException
inSourceGuideProvider
- Fixed
NullPointerException
when opening in-memory/non-local files