|
| 1 | +## v0.5.0 June 30, 2020 |
| 2 | +- Bugfix: Fix compatibility issue with latest Ledger and Trezor firmwares (addresses new BIP143 vulnerability), use HWI 1.1.2 (#178) (@stepansnigirev) |
| 3 | +- Bugfix: Don't update explorer if chain is unknown (#174) (@stepansnigirev) |
| 4 | +- Bugfix: Fix labels issue with Bitcoin Core v0.20.0 (#160) (@benk10) |
| 5 | +- Feature: Multi-user support (#172) (@benk10) |
| 6 | +- Feature: Import-export PSBT transactions (#175) (@stepansnigirev) |
| 7 | +- Feature: Support HWI display multisig address on device (ColdCard, KeepKey, Trezor) (#179) (@benk10) |
| 8 | +- UI: Show installed Specter version and notify on upgrades on the Setting page. (#158) (@k9ert) |
| 9 | +- UI: Redesign and improve notifications and error messages (#177, #163) (@stepansnigirev) |
| 10 | +- UI: Separate the different areas in the Settings screen into tabs. (#176) (@benk10) |
| 11 | +- UI: Add copy button for QR codes (#173) (@stepansnigirev) |
| 12 | +- UI: Change confusing “Pending PSBTs” terminology to “Unsigned PSBTs” (#171) (@benk10) |
| 13 | +- UI: Improve signing UI (#175, #160) (@stepansnigirev, @benk10) |
| 14 | +- UI: Add reject reason to the error on broadcast (#160) (@stepansnigirev) |
| 15 | +- UI: New Trezor and Ledger icons (#160) (@stepansnigirev, @benk10) |
| 16 | +- UI: Allow selecting device type manually (#160) (@benk10) |
| 17 | +- Refactoring: Separate `logic.py` into multiple files (#160) (@benk10) |
| 18 | +- Refactoring: Refactor Device, DeviceManager, Wallet, WalletManager classes (#160) (@benk10) |
| 19 | +- Refactoring: Modularize supported device types (#160) (@benk10) |
| 20 | +- Refactoring: Make devices and wallets accessible to each other (#160) (@benk10) |
| 21 | +- Test: Improve test coverage for: Device, DeviceManager, Wallet, WalletManager classes (#160, #170) (@benk10) |
| 22 | +- Test: Support multiple Bitcoin Core versions (#161) (@k9ert) |
| 23 | +- Docs: Create FAQ doc (#151) (@kkdao) |
| 24 | +- Docs: FAQ table of contents auto-generation (#165) (@k9ert) |
| 25 | +- Docs: README updates (#164) (@moritzwietersheim) |
| 26 | + |
1 | 27 | ## v0.4.0 May 31, 2020 |
2 | 28 | - #112 - Mobile friendly UI (@stepansnigirev) |
3 | 29 | - #130 - Showing transacation details while sending (@benk10) |
|
0 commit comments