Releases: dkandalov/live-plugin
Releases · dkandalov/live-plugin
v0.9.4beta
- compatibility with IntelliJ 2024.3 (issue #191)
- Kotlin 2.0.10
v0.9.3beta
- use JDK 17 to build the plugin because IntelliJ 242.20224 can still use it
v0.9.2 beta
- added combined "Copy from Gist/Git" action
- Kotlin plugin runner to recursively include all jars from IDE lib folder
- optimised LivePluginsSearchScope (issue #184)
- fixed deprecations and warnings
v0.9.1beta
v0.9.0beta
- compatibility with IntelliJ 2024.2 (issue #185)
- JDK 21, Kotlin 1.9, http4k 5.20.0.0
- use new "org.jetbrains.intellij.platform" Gradle plugin
v0.8.8beta
- fixed registerInspection() in 2024.1.1 (issue #179)
- compatibility with IJ 2024.1.1
- deprecations fixes
v0.8.6beta
- recompile with since-build="231.7515.13" (because of change in ClassPath constructor signature)
- attempt to fix disabled highlighting in liveplugins
v0.8.5beta
- kotlin 1.8
- compatibility with IJ 2023.1 EAP (issue #156)
v0.8.4beta
- fixes so that
depends-on-plugin org.jetbrains.kotlin
works in IJ 2022.3 - kotlin 1.7.0 (so that it matches version in IJ)
v0.8.3beta
- compatibility with IJ 2022.3
- fix to use VirtualFile in findFileByName(), findAllFilesByName() (issue #150)