Skip to content

Commit

Permalink
Updated plugin version to 1.0.3 - Added CLion support for 2024.1.*
Browse files Browse the repository at this point in the history
Tested plugin works on CLion version 2024.1.1

No new features for this release.
  • Loading branch information
BeardyKing committed May 2, 2024
1 parent b67341b commit d18f641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- Plugin description -->

### 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.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d18f641

Please sign in to comment.