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
2014011002
- fixed crash on the transactions list
2014011001
- Dropbox backup is disabled until you set a wallet password
- backup is also run after waking up from sleep (previously only on Hive start)
- you will get a warning if you try to send much more BTC than usually
- transaction date is now localized and shows also time and (for older transactions) year
- removed "from" addresses from the transactions list, to discourage users from sending money back to the same address
- balance on the profile page will now include Bitcoin from unconfirmed transactions (no separate "pending" balance)
- Hive should now automatically figure out user's full name on first start
- fixed several bugs related to backups, encryption and other things
- added Swedish translation
- new API methods for handling currency and Bitcoin formats
2014010801
RC version:
- fixed opening Hive with bitcoin: URL when it's not running
- added Swedish translation
- guess user's full name on first run
- transaction date label: localized format, added time and year (if different than current year)
- another fix for transactions with future date
- password field highlight when clicking submit with not matching confirmation
- require encrypted wallet for Dropbox backup
- fixed crash when sending transaction from encrypted wallet
- fixed some UI bugs
- show only estimated balance on the profile page (but block transaction if user wants to spend unconfirmed coins)
- copy tweaks in some alerts
- warn user if amount is suspiciously large
- new API methods for handling currency and Bitcoin formats
2014010401
Test release:
- Dropbox crash fix
- backup file appended to the old one fix
- trigger backup after password change and wakeup from sleep
- don't show from addresses
- transactions list optimizations
2014010201
- wallet’s private key can now be encrypted with a password (see “Wallet” menu)
- Backup Center - check Time Machine backup status and automatically back up Hive data to your Dropbox folder
- you can now choose Bitcoin unit (BTC, mBTC, µBTC) - default is mBTC
- pending transactions are marked as such on the list
- added “share” button on Transactions list (10.8+)
- Hive offers to move itself to Applications if started e.g. from Downloads
- fixed contact autocomplete in Send dialog
- UI fixes for some translations
- improved German translation
- updated bitcoinj to latest version
- various bug fixes and UI improvements
2013123101
Test release - everything in https://github.com/hivewallet/hive-osx/releases/tag/2013122001, plus:
- added Let's Move
- backup center (mostly done - one thing missing is enforcing a backup after a password change)
- Bitcoin unit switching
2013122001
Test release:
- wallet encryption (unfinished)
- fixed autocomplete
- show transaction status on the list
- logging to ~/Library/Logs
- secureStorage (in-memory implementation)
2013121001
- API updates: XHR request proxy, locale info, exchange rates, open link in external browser
- reordered tabs in the main window
- switched exchange rate provider to BitcoinAverage
2013120601
Test release - API updates (locale, makeRequest, currency, target=_blank).
2013120402
- currency conversion - you can now see the amount in your chosen fiat currency in the send dialog and on the balance page
- fixed issue with incorrect decimal symbol when entering sent amount
- transaction fee is now displayed in the send window (and the fee is added to instead of subtracted from the amount)
- added Japanese and Serbian (Cyrillic and Latin) translations
- UI updates in Sean's Outpost app
- improved error handling during startup