diff --git a/docs/release-notes.md b/docs/release-notes.md index 04d67a827d..d0ae40a639 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,3 +1,33 @@ +## v0.6.0 August 4, 2020 +- Build: Create `specterd` binaries (#258) (@stepansnigirev) +- Devices: [Cobo Valut](https://cobo.com/hardware-wallet/cobo-vault) multisig support (#268) (@stepansnigirev) +- Bugfix: Fix issues and improve performance by removing local caching (#242) (@ben-kaufman) +- Bugfix: Fix installation issue on ARM machines by removing the BIP32 dependency (#259) (@stepansnigirev) +- Performance: RPC calls optimization (#251) (@stepansnigirev) +- Performance: Support multi RPC calls (#243) (@stepansnigirev) +- Feature: Allow sending transactions with multiple recipients (batch transactions) (#252) (@ben-kaufman) +- Feature: Add full backup and restore of all Specter data (#261) (@ben-kaufman) +- Feature: Dynamically start and manage Specter's Tor Hidden Service from the UI (#257) (@ben-kaufman) +- Feature: Allow user to customize the Bitcoin Core data-dir path (#260) (@ben-kaufman) +- Feature: Automatically derive key origin for depth 0 and 1 (#264) (@hodlwave) +- UI: Add Bitcoin Core node info dashboard (#267) (@ben-kaufman) +- UI: New landing page and multiple UI fixes. (#269) (@ben-kaufman) +- UI: Make sidebar wallets and devices lists foldable (#263) (@ben-kaufman) +- UI: New status bar at the top right corner with Setting, Tor, and Logout buttons (#263) (@ben-kaufman) +- UI: Reorganize the wallet Receive tab (#263) (@ben-kaufman) +- UI: Disable devices without keys compatible with chosen wallet type when creating a new wallet (#239) (@stepansnigirev) +- UI: Verify device fingerprint on signing to prevent using the wrong device (#240) (@ben-kaufman) +- UI: Redirect to unsigned PSBTs tab in the wallet Send tab if there are any (#245) (@stepansnigirev) +- UI: Remove upgrade warning when running from source (#241) (@stepansnigirev) +- UI: Remove addresses view and move UTXO view to wallet History page (#242) (@ben-kaufman) +- UI: Add auto-detect Bitcoin Core configurations to the Settings page (#249) (@ben-kaufman) +- UI: Various minor UI improvements (text colors, sizes, spaces, etc.) (#263) (@ben-kaufman) +- UI: Wallet transactions history pagination (#242) (@ben-kaufman) +- UI: Minor ColdCard related improvements (#265) (@ben-kaufman) +- UI: Show note on HWIBridge in HWI detect popup if no device is detected (#266) (@ben-kaufman) +- Refactoring: Create a `qr-scanner` HTML component (#248) (@stepansnigirev) +- Test: Fix test issues due to nondeterministic order of tests (#250) (@k9ert) + ## v0.5.5 July 15, 2020 - Devices: Support Electrum wallet as a device (#222) (@stepansnigirev) - Devices: Support Generic device (usable for any PSBT compatible device not directly supported in Specter) (#221) (@stepansnigirev)