From efe72c2fd756a6be330050ff1cab36cd99ef712e Mon Sep 17 00:00:00 2001 From: Johannes Bechberger Date: Wed, 21 Aug 2024 14:37:34 +0200 Subject: [PATCH] Fix #27 to allow to open files with spaces --- CHANGELOG.md | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c49076..748abb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Java JFR Profiler +## [0.0.13] + +### Added +- Support IntelliJ 2024.2 + ## [0.0.12] ### Fixed diff --git a/gradle.properties b/gradle.properties index 94abb9d..f1e5b8e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,12 +4,12 @@ pluginGroup = me.bechberger pluginName = intellij-profiler-plugin # SemVer format -> https://semver.org -pluginVersion = 0.0.12 +pluginVersion = 0.0.13 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild = 221 -pluginUntilBuild = 241.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties platformType = IC