Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 17:09
· 29 commits to master since this release
c1442cd

2.0.0 (2023-11-07)

Bug Fixes

  • error handling for HTTP requests (82b7c4b)
  • handle error when no default org present (61084f2)
  • message when creating a branch (8f5e32d)

Code Refactoring

Features

BREAKING CHANGES

  • This plugin has been heavily refactored.
  • We no longer use the deprecated "keytar" npm package to store the API token.

When using "hutte" next time, you'll get an error and need to log in again using "sf hutte auth login".
You can then delete the "hutte-io" entry from the keychain of your OS.

MacOS

  • Open "Keychain Access.app"
  • Search for "hutte-io" of kind application password
  • Right click and delete

Windows

  • Open "Credential Manager"
  • In the "Generic Credential" section, search for "hutte-io"
  • Click "Remove"