Skip to content

Releases: dkandalov/live-plugin

v0.9.3beta

30 Sep 16:26
Compare
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
Compare
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
Compare
Choose a tag to compare
  • compatibility with IntelliJ 2024.2.1 (issues #185 and #186)

v0.9.0beta

01 Sep 14:30
Compare
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

v0.8.8beta

02 May 09:02
Compare
Choose a tag to compare
  • fixed registerInspection() in 2024.1.1 (issue #179)
  • compatibility with IJ 2024.1.1
  • deprecations fixes

v0.8.6beta

20 Feb 11:57
Compare
Choose a tag to compare
  • recompile with since-build="231.7515.13" (because of change in ClassPath constructor signature)
  • attempt to fix disabled highlighting in liveplugins

v0.8.5beta

13 Feb 08:33
Compare
Choose a tag to compare
  • kotlin 1.8
  • compatibility with IJ 2023.1 EAP (issue #156)

v0.8.4beta

13 Dec 08:43
Compare
Choose a tag to compare
  • 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

03 Dec 18:05
Compare
Choose a tag to compare
  • compatibility with IJ 2022.3
  • fix to use VirtualFile in findFileByName(), findAllFilesByName() (issue #150)

v0.8.2beta

27 Nov 16:00
Compare
Choose a tag to compare
  • consider ".live-plugins" folder in the project a plugin itself
  • use GeneralCommandLine in runShellCommand()
  • misc fixes, removed deprecated APIs, kotlin 1.6.21