File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44
55## [ Unreleased]
66
7+ ## [ 0.4.2]
8+
9+ ### Changes
10+
11+ - Added support for PyCharm 2025.1
12+
713## [ 0.4.1]
814
915### Changes
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ pluginGroup = com.github.srwi.pixellens
44pluginName = PixelLens
55pluginRepositoryUrl = https://github.com/srwi/PyCharm-PixelLens
66# SemVer format -> https://semver.org
7- pluginVersion = 0.4.1
7+ pluginVersion = 0.4.2
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 233
11- pluginUntilBuild = 243 .*
11+ pluginUntilBuild = 251 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = PC
15- platformVersion = 2024.3
15+ platformVersion = 2025.1
1616
1717# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
You can’t perform that action at this time.
0 commit comments