Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Releases: hivewallet/hive-mac

2014062301

23 Jun 14:12
Compare
Choose a tag to compare
2014062301 Pre-release
Pre-release

Test release:

  • i18n updates
  • Dropbox folder path fix
  • crash fix for enter in send window

1.3.1s

02 Jun 10:01
Compare
Choose a tag to compare
  • added Norwegian, Persian and Ukrainian translations
  • updated Chinese Simplified, Filipino, German, Greek, Hungarian, Japanese, Portuguese and Spanish translations
  • fixed possible crash during startup wizard

1.3.1

02 Jun 09:59
Compare
Choose a tag to compare
  • added Norwegian, Persian and Ukrainian translations
  • updated Chinese Simplified, Filipino, German, Greek, Hungarian, Japanese, Portuguese and Spanish translations
  • fixed possible crash during startup wizard

2014052701

27 May 14:53
Compare
Choose a tag to compare
2014052701 Pre-release
Pre-release

Test build:

  • fixed Java binary path
  • updated Chinese Simplified, Hungarian and Spanish

1.3

23 May 20:19
Compare
Choose a tag to compare
1.3
  • Payment Protocol (BIP70) support
  • payment details and confirmation note are displayed if provided by the merchant
  • for verified merchants, payment window shows recipient's name instead of address and a green padlock icon
  • new general preferences panel with settings related to contact name display and sorting
  • region settings changes (e.g. number format or name sorting) are applied immediately
  • transactions made from an app are displayed with the app's icon on the transaction list
  • fixed some crashes related to transaction fee calculation

2014052101

21 May 15:55
Compare
Choose a tag to compare
2014052101 Pre-release
Pre-release

Test release:

  • general preferences panel
  • set refund address in payments
  • correct handling for payment requests with 0 amount
  • better error handling for QR code scanning
  • fixed Java call path

2014051401

14 May 13:59
Compare
Choose a tag to compare
2014051401 Pre-release
Pre-release

Test release: Payment Protocol!

  • payment protocol support via .bitcoinpaymentrequest files, bitcoin: URIs and QR codes
  • shows notes from the receiver and ACK notes after payment
  • shows green padlock icon and verified name of the receiver if the signature is verified
  • #22: show application icon in transactions sent from apps
  • auto-updating locale (region settings)
  • contacts are sorted in a localized way

Pro tip: use http://doublesha.com to create and host requests, or https://bitcoincore.org/~gavin/createpaymentrequest.php if you're on the test network (only from Xcode).

1.2.1

30 Apr 18:12
Compare
Choose a tag to compare
  • fixed crash in contact autocomplete
  • fixed crash when trying to send whole wallet balance and the fee is too small
  • fixed crash when sending or receving from multisig addresses (starting with 3)
  • fixed handling of fiat amounts without a leading 0 (".50" interpreted as 50)
  • fixed some problems in Bitstamp app
  • error window will not show more than once at a time
  • required fee should now be calculated correctly for large transactions
  • protection from invalid transaction spam (1Sochi)
  • improved compatibility with newest BitcoinQt wallets
  • improved handling of bitcoin: URLs
  • various UI fixes

2014042401

24 Apr 11:05
Compare
Choose a tag to compare
2014042401 Pre-release
Pre-release

Test release to debug a weird transaction data bug.

1.2

23 Apr 14:39
Compare
Choose a tag to compare
1.2
  • added a preferences window (currently only global shortcuts settings)
  • message signing tool
  • super fast initial sync thanks to checkpoints file support
  • lock screen can now be easily disabled
  • fixed problem with Hive locking up when switching tabs on some computers
  • fixed problem with overwriting old backups from a new wallet
  • minor UI/UX fixes