- Added a warning informing the user about broken compatibility with Python 3.13.0
- Added an option to choose between popup or dialog for image viewing
- Improved zooming behavior when zooming in with the mouse wheel
- Added a setting to control the data transmission method when viewing images (for diagnostic purposes)
- Improved error handling
- Added support for PyCharm 2024.3
- Added support for JAX
- Added the ability to middle-click a variable in the debugger to view as image
- Fixed viewing of images nested in other types (e.g. inside classes or lists)
- Implemented a workaround for a bug in PyCharm 2024.2.1 that affects the ability to view images when debugging via SSH
- Fixed a crash when attempting to view expression that contains special characters
- Improved support for evaluate expressions
- Fixed crash when viewing non-contiguous PyTorch tensor
- Fixed incorrect transposition of BCHW images
- Added Python console support
- Added progress indicator while loading image
- Added a hint whenever values are outside the displayable range
- Improved error handling and reporting actions
- Greatly improved overall performance
- Fixed a memory leak
- Added support for PyCharm 2024.2
- Added support for some missing PIL types
- Initial release of PixelLens 🎉