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

v1.4.7rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtormey jtormey released this 01 Jun 13:31
· 4275 commits to master since this release

Bug Fixes

  • TxDetails:
    • fix tx fee explaination/pending helper buttons and update copy
      (35f94246)
    • only get value at time when necessary
      (c1c888d3)
    • check for account existence before filtering
      (15d01a95)
    • find match in labeled addresses and hdaddresses for tx note
      (98eed491)
    • mobile and tablet ui fixes
      (44d800a9)
    • fix address label display
      (31d60735)
  • TxList: fix account filtering
    (c80bfc83)
  • WhatsNew: prevent whats new icon from triggering route change
    (526d5742)

Features

  • TransactionDetails: move tx details into tx list
    (e4b2fe66)
  • TxDetails:
    • show amount when toggled and more than one recipient
      (a1c053ef)
    • ellipsis on addresses (users can access through bc.info)
      (00469c61)
    • show recipient preview if not toggled
      (80b6f47c)
    • merge confirmed/pending status into verify link
      (25b83c3f)
    • highlight tx note on search and remove toggle watch
      (b9051edd)
    • change confirmation wording
      (060fa9a4)
    • add 'confirmations' to pending
      (ddbba9fd)
    • show tx status on mobile
      (7d14eb56)
    • mobile ui tx details improvements
      (8884d95c)
    • add confirmation scale
      (3c3b725b)
    • show address label in description if it exists and remove unused ctrl and tests
      (49192d2c)
    • font size adjustments and less loud Verify on Blockchain.info
      (02a4dd93)
    • clicking tx in certain places toggles expansion
      (6d67dabd)
    • ability to search for tx note
      (bb4d30d3)
    • mobile ui support
      (2ad203b3)
  • WhatsNew:
    • update copy, remove outdated items
      (5fb6674b)
    • new items flash when viewed for first time
      (6c08fadd)
    • add whats new items and descriptions
      (7e379f06)
    • implement whats new feature for showcasing wallet updates
      (c63a77d3)

Refactor

  • WalletService: use reorganized login() parameters

Test

  • WhatsNew: add tests for whats new feat

Chore

  • Dep: bump blockchain-wallet version