Skip to content

Releases: hutte-io/hutte-sf-plugin

v2.1.0

09 Nov 09:02
6cb1ad7
Compare
Choose a tag to compare

2.1.0 (2023-11-09)

Features

  • add org-name flag to authorize command (d61be1c)

v2.0.1

08 Nov 08:56
5ecc43d
Compare
Choose a tag to compare

2.0.1 (2023-11-08)

Bug Fixes

  • update required node version (5bcc344)

v2.0.0

07 Nov 17:09
c1442cd
Compare
Choose a tag to compare

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"

v1.3.1

25 Sep 14:20
b5a6706
Compare
Choose a tag to compare

1.3.1 (2023-09-25)

Bug Fixes

v1.3.0

09 Aug 16:41
1c7da37
Compare
Choose a tag to compare

1.3.0 (2023-08-09)

Features

v1.2.0

18 Jul 13:53
ddc4a6b
Compare
Choose a tag to compare

1.2.0 (2023-07-18)

Features

  • add all param to org list command (27258f5)

v1.1.0

23 Jun 15:12
7173598
Compare
Choose a tag to compare

1.1.0 (2023-06-23)

Features

v1.0.2

30 Mar 20:02
e3cac23
Compare
Choose a tag to compare

1.0.2 (2023-03-30)

Bug Fixes

  • deps: update keytar/node-gyp to resolve installation issues (9550b1e)

v1.0.1

11 Jan 12:54
Compare
Choose a tag to compare

1.0.1 (2023-01-11)

Bug Fixes

  • revert "refactor: replace keytar package with sfdx keychain implementation" (06d005d)

v1.0.0

11 Jan 11:13
6d65002
Compare
Choose a tag to compare

1.0.0 (2023-01-11)

Code Refactoring

  • replace keytar package with sfdx keychain implementation (823a2a4)

BREAKING CHANGES

  • For existing installations you might be prompted once
    to grant access to the hutte-io credential in your keychain of your OS.

For example on MacOS, the process accessing the keychain was changed from "node" to "security".
So you might be prompted:

security wants to use your confidential information stored in "hutte-io" in your keychain.

To allow this, enter the "login" keychain password.

Here you can enter your keychain password and click "Always Allow".