Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

35 lines (22 loc) · 996 Bytes

Change Log

1.0.0 (2023-10-09)

  • Support for excluding specific files when deploying files, using the local.exclude property. (Close #8)
  • Remove the local.buildCmd default value.
  • Optimize some display messages.
  • Update Dependencies.

0.0.5 (2022-04-05)

  • Support for specifying passphrase for encrypted privateKey. (Thanks @moalamri)
  • Clear the OUTPUT panel before executing a new command.
  • Update Dependencies.

0.0.4 (2021-01-18)

  • Delete the original file without deleting the directory.
  • Update Dependencies.

0.0.3 (2020-10-03)

  • If the deployment directory or backup directory does not exist, it will be created automatically.
  • Fix the bug that the original deployment file does not exist and causes the backup error.
  • Fix the bug that the original deployment file does not exist and causes the deletion error.

0.0.2 (2020-09-22)

  • After deployment, delete the local packaging file.
  • Update the README file.

0.0.1 (2020-09-21)

  • Initial release