Skip to content

Commit d6036f8

Browse files
Merge pull request #191 from ben-kaufman/v0-5-2-release-notes
Add v0.5.2 release notes
2 parents 8b2395d + 3d87859 commit d6036f8

1 file changed

Lines changed: 37 additions & 25 deletions

File tree

docs/release-notes.md

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,65 @@
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+
113
## v0.5.0 June 30, 2020
214
- Bugfix: Fix compatibility issue with latest Ledger and Trezor firmwares (addresses new BIP143 vulnerability), use HWI 1.1.2 (#178) (@stepansnigirev)
315
- 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)
618
- 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)
820
- UI: Show installed Specter version and notify on upgrades on the Setting page. (#158) (@k9ert)
921
- 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)
1123
- 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)
1426
- 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)
2234
- Test: Support multiple Bitcoin Core versions (#161) (@k9ert)
2335
- Docs: Create FAQ doc (#151) (@kkdao)
2436
- Docs: FAQ table of contents auto-generation (#165) (@k9ert)
2537
- Docs: README updates (#164) (@moritzwietersheim)
2638

2739
## v0.4.0 May 31, 2020
2840
- #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)
3143
- #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)
3446

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)
3648

3749
## v0.3.0 May 11, 2020
3850
- #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)
4355
- #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)
4557
- #127 - Windows support (@stepansnigirev)
4658

4759
## 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)
4961
- #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)
5163

5264
## v0.1.2 Mar 6, 2020
5365
- bugfix-release (#84)

0 commit comments

Comments
 (0)