update daemon version

This commit is contained in:
Jeremy Kauffman 2017-09-07 17:21:23 -04:00
parent cacaed401f
commit 2e3ea9e2ae
2 changed files with 4 additions and 5 deletions

View file

@ -8,18 +8,17 @@ Web UI version numbers should always match the corresponding version of LBRY App
## [Unreleased] ## [Unreleased]
### Added ### Added
* File pages now show the time of a publish. * File pages now show the time of a publish. This includes a new component for rendering dates and times that can render the date and time of a block height, as well.
* The "auth token" displayable on Help offers security warning
* Added a new component for rendering dates and times. This component can render the date and time of a block height, as well.
### Changed ### Changed
* * Updated to daemon [0.15.2](https://github.com/lbryio/lbry/releases/tag/v0.15.2) to prevent a bug in USD purchases.
* *
### Fixed ### Fixed
* Potential fix for blank error popup when streaming (#536) * Potential fix for blank error popup when streaming (#536)
* Fixed some popups showing improperly while balance was loading (#534) * Fixed some popups showing improperly while balance was loading (#534)
* Show a security warning when the auth token is displayed on Help.
* Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point * Some CSS changes to prevent the card row from clipping the scroll arrows after the window width is reduced below a certain point
* Clearly notify user when they try to send credits to an invalid address (#445) * Clearly notify user when they try to send credits to an invalid address (#445)

View file

@ -20,7 +20,7 @@
"electron-rebuild": "^1.5.11" "electron-rebuild": "^1.5.11"
}, },
"lbrySettings": { "lbrySettings": {
"lbrynetDaemonVersion": "0.15.1", "lbrynetDaemonVersion": "0.15.2",
"lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip" "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-daemon-vDAEMONVER-OSNAME.zip"
}, },
"license": "MIT" "license": "MIT"