All notable changes to the "simply-view-image-for-python-opencv-debugging" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fix an issue, use the globalStorageUri.fsPath instead of globalStorageUri.path.
- Add "onDebugResolve:debugpy" to package.json (activationEvents)
- Compatibility with registerCodeActionsProvider (use DocumentSelector instead of string)
- Add tf2 tensor support.
- Now the global variables can be view.
- Using a workaround for supporting multithreading.
- Add an option "svifpod.usetmppathtosave" to choose which path (tmp or extenion private storage path) to save, default is tmp path.
- Add a command "View Image(Python OpenCV Debug)".
- Add a keyboard shortcut "ctrl+alt+Q" for quickly image viewing.
- Add ndarray checking to avoid some exceptions.
- Update README.md
- Thanks to marisancans add support for float np array.
- Initial release