Skip to content

Releases: dkandalov/live-plugin

v0.9.9beta

20 Dec 12:40

Choose a tag to compare

  • fixed MapDataContext.getData(key) (issue #199)
  • fixed ToolWindows.registerToolWindowIn() (issue #209)
  • fixed Class initialization must not depend on services (#200)
  • correct Groovy 3.0.19 version to download if it's not available
  • removed migration code to scratches path

v0.9.8beta

11 Nov 22:58

Choose a tag to compare

  • Compatibility with IntelliJ 2025.3 EAP
  • Kotlin 2.2.21
  • Fixed deprecated APIs

v0.9.7beta

18 Jul 15:01

Choose a tag to compare

  • Compatibility with IntelliJ 2025.2
  • Kotlin 2.1.20
  • Deprecated plugin tests

v0.9.6beta

18 May 10:32

Choose a tag to compare

  • Kotlin 2.1.10
  • Compatibility with IntelliJ 2025.1 (issue #201)

v0.9.5beta

03 Jan 10:33

Choose a tag to compare

  • 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

28 Oct 15:06

Choose a tag to compare

  • compatibility with IntelliJ 2024.3 (issue #191)
  • Kotlin 2.0.10

v0.9.3beta

30 Sep 16:26

Choose a tag to compare

  • use JDK 17 to build the plugin because IntelliJ 242.20224 can still use it

v0.9.2 beta

23 Sep 21:54

Choose a tag to compare

  • 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

05 Sep 21:19

Choose a tag to compare

  • compatibility with IntelliJ 2024.2.1 (issues #185 and #186)

v0.9.0beta

01 Sep 14:30

Choose a tag to compare

  • 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