Skip to content

Releases: ni/vscode-ni-python-dataplugins

Release v1.0.2

11 Jul 12:20
Compare
Choose a tag to compare

Changed

Minor adjustments to the diadem_load.py

  • Removed debug code
  • Better help output when parsing the script arguments

Release v1.0.1

06 Jul 07:42
ba6185b
Compare
Choose a tag to compare

Changed

  • README: correct paths to example folder under Windows and Linux
  • Marketplace: gallery banner color changed

Release v1.0.0

05 Jul 08:55
0869ae1
Compare
Choose a tag to compare

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

28 Jun 07:47
Compare
Choose a tag to compare
Release v0.4.0 Pre-release
Pre-release

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

11 Jun 14:13
c1b3dc3
Compare
Choose a tag to compare
Release v0.3.0 Pre-release
Pre-release

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

24 Jan 21:51
Compare
Choose a tag to compare
Release v0.2.8 Pre-release
Pre-release

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

29 Dec 15:10
Compare
Choose a tag to compare
Release v0.2.7 Pre-release
Pre-release

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

10 Oct 12:43
Compare
Choose a tag to compare
Release v0.2.6 Pre-release
Pre-release
Pre-release after rework

v0.2.0

31 May 09:54
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Pre-release - use with caution

Added

  • Template for direct DataPlugins added
  • Snippets for data types and callback functions

Changed

  • Export of DataPlugin only via Context-Menu

v0.1.0

02 May 13:51
206d4e0
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Pre-release - use with caution