1 parent b57220c commit 67c5637Copy full SHA for 67c5637
2 files changed
CHANGELOG.md
@@ -4,6 +4,14 @@
4
5
## [Unreleased]
6
7
+## [0.4.4]
8
+
9
+### Changes
10
11
+- Disabled PixelLens for empty images
12
+- Added a warning when attempting to view variables as image in a Jupyter Notebook without debugging
13
+- Improved error handling
14
15
## [0.4.3]
16
17
### Changes
gradle.properties
@@ -4,7 +4,7 @@ pluginGroup = com.github.srwi.pixellens
pluginName = PixelLens
pluginRepositoryUrl = https://github.com/srwi/PyCharm-PixelLens
# SemVer format -> https://semver.org
-pluginVersion = 0.4.3
+pluginVersion = 0.4.4
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
0 commit comments