We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13f522 commit dc15d56Copy full SHA for dc15d56
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [Unreleased]
4
5
+### Added
6
+
7
+- Support modern IDE versions
8
9
## [0.3.6] - 2024-09-28
10
11
### Added
gradle.properties
@@ -2,12 +2,11 @@ pluginGroup = space.whitememory.pythoninlayparams
pluginName = Python Inlay Params
pluginRepositoryUrl = https://github.com/WhiteMemory99/Intellij-Python-Inlay-Params
-pluginVersion = 0.3.8
+pluginVersion = 0.4.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 252
-pluginUntilBuild = 299.*
12
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
13
platformType = PC
0 commit comments