Skip to content

Releases: cryptoadvance/specter-desktop

v0.7.0

27 Aug 12:23
af073de

Choose a tag to compare

Binaries

There are two types of binaries in this release:

  • specter_desktop - a windowed GUI application with Specter server included
  • specterd - a command-line program that only runs Specter server

Note for MacOS: If Specter-Desktop app appears in the tray, but doesn't start the server, go to Applications, find the app, right-click on it and select "Open" - it should solve the problem once and for all, so next time you should be able to launch it as normal.

Release notes

v0.6.1

13 Aug 21:00
0e1ec30

Choose a tag to compare

Note on Linux: you may need to set up udev rules.
Note on Windows: Initial start of the server takes longer than on other platforms.

Release notes

v0.6.0

04 Aug 23:58
8a89c2a

Choose a tag to compare

Binaries

This release has binaries. Download an archive for your platform, extract, and run. For now, they are still command-line applications that you need to run from the terminal, but at least there should be no problems with python and pip installation.

There are binaries for windows, mac os, linux and arm linux (aarch64, like raspberry pi, pine64 etc).

specterd is a standard specter server that talks to your Bitcoin Core node. If you are running specter on a remote machine and want to connect hardware wallets to your laptop, use hwibridge binary - it will give remote specter access to your hardware wallets. Read more here

Release notes

v0.5.5

15 Jul 20:15
e97911c

Choose a tag to compare

Release notes:

v0.5.4

13 Jul 17:14
793a9ed

Choose a tag to compare

Release notes:

v0.5.3

10 Jul 18:16
2ed9a99

Choose a tag to compare

Release notes:

  • Bugfix: Fix potential crashes and issues due to multi-threading race conditions (#205) (@stepansnigirev)
  • Bugfix: Fix crash if current Specter version could not be obtained (#202) (@stepansnigirev)
  • Bugfix: Fix potential issue with wallets not being properly loaded (#197) (@ben-kaufman)
  • Feature: User management panel for admin to manage the list of existing users (in multi-user mode) (#194) (@ben-kaufman)
  • UI: Fix notification UI in coin-selection and login screens (#192, #195) (@stepansnigirev)
  • UI: Fix some notification messages showing up as error messages (#193) (@ben-kaufman)
  • UI: List the devices used in a wallet and the wallets using a certain device (#196) (@ben-kaufman)
  • UI: Allow changing device type and warn if non was selected on device setup (#201) (@ben-kaufman)
  • UI: Clarify why funds are not available when already used in an unsigned transaction and how to free them (#204) (@ben-kaufman)
  • UI: Indicate selected device on the sidebar (#206) (@stepansnigirev)

v0.5.2

05 Jul 08:14
d6036f8

Choose a tag to compare

Release notes:

v0.5.1 - hotfix for v0.5.0

30 Jun 16:53

Choose a tag to compare

add init.py to devices

v0.5.0

30 Jun 14:51
9690ee4

Choose a tag to compare

v0.5.0 June 30, 2020

  • Bugfix: Fix compatibility issue with latest Ledger and Trezor firmwares (addresses new BIP143 vulnerability), use HWI 1.1.2 (#178) (@stepansnigirev)
  • Bugfix: Don't update explorer if chain is unknown (#174) (@stepansnigirev)
  • Bugfix: Fix labels issue with Bitcoin Core v0.20.0 (#160) (@BenK10)
  • Feature: Multi-user support (#172) (@BenK10)
  • Feature: Import-export PSBT transactions (#175) (@stepansnigirev)
  • Feature: Support HWI display multisig address on device (ColdCard, KeepKey, Trezor) (#179) (@BenK10)
  • UI: Show installed Specter version and notify on upgrades on the Setting page. (#158) (@k9ert)
  • UI: Redesign and improve notifications and error messages (#177, #163) (@stepansnigirev)
  • UI: Separate the different areas in the Settings screen into tabs. (#176) (@BenK10)
  • UI: Add copy button for QR codes (#173) (@stepansnigirev)
  • UI: Change confusing “Pending PSBTs” terminology to “Unsigned PSBTs” (#171) (@BenK10)
  • UI: Improve signing UI (#175, #160) (@stepansnigirev, @BenK10)
  • UI: Add reject reason to the error on broadcast (#160) (@stepansnigirev)
  • UI: New Trezor and Ledger icons (#160) (@stepansnigirev, @BenK10)
  • UI: Allow selecting device type manually (#160) (@BenK10)
  • Refactoring: Separate logic.py into multiple files (#160) (@BenK10)
  • Refactoring: Refactor Device, DeviceManager, Wallet, WalletManager classes (#160) (@BenK10)
  • Refactoring: Modularize supported device types (#160) (@BenK10)
  • Refactoring: Make devices and wallets accessible to each other (#160) (@BenK10)
  • Test: Improve test coverage for: Device, DeviceManager, Wallet, WalletManager classes (#160, #170) (@BenK10)
  • Test: Support multiple Bitcoin Core versions (#161) (@k9ert)
  • Docs: Create FAQ doc (#151) (@kkdao)
  • Docs: FAQ table of contents auto-generation (#165) (@k9ert)
  • Docs: README updates (#164) (@moritzwietersheim)