-
v0.9.2rc2 Pre-release
released this
2017-03-25 15:29:07 +01:00 | 9856 commits to master since this releaselbry
Added
- Add
wallet_list
command - Add checks for missing/extraneous params when calling jsonrpc commands
- Added colors to cli error messages
Changed
- Removed check_pending logic from Daemon
- Switched to txrequests so requests can use twisted event loop
- Renamed API command file_seed to file_set_status
Fixed
- Fix restart procedure in DaemonControl
- Create download directory if it doesn't exist
- Fixed descriptor_get
- Fixed jsonrpc_reflect()
- Fixed api help return
- Fixed API command descriptor_get
- Fixed API command transaction_show
- Fixed error handling for jsonrpc commands
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.2_amd64.deb
93 downloads · 69 MiB
-
LBRY-0.9.2.dmg
59 downloads · 67 MiB
-
LBRY.Setup.0.9.2.exe
201 downloads · 48 MiB
- Add
-
v0.9.2rc1 Pre-release
released this
2017-03-21 22:12:29 +01:00 | 9872 commits to master since this releaselbry
Added
- Add
wallet_list
command
Changed
- Dont add expected payment to wallet when payment rate is 0
Fixed
- Fixed descriptor_get
- Fixed jsonrpc_reflect()
- Fixed api help return
- Fixed API command descriptor_get
- Fixed API command transaction_show
- Handle failure to decode claim cache file
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.2_amd64.deb
24 downloads · 69 MiB
-
LBRY-0.9.2.dmg
22 downloads · 67 MiB
- Add
-
v0.9.1 Stable
released this
2017-03-17 23:24:20 +01:00 | 9875 commits to master since this releaseDaemon
Added
- publish API command can take metadata fields as arguments
- Added
reflect_uploads
config to disable reflecting on upload - Added
--version
flag
Changed
- Removed
simplejson
dependency in favor of bulitinjson
Fixed
- Fix wallet_public_key API command
- Fixed jsonrpc_reflect()
- Fixed api help return
App
Fixed
- Fixed upgrade process
- Fixed progress bar
- Fix Watch page and progress bars for new API changes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.1_amd64.deb
699 downloads · 69 MiB
-
LBRY-0.9.1.dmg
463 downloads · 67 MiB
-
LBRY.Setup.0.9.1.exe
1,870 downloads · 48 MiB
-
v0.9.0 Stable
released this
2017-03-14 04:16:01 +01:00 | 9910 commits to master since this releaseThe Electronification
This release packages the LBRY daemon and interface together into an Electron app. It also features a whole bunch of improvements to both the daemon and the UI. Here's the full rundown:
Daemon
Added
- Add file filters:
claim_id
,outpoint
, androwid
- Make loggly logs less verbose
Changed
- Remove unused upload_allowed option
- Remove code related to packaging as that step is now done in the electron client
- Remove lbryum version check; use lbry-electron as version source
- Include download url in version check
- Add blockchain status to jsonrpc_status
- Change file filter
uri
toname
and return fieldlbry_uri
toname
- Refactor file_list, add
full_status
argument to populate resource intensive fields - Remove deprecated file commands:
get_lbry_files
,get_lbry_file
, andfile_get
- Remove deprecated
delete_lbry_file
command - Return standard file json from
get
Fixed
- Added timeout to ClientProtocol
- Add check for when local height of wallet is less than zero
- Fixed ExchangeRateManager freezing the app
- Fixed download not timing out properly when downloading sd blob
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
- Made dictionary key names in API commmand outputs to be more consistent
Interface
Added
- "Back to LBRY" button on Watch page
Changed
- In error modal, hide details in expandable section
- Use local file for publishing
- Use local file and html5 for video playback
- Misc changes needed to make UI compatible with electron
- Improved ability to style FormFields and form field labels
- Refactored Publish page to use form field changes
- Open and reveal files using Electron instead of daemon
Fixed
- On load screen, always show Cancel link if a previous page is available
- When user hits "Watch," don't check balance if download already started
- Restore UI version on Help page
- Fix sorting on My Files page
- A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo)
- Option in Developer Settings to toggle developer menu
Lbryum
Changed
- Improve packaging of data files to support building with pyinstaller
- Make key names in dictionary outputs more consistent
Fixed
- Make requests for individual headers after requesting chunks
Daemon binary
The corresponding standalone daemon binaries are available here.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
103 downloads · 53 MiB
-
LBRY-0.9.0.dmg
150 downloads · 56 MiB
-
LBRY.Setup.0.9.0.exe
257 downloads · 48 MiB
- Add file filters:
-
v0.9.0rc17 Stable
released this
2017-03-10 22:30:28 +01:00 | 9921 commits to master since this releaselbry
Fixed
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
- Made dictionary key names in API commmand outputs to be more consistent
lbryum
Changed
- Make key names in dictionary outputs more consistent
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
26 downloads · 53 MiB
-
LBRY-0.9.0.dmg
24 downloads · 56 MiB
-
v0.9.0rc15 Stable
released this
2017-03-09 16:37:45 +01:00 | 10791 commits to master since this releaselbry
Added
- Add file filters:
claim_id
,outpoint
, androwid
- Make loggly logs less verbose
Changed
- Change file filter
uri
toname
and return fieldlbry_uri
toname
- Refactor file_list, add
full_status
argument to populate resource intensive fields - Remove deprecated file commands:
get_lbry_files
,get_lbry_file
, andfile_get
- Remove deprecated
delete_lbry_file
command - Return standard file json from
get
Fixed
- Added string comparison to ClaimOutpoint (needed to look things up by outpoint)
- Remove unused API commands from daemon
- Fix file filter
outpoint
lbry-web-ui
Added
- A way to access the Developer Settings panel in Electron (Ctrl-Shift and click logo)
- Option in Developer Settings to toggle developer menu
Changed
- Open and reveal files using Electron instead of daemon
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
32 downloads · 52 MiB
-
LBRY-0.9.0.dmg
30 downloads · 55 MiB
-
LBRY.Setup.0.9.0.exe
119 downloads · 47 MiB
- Add file filters:
-
v0.9.0rc14 Stable
released this
2017-03-07 22:03:19 +01:00 | 10797 commits to master since this releaselbry
Fixed
- Fixed ExchangeRateManager freezing the app
- Fixed download not timing out properly when downloading sd blob
lbry-web-ui
Changed
- Improved ability to style FormFields and form field labels
- Refactored Publish page to use form field changes
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
30 downloads · 52 MiB
-
LBRY-0.9.0.dmg
26 downloads · 55 MiB
-
LBRY.Setup.0.9.0.exe
42 downloads · 47 MiB
-
v0.9.0rc11 Pre-release
released this
2017-02-27 23:49:09 +01:00 | 10815 commits to master since this releaselbry
Fixed
- Added timeout to ClientProtocol
- Add check for when local height of wallet is less than zero
lbry-web-ui
Added
- "Back to LBRY" button on Watch page
Changed
- In error modal, hide details in expandable section
Fixed
- On load screen, always show Cancel link if a previous page is available
- When user hits "Watch," don't check balance if download already started
- Restore UI version on Help page
- Fix sorting on My Files page
lbryum
Fixed
- Make requests for individual headers after requesting chunks
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
30 downloads · 49 MiB
-
LBRY-0.9.0.dmg
30 downloads · 51 MiB
-
LBRY.Setup.0.9.0.exe
32 downloads · 47 MiB
-
v0.9.0rc10 Stable
released this
2017-02-22 23:14:44 +01:00 | 10840 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
60 downloads · 49 MiB
-
LBRY-0.9.0.dmg
53 downloads · 51 MiB
-
LBRY.Setup.0.9.0.exe
181 downloads · 47 MiB
-
Source code (ZIP)
-
v0.9.0rc9 Stable
released this
2017-02-22 19:51:14 +01:00 | 10851 commits to master since this releaselbry
Changed
- Add blockchain status to jsonrpc_status
lbry-web-ui
Changed
- Use local file for publishing
- Use local file and html5 for video playback
- Misc changes needed to make UI compatible with electron
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
LBRY_0.9.0_amd64.deb
25 downloads · 49 MiB
-
LBRY-0.9.0.dmg
24 downloads · 51 MiB
-
LBRY.Setup.0.9.0.exe
29 downloads · 47 MiB