Skip to content

Releases: everx-labs/everdev-vscode

Version: 1.1.1

14 Feb 16:03
@d3p d3p
3ad6b39
Compare
Choose a tag to compare

[1.1.1] - 2022-02-11

Fixed

  • An error "TON Client binary bridge is not set" that occurred when using js wrap command as a module

Improved

  • Command parameter parsing when using tondev as a module.
    Now, when some unrecognized option is found, an error occurs.
    Previously unrecognized option was silently skipped.

Version 1.0.1

21 Jan 10:58
@d3p d3p
4269930
Compare
Choose a tag to compare

Fixed

  • Problem with commands sign and contract

Version 1.0.0

21 Jan 10:10
@d3p d3p
4205433
Compare
Choose a tag to compare

New

Renamed plugin to everdev-vscode and use everdev. If you already have installed old plugin TONDev, you need to uninstall it.

Version: 0.5.0

30 Apr 11:58
122ef31
Compare
Choose a tag to compare

[0.5.0] 2021-04-30

New

  • TONDEV 0.5 commands support.
    Attention! The current UI is preliminary and not even experimental, and will be changed in future.
    Skip entering the default values in UI by clicking Enter.

This release is an intermediate step between current tondev functionality and future VS Code GUI implementation.
In the next releases we plan to add nice UI for contract deployment and execution, network management, signer management.

Fixed

  • tvm_linker downloads always even if it's up to date.