Releases: dkandalov/live-plugin
Releases · dkandalov/live-plugin
v0.8.3beta
- compatibility with IJ 2022.3
- fix to use VirtualFile in findFileByName(), findAllFilesByName() (issue #150)
v0.8.2beta
- consider ".live-plugins" folder in the project a plugin itself
- use GeneralCommandLine in runShellCommand()
- misc fixes, removed deprecated APIs, kotlin 1.6.21
v0.8.1beta
- fix for
Run plugin
action being disabled on windows (issue #133)
v0.8.0beta
- "Create Kotlin Plugin Zip" action to package live-plugins as a normal plugin
- "Run/Unload Plugin" actions in popup menus
- live-plugins migration to scratches location
- moved internal classes to
liveplugin.implementation
so that they don't show up in auto-complete when writing plugin code - removed "Refresh Plugins Panel" action because it doesn't seem useful anymore (and was a hack in the first place)
v0.7.7beta
- compatibility with IntelliJ 2022
- integration with scratches, live plugins now appear under "Scratches and Consoles -> LivePlugins"
- fix for issue #128
- use NotificationAction instead of deprecated NotificationListener 🙈
- groovy 3.0.9
- kotlin 1.6.10
v0.7.6beta-eap
v0.7.5beta
- Exclude android compiler plugin from Kotlin plugin (otherwise, live plugins cannot depend on Kotlin)
- Fixed popup actions in the Plugins tool window
- Kotlin 1.6.10 (compiling to 1.5)
- Misc fixes
v0.7.4beta
- Kotlin 1.5.31 so that plugins work in the latest IDEs which are not compatible with Kotlin 1.4 🙄
- improved liveplugin Kotlin API
- updated examples
- misc fixes
v0.7.3beta
- don't run project specific plugin if the project is not trusted
- improved liveplugin Kotlin API
- updated examples so that they work ok in the latest IntelliJ
- fixed usages of deprecated IntelliJ API
v0.7.2beta
- fix so that ActionManager.getInstance() doesn't fail on startup