|
| 1 | +## v0.5.2 July 5, 2020 |
| 2 | +- Devices: [Cobo Valut](https://cobo.com/hardware-wallet/cobo-vault) single-sig support (#189) (@stepansnigirev) |
| 3 | +- Devices: Support Specter-DIY [v1.2.0](https://github.com/cryptoadvance/specter-diy/releases/tag/v1.2.0) (#188) (@stepansnigirev) |
| 4 | +- Bugfix: Fix issue with wallets and devices not being loaded properly (#190) (@ben-kaufman) |
| 5 | +- Bugfix: Return button to display address on device for Ledger single-sig wallets (#187) (@stepansnigirev) |
| 6 | +- Bugfix: Allow same origin requests to HWI Bridge by default (#185) (@stepansnigirev) |
| 7 | +- Bugfix: Fix authentication and styles issues (#181) (@stepansnigirev) |
| 8 | +- UI: Improve sidebar UI when Bitcoin Core is not connected or not configured (#184) (@stepansnigirev) |
| 9 | + |
| 10 | +## v0.5.1 (v0.5.0 Hotfix) June 30, 2020 |
| 11 | +- Bugfix: Fix issue with running Specter after installing from pip (@stepansnigirev) |
| 12 | + |
1 | 13 | ## v0.5.0 June 30, 2020 |
2 | 14 | - Bugfix: Fix compatibility issue with latest Ledger and Trezor firmwares (addresses new BIP143 vulnerability), use HWI 1.1.2 (#178) (@stepansnigirev) |
3 | 15 | - 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) |
| 16 | +- Bugfix: Fix labels issue with Bitcoin Core v0.20.0 (#160) (@ben-kaufman) |
| 17 | +- Feature: Multi-user support (#172) (@ben-kaufman) |
6 | 18 | - Feature: Import-export PSBT transactions (#175) (@stepansnigirev) |
7 | | -- Feature: Support HWI display multisig address on device (ColdCard, KeepKey, Trezor) (#179) (@benk10) |
| 19 | +- Feature: Support HWI display multisig address on device (ColdCard, KeepKey, Trezor) (#179) (@ben-kaufman) |
8 | 20 | - UI: Show installed Specter version and notify on upgrades on the Setting page. (#158) (@k9ert) |
9 | 21 | - 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) |
| 22 | +- UI: Separate the different areas in the Settings screen into tabs. (#176) (@ben-kaufman) |
11 | 23 | - 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) |
| 24 | +- UI: Change confusing “Pending PSBTs” terminology to “Unsigned PSBTs” (#171) (@ben-kaufman) |
| 25 | +- UI: Improve signing UI (#175, #160) (@stepansnigirev, @ben-kaufman) |
14 | 26 | - 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) |
| 27 | +- UI: New Trezor and Ledger icons (#160) (@stepansnigirev, @ben-kaufman) |
| 28 | +- UI: Allow selecting device type manually (#160) (@ben-kaufman) |
| 29 | +- Refactoring: Separate `logic.py` into multiple files (#160) (@ben-kaufman) |
| 30 | +- Refactoring: Refactor Device, DeviceManager, Wallet, WalletManager classes (#160) (@ben-kaufman) |
| 31 | +- Refactoring: Modularize supported device types (#160) (@ben-kaufman) |
| 32 | +- Refactoring: Make devices and wallets accessible to each other (#160) (@ben-kaufman) |
| 33 | +- Test: Improve test coverage for: Device, DeviceManager, Wallet, WalletManager classes (#160, #170) (@ben-kaufman) |
22 | 34 | - Test: Support multiple Bitcoin Core versions (#161) (@k9ert) |
23 | 35 | - Docs: Create FAQ doc (#151) (@kkdao) |
24 | 36 | - Docs: FAQ table of contents auto-generation (#165) (@k9ert) |
25 | 37 | - Docs: README updates (#164) (@moritzwietersheim) |
26 | 38 |
|
27 | 39 | ## v0.4.0 May 31, 2020 |
28 | 40 | - #112 - Mobile friendly UI (@stepansnigirev) |
29 | | -- #130 - Showing transacation details while sending (@benk10) |
30 | | -- #232 - Being able to copy transaction instead of sending via own node (@benk10) |
| 41 | +- #130 - Showing transacation details while sending (@ben-kaufman) |
| 42 | +- #232 - Being able to copy transaction instead of sending via own node (@ben-kaufman) |
31 | 43 | - #139 - User feedback for proper connection to Core in settings menu (@k9ert) |
32 | | -- #140 - Bugfix which blocked the use of Coldcard under certain circumstances (@benk10) |
33 | | -- #128 - Bugfix how funds get represented (@benk10) |
| 44 | +- #140 - Bugfix which blocked the use of Coldcard under certain circumstances (@ben-kaufman) |
| 45 | +- #128 - Bugfix how funds get represented (@ben-kaufman) |
34 | 46 |
|
35 | | -- A lot of refactorings (especially for template-logic) and tidyups. We also removed some dependencies (@benk10, @stepansnigirev) |
| 47 | +- A lot of refactorings (especially for template-logic) and tidyups. We also removed some dependencies (@ben-kaufman, @stepansnigirev) |
36 | 48 |
|
37 | 49 | ## v0.3.0 May 11, 2020 |
38 | 50 | - #104 - QR-Code animations enable to pass more information in smaller chunks (@gorazdko) |
39 | | -- #108 - Renaming and Deleting wallets (@benk10) |
40 | | -- #95 - addresses and utxo-view for better overview of your funds (@benk10) |
41 | | -- #100 - Pending PSBTS for partially sign and sign with others devices much later (@benk10) |
42 | | -- #101 - Support Device passphrases for HWI-wallets (@benk10) |
| 51 | +- #108 - Renaming and Deleting wallets (@ben-kaufman) |
| 52 | +- #95 - addresses and utxo-view for better overview of your funds (@ben-kaufman) |
| 53 | +- #100 - Pending PSBTS for partially sign and sign with others devices much later (@ben-kaufman) |
| 54 | +- #101 - Support Device passphrases for HWI-wallets (@ben-kaufman) |
43 | 55 | - #40 - coin selection to control which utxo you want to spend (@k9ert) |
44 | | -- #120 - Display Addresses on device (@benk10) |
| 56 | +- #120 - Display Addresses on device (@ben-kaufman) |
45 | 57 | - #127 - Windows support (@stepansnigirev) |
46 | 58 |
|
47 | 59 | ## v0.2.0 Mar 27, 2020 |
48 | | -- #94 - label addresses to get remember where coins are coming from (@benk10) |
| 60 | +- #94 - label addresses to get remember where coins are coming from (@ben-kaufman) |
49 | 61 | - #81 - Optional Authentication with RPC Password (@k9ert) |
50 | | -- Support custom block explorer for all networks (@benk10) |
| 62 | +- Support custom block explorer for all networks (@ben-kaufman) |
51 | 63 |
|
52 | 64 | ## v0.1.2 Mar 6, 2020 |
53 | 65 | - bugfix-release (#84) |
|
0 commit comments