This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
Releases: hivewallet/hive-mac
Releases · hivewallet/hive-mac
2014062301
Test release:
- i18n updates
- Dropbox folder path fix
- crash fix for enter in send window
1.3.1s
1.3.1
2014052701
Test build:
- fixed Java binary path
- updated Chinese Simplified, Hungarian and Spanish
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
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
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
- 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
Test release to debug a weird transaction data bug.
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