File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 0.5.4]
8+ ### Changed
9+ - Use unlimited until-build for future IDEA Releases
10+
711## [ 0.5.3]
812### Added
913- Ability to blacklist file extensions so that the plugin will not show anything on blacklisted files
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ tasks {
6565 patchPluginXml {
6666 version.set(properties(" pluginVersion" ))
6767 sinceBuild.set(properties(" pluginSinceBuild" ))
68- untilBuild.set(properties(" pluginUntilBuild" ))
68+ // untilBuild.set(properties("pluginUntilBuild"))
6969
7070 // Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
7171 pluginDescription.set(
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ pluginGroup = org.OverEngineer
22pluginName = InlineProblems
33pluginRepositoryUrl = https://github.com/OverEngineer/InlineProblems
44# SemVer format -> https://semver.org
5- pluginVersion = 0.5.3
5+ pluginVersion = 0.5.4
66
77# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88pluginSinceBuild = 212.5
9- pluginUntilBuild = 243.*
9+ # pluginUntilBuild = 243.*
1010
1111# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1212platformType = IC
You can’t perform that action at this time.
0 commit comments