- Fixed slow image loading with a remote interpreter
- Fixed issue with showing mat as function parameter in C++
- Added possibility to show images directly from editor
- Added support for batch dimension (premium)
- Added multiple image displaying (premium)
- Added support for deeper pointers in C++ (premium)
- Settings are now stored for projects separately
- Enabled keras variables (premium)
- Fixed remote debugger image showing
- Added icon to plugin actions
- Added support for 2024.3.x release
- Added support for torchvision tensors
- Implemented image rendering in the background (no more GUI freeze)
- Optimized image rendering (2x faster)
- Improved progress bar when loading image
- Fixed thread context already set when saving image
- Fixed wrong zoom factor when transposing image
- Added support for 2024.2.x release
- Added support for PIL, PyTorch, Tensorflow
- Added apply colormap action
- Added hexadecimal display
- Added transpose image action (HWC <-> CHW)
- Added separate channel displaying
- Added force view as image action in C++
- Added help and get premium actions
- Allowed showing Mat in C++ and Java containers
- Reworked the behaviour for squeezable arrays
- Fixed messages in case of exceptions
- Support for 2024.1.x release
- Support for 2023.3.x release
- Support for CLion Nova
- Better message in case of out of memory
- Support for 2023.2.x release
- Added show settings action in the image window
- Fixed wrong extension when saving image to disk
- Icons for new IU
- Support for 2023.1.x release
- Move dialog windows a little to avoid overlapping with others
- Fixed shortcuts for popup actions
- Fixed inaccurate values for pixel close to the border
- Fixed disappearing toolbar when too small window size
- Added context menu and copy action
- Fixed save dialog showing under the image popup
- Fixed shortcuts for actions in the image dialog
- Fixed non-expiring startup notification
- Support for 2022.3.x release
- Support for 2022.2.x release
- Added support for Java, Kotlin and Android (Intellij, AndroidStudio)
- Improved experience when cancelling variable downloads
- Added support for Jupyter Notebooks vars
- Support for 2022.1.x release
- Added support for RGB images
- Added option to normalize the image
- Added option to save the image
- Remember window last position and size
- Removed pixel info when cursor exits the image
- Support for 2021.3.x release
- Added support for pointers, const variables, references and members (C++)
- Fixed syntax error while using remote interpreter
- Added support for C++ (CLion)
- Showing better variable name
- Fixed outdated notification content
- Fixed plugin crash when using OS scaling (thanks Liviu!)
- Added info about cursor position and pixel value under the cursor
- Added info about image data type
- Fixed issue with pixel disappearing when zooming big images
- Support for 2021.2.x release
- Fixed the issue with displaying image when running with Pytest
- Fixed "Can't display image" in python console once again
- Fixed issue when run configuration has different interpreter than project sdk
- Fixed update notification
- Added possibility to disable update notification
- Support for 2021.1 IDEs
- Fixed random "Can't display image" in python console
- Better plugin description and change notes
- Added possibility to show array in dialog instead of popup
- Added possibility to show array when indices are updated
- Added update notification
- Fixed issue with showing array in python console
- Fixed issue with showing array when value policy is "on demand"
- Greyed out action for not supported dtypes
- Added support for remote python interpreter
- Display arrays with expanded dims
- Remember image viewer options
- Better way to show issues
- Added progress bar if loading is long
- Initial stable release of the plugin