Releases: dkandalov/live-plugin
Releases · dkandalov/live-plugin
v0.9.10beta
- use JDK 21 (issue #212)
- compatibility with IntelliJ 2025.3.2
v0.9.9beta
v0.9.8beta
- Compatibility with IntelliJ 2025.3 EAP
- Kotlin 2.2.21
- Fixed deprecated APIs
v0.9.7beta
- Compatibility with IntelliJ 2025.2
- Kotlin 2.1.20
- Deprecated plugin tests
v0.9.6beta
- Kotlin 2.1.10
- Compatibility with IntelliJ 2025.1 (issue #201)
v0.9.5beta
- use correct LivePlugin jar name in "Create Kotlin Plugin Zip" action (issue #187)
- "Add LivePlugin and IDE Jars to Project" now includes all IDE jars
- Kotlin plugins can lookup plugin files via classloader resources
- added URL_OPENING_LISTENER to notification from liveplugin.show() function
- fixed deprecated APIs
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