From d18f6410965eb7eabc272cbf2b1f2c2d719e05e9 Mon Sep 17 00:00:00 2001 From: BeardyKing <39307332+BeardyKing@users.noreply.github.com> Date: Thu, 2 May 2024 21:15:45 +0100 Subject: [PATCH] Updated plugin version to 1.0.3 - Added CLion support for 2024.1.* Tested plugin works on CLion version 2024.1.1 No new features for this release. --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bd71520..a0fcd12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Info: -Better command line arguments is a CLion 2022.3.3 - 2023.3.X plugin that manages your 'program arguments' as a tree structures, this plugin is highly inspired by the Visual Studio plugin [SmartCommandlineArgs](https://github.com/MBulli/SmartCommandlineArgs) +Better command line arguments is a CLion 2022.3.3 - 2024.1.X plugin that manages your 'program arguments' as a tree structures, this plugin is highly inspired by the Visual Studio plugin [SmartCommandlineArgs](https://github.com/MBulli/SmartCommandlineArgs) ### Warning: This plugin will write raw command line text to `workspace.xml` which is used by CLion to manage Configurations, be sure to validate that your `.idea` folder is ignored from public repositories. diff --git a/gradle.properties b/gradle.properties index 95b4534..31702f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,11 +4,11 @@ pluginGroup = com.github.beardyking.bettercommandlineargs pluginName = better_command_line_arguments pluginRepositoryUrl = https://github.com/BeardyKing/Better_command_line_arguments # SemVer format -> https://semver.org -pluginVersion = 1.0.2 +pluginVersion = 1.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223 -pluginUntilBuild = 233.* +pluginUntilBuild = 241.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = CL