Releases: Zondax/ledger-go
Releases · Zondax/ledger-go
v1.0.0
Important Notes 📔 📔
- We are bumping the major to indicate the library is stable.
- We reworked the device connection process to use the correct and more generic product ids for each device. (Nano S, S+ and X)
- Added support to Stax and Flex devices.
What's Changed
- improve mocks by @jleni in #38
- fix: add product id for nanos+ when an app is opened by @emmanuelm41 in #40
New Contributors
- @emmanuelm41 made their first contribution in #40
Full Changelog: v0.15.0...v1.0.0
v0.15.0
upgrading structure + dependencies
What's Changed
- improve generic apdu error code message to better point users to ledger issues by @felipemadero in #31
- upgrading deps by @jleni in #34
- refactoring + repo structure improvements by @jleni in #35
- update grpc by @jleni in #36
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #30
New Contributors
- @dependabot made their first contribution in #30
Full Changelog: v0.14.3...v0.14.4
OS X enumerate fix
Merge pull request #32 from Zondax/dev Update hid package
Add APDU wrapper to Zemu
Merge pull request #27 from felipemadero/apdu-wrapper-for-zemu add apdu wrapper to zemu
Remove suprious OSX USB Reads
Merge pull request #23 from chillyvee/cv_mymacsad_zondax Remove suprious OSX USB Reads
Update deps
Merge pull request #22 from Zondax/updates Updates
Adding Nano S+ support
Merge pull request #21 from felipemadero/nano-s-plus-support add ledger nano s plus support
Use product id to detect devices
Merge pull request #18 from troian/fix-ledger-pid fix: use productID to detect ledger type
Zemu support
v0.12.1 fix initialization issue