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

v1.4.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sjors Sjors released this 07 Jul 13:40
· 4158 commits to master since this release
v1.4.14

Bug Fixes

  • Auth: prevent second authorized modal from showing on login
    (28bde379)
  • CSS: ui-bootstrap-csp.css was missing, fixes e.g. calendar popover
    (8d9ae70f)
  • ChangeIPWhitelist: do not allow ips of all wildcards
    (2a4e6924)
  • ChangeLogout: set min logout time to 1 minute
    (e99aeb71)
  • ExportHistory:
    • could no longer open date dialog
      (e211474c)
    • localize dates properly
      (7b9f5a7a)
    • apply date restrictions to input fields
      (78489203)
  • HDAddresses:
    • use balance endpoint for balance lookups
      (3ee597d0)
    • use balance endpoint for balance lookups
      (c689c189)
    • call correct endpoint for address data
      (7590e48e)
  • LogoutTime: use timestamps rather than timers for accuracy
    (a485a257)
  • Reminder: error messages for email field, proper spinner
    (b5f3b863)
  • Send:
    • update payment to/amount when adding/removing destinations
      (7a8450b4)
    • correct amount field error highlighting
      (2bd655ec)
    • set min fee value to bitcoin dust
      (395aa9b8)
  • Support: update FAQ href
    (e5f4b297)

Features

Refactor

  • AccountForm: clean account form code, prevents creating multiple accounts with same name
  • ChangeIPWhitelist: improve validation and clean up code
  • LabelOrigin: convert to a component, apply highlight class externally

Test

  • LabelOrigin: add tests for label-origin component