Skip to content

Releases: hubiinetwork/hubii-core

0.3.0

10 Aug 07:18
Compare
Choose a tag to compare

New features 🌟

  • Trezor support (#352)
  • Transaction history for wallets (#334)
  • Balance breakdown for individual wallets
  • Simplex sample buy page (#382)
  • Splashscreen when app is starting (#427)

Improvements 💫

  • Increased the default gas limit for ERC20 transactions (#333)
  • Send to addresses not in your contacts (#147)
  • ETH balance for addresses are now displayed during the hardware wallet import process (#349)
  • Consistency of wording improved across app (#367, #390)
  • Improved 'add a wallet' UX (#247, #337)
  • Update 'Transfer' tab icon (#371)
  • Improved styles in derivation path component (#348)
  • Better UX when no wallets are added (#346, #347)
  • Update striim branding and home button text (#361)
  • Minor UX improvements (#370, #217, #378, #336, #221, #275)

Bug fixes 🪲

  • Sometimes app whitescreens the first time opening after additions to the Redux store structure (#403)
  • Should only allow whole numbers for gas limit (#365)
  • Transaction amounts are off by <100 wei
  • App title changes to ContactBook when opening contacts (#362)
  • Balance breakdown shows NaN when balances are loading (#335)
  • Unexpected behaviour in TransferForm amount input (#344)
  • Hardware wallet transactions sometimes fail due to invalid nonce (#304)

0.2.0

30 Jul 04:36
Compare
Choose a tag to compare
  • 🌟 Start/Home screen #208
  • 🌟 Give repo a proper README #191
  • 🌟 Display gas price in unit Gwei #185
  • 🌟 Pull wallet balances from new balances API #300
  • 🌟 Pull price data from new prices API #300
  • 🌟 Pull supported token data from new supportedTokens API #300
  • 🌟 Improved PrivateInfo UI when no wallet mnemonic #296
  • 🌟 Add loading indicator when wallet is decrypting #294
  • 🌟 Import a wallet using a mnemonic #270
  • 🌟 Round balance numbers in wallet overview #189
  • 🌟 Lengthen notification display time #257
  • 🌟 Display human readable names for wallet type on the UI #190
  • 🌟 Add Hubii Core icon in OS #210
  • 🌟 Change import Metamask to import Private key #120
  • 🌟 Improve Transfer UI
  • 🌟 Add support for handling ERC20 token balances in the UI
  • 🌟 Don't display recent contacts until there are recent contacts #211
  • 🌟 Display loading indicator when importing wallet from private key #223
  • 🌟 Support importing from private key with or without 0x prefix #224
  • 🌟 Support payments for both Ether and ERC20 token using Ledger Nano S #306
  • 🪲 ContactBook padding issue #298
  • 🪲 WalletItemCard padding issue #218
  • 🪲 Fix WalletCard settings on hover effect #215
  • 🪲 Import LNS 'Enter Wallet Name' text placement issue #219
  • 🪲 Improve Add / Restore Wallet padding #222
  • 🪲 Truncate message in Notification instead of allowing it to spill out #258
  • 🪲 In the unlock wallet modal, confirm can be pressed when no input #245
  • 🪲 In Transfer, hovering over the Send button highlights it when disabled #186
  • 🪲 Refactor LNS integration to work on all the platforms #268
  • 🪲 Repeat Password field doesn't do anything in 'Import from Private Key' #225
  • 🪲 Transaction Information note inside Add Contact modal #231
  • 🪲 When creating or importing a wallet, the 'Finish' button should be disabled until form is valid #269
  • 🪲 SideBar 'selected' icon not behaving as expected #280
  • 🪲 WalletManager nav bar title using incorrect font #276
  • 🪲 Formatting issue in Transfer sidebar #184
  • 🪲 In Transfer, 'Advanced Settings' button extends past what is visible #182
  • 🪲 Hubii Core icon in sidebar shouldn't grey out when not hovered #180
  • 🪲 Visual anomaly in the Nav Bar #274
  • 🪲 In Transfer view, values sometimes display NaN #183
  • 🪲 After unlocking wallet after clicking 'Send', need to click 'Send' again #293
  • 🪲 Font on Mac not consistent with other OS #307
  • 🪲 Remove '-ui' suffix from built app name #206
  • 🪲 Fix styles in wallet details popover #139

Currently planned Wallet Manager improvements for 0.3.0

  • Fix Add/Restore Wallet UI to more accurately reflect the process of Importing a wallet #247
  • Transaction history built into app #334
  • Ability to send transactions to addresses not in the contact book #147
  • Increase default gas limit when sending ERC20 payment #333
  • Total Value shows NaN when loading
  • Improve Wallet Manager view when there aren't any wallets

0.1.0

13 Jul 04:54
Compare
Choose a tag to compare
  • 🌟 Application architecture established
  • 🌟 Browser and Electron development setups established
  • 🌟 Sidebar for navigation
  • 🌟 Wallets Overview view
  • 🌟 Contacts Book view
  • 🌟 Transfer view
  • 🌟 (Wallet) Overview view
  • 🌟 Create contact
  • 🌟 Delete contact
  • 🌟 Import Wallet modal with steps
  • 🌟 Create new software wallet
  • 🌟 Import software wallet from private key
  • 🌟 Import address from LNS (to be saved as a wallet)
  • 🌟 View imported wallets in Wallets Overview
  • 🌟 Automatic updating of wallets Ether balance
  • 🌟 Delete wallet
  • 🌟 View (software) wallet seed & mnemonic
  • 🌟 Send ETH transactions from a software wallet
  • 🌟 Be notified when a transaction is confirmed
  • 🌟 View the status of outgoing transactions in the Overview view