Releases: ni/vscode-ni-python-dataplugins
Releases · ni/vscode-ni-python-dataplugins
Release v1.0.2
Changed
Minor adjustments to the diadem_load.py
- Removed debug code
- Better help output when parsing the script arguments
Release v1.0.1
Changed
- README: correct paths to example folder under Windows and Linux
- Marketplace: gallery banner color changed
Release v1.0.0
Info
This is the first major release of the extension. From now on, it can be directly downloaded from https://marketplace.visualstudio.com/vscode.
Release v0.4.0
Added
- It's now possible to export and register a DataPlugin from the command palette
Changed
- Fixed a problem that prevented the extension from loading under Linux
- Exported uri file contains
lastexporttime
- Exported uri file contains compatible USI version
- Changed extension label in settings
- Minor fixes
Release v0.3.0
Added
- It's now possible to start the DataPlugin development based on a sample file
- It's now possible to export a DataPlugin with embedded script and checksum
- It's now possible to register a DataPlugin for development
Changed
- Icon changed
- Minor adjustments to existing examples
- README and LICENSE adjusted
- Bug fixes
Release v0.2.8
Added
- Every new DataPlugin project comes with a template for unit tests
Changed
- Examples renamed so they follow the python naming convention for packages
Release v0.2.7
Added
- Supported file extensions of DataPlugins can be stored inside a config file and don't need to be provided with every export
Changed
- Examples slightly adjusted
Release v0.2.6
Pre-release after rework