Skip to content

Releases: N3developertoolkit/neo3-visual-tracker

Neo N3 - Release 3.0.6

03 Aug 00:40
Compare
Choose a tag to compare

This release updates Neo Visual DevTracker for Neo N3 release. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes

  • update bundled neo-express version for release
  • update C# template for release

Neo N3 RC4 - Release 2.1.52

21 Jul 23:02
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC4. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes

  • update bundled neo-express version for RC4 (9528f74)
  • update C# template for RC4 (44f684c)

Neo N3 RC3 - Release 2.1.51

07 Jul 21:45
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC3. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes

  • allow arrays and objects as invocation parameters (#106)
  • Log to VS Code output channel. (#107)
  • The invoke file editor now supports editing invocation files that use arrays or objects as contract parameters (#106)
  • Extension logs are now also shown in the VS Code Output Panel (#107)
  • Fixed an issue that blocked deployment of contracts to Neo N3 TestNet (#112)
  • Removed "Invoke Contract" menu item for non Express blockchain networks as feature is not complete (#112)

Neo N3 RC3 - Release 2.1.49

21 Jun 17:28
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC3. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes

  • Updated C# smart contract template to provide example unit tests (#101)
  • Fixed an issue preventing contracts from being deployed to TestNet. (#97)
  • Updated Neo Express to latest RC3 build (f605f38)
  • Enable limited support within untrusted VS Code workspaces (#103)

Neo N3 RC3 - Release 2.1.47

08 Jun 18:19
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC3. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes

  • C# sample contract now provides scaffolding for a ContractUpdate method [#87]
  • Fixed an issue where hashes were shown in an unintuitive byte order in some contexts [#91]
  • Updated Neo Express to latest RC3 build [#95]
  • Allow asset transfers to arbitrary wallets [#95]

Neo N3 RC2 - Release 2.1.45

18 May 21:59
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC2. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Commits

  • [e14e33e] add RC2 TestNet genesis hash #85
  • [efc7190] .NET SDK extension is not meant for external use #86

Neo N3 RC2 - Release 2.1.43

17 May 23:13
Compare
Choose a tag to compare
Pre-release

This release updates Neo Visual DevTracker for Neo N3 RC2. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Commits

Neo N3 RC1 Support - 2.1.42

21 Apr 19:48
Compare
Choose a tag to compare
Pre-release

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

This release is a preview of upcoming Neo N3 support in the Visual DevTracker. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

To install this release, download the associated .VSIX file and install it via the [official VSCode documentation](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix

Changes since previous release

  • 1f538b9: A panel that shows a list of all known smart contracts, allowing quick access to contract metadata #65
  • 05fa0f6: A panel that shows a list of all known wallets, allowing quick access to balance information #67
  • ab32740: Creating a Java smart contract automatically targets the latest version of neow3j (per Maven Central) #61
  • ab32740: Make use of the ms-dotnettools.vscode-dotnet-sdk extension to acquire a path to dotnet
    (instead of requiring a global installation accessible in the PATH) #62
  • 79e7f50: Updated Neo Express to latest RC1 build #66
  • ab32740: Outdated npm package dependencies have been updated (now using TypeScript 4, Node 14, React 17, webpack 5) #64

Neo N3 RC1 Support - 2.0.18

25 Mar 18:45
1d0ba2c
Compare
Choose a tag to compare
Pre-release

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

This release is a preview of upcoming Neo N3 support in the Visual DevTracker. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

To install this release, download the associated .VSIX file and install it via the official VSCode documentation. This extension will be available directly from the VSCode marketplace.

Changes since previous release

  • [25da1ce]: Neo 3 -> Neo N3 (Harry Pierson) #53
  • [9e2954f]: new testnet genesis block hash (David Nicholson) #51

Neo N3 RC1 Support

23 Mar 21:18
Compare
Choose a tag to compare
Neo N3 RC1 Support Pre-release
Pre-release

Note, this is a preview release even though it does not carry a "-preview" version. VSCode Marketplace does not support semantic versioning pre-release identifiers.

This release is a preview of upcoming Neo N3 support in the Visual DevTracker. It can be installed side-by-side with the existing Neo Legacy Visual DevTracker (which is still needed for working with Neo Legacy).

To install this release, download the associated .VSIX file and install it via the official VSCode documentation. This extension will be available directly from the VSCode marketplace.