-
v0.14.2 Stable
released this
2017-07-24 20:03:25 +02:00 | 6622 commits to master since this release[0.14.2] - 2017-07-24
Fixed
- Fix for https://github.com/lbryio/lbry/issues/750
- Fixed inconsistencies in claim_show output
- Fixed daemon process hanging when started without an internet connection
- Fixed https://github.com/lbryio/lbry/issues/774
- Fix XDG compliance on Linux (https://github.com/lbryio/lbry/issues/574)
- Fixed https://github.com/lbryio/lbry/issues/760
- Fixed default directories bug
Changed
- claim_show API command no longer takes name as argument
- Linux default downloads folder changed from
~/Downloads
toXDG_DOWNLOAD_DIR
- Linux folders moved from the home directory to
~/.local/share/lbry
- Windows folders moved from
%AppData%/Roaming
to%AppData%/Local/lbry
Added
- Add link to instructions on how to change the default peer port
- Add
peer_port
to settings configurable usingsettings_set
- Added an option to disable max key fee check.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.14.2-linux.zip
468 downloads · 32 MiB
-
lbrynet-daemon-v0.14.2-macos.zip
287 downloads · 18 MiB
-
lbrynet-daemon-v0.14.2-windows.zip
1,046 downloads · 34 MiB
-
v0.14.2rc5 Pre-release
released this
2017-07-17 20:18:08 +02:00 | 6638 commits to master since this release[0.14.2rc5] - 2017-07-17
Fixed
- Fix for https://github.com/lbryio/lbry/issues/750
- Fixed inconsistencies in claim_show output
- Fixed daemon process hanging when started without an internet connection
- Fixed https://github.com/lbryio/lbry/issues/774
Changed
- claim_show API command no longer takes name as argument
Added
- Add link to instructions on how to change the default peer port
- Add
peer_port
to settings configurable usingsettings_set
- Added an option to disable max key fee check.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.14.2rc5-linux.zip
86 downloads · 32 MiB
-
lbrynet-daemon-v0.14.2rc5-macos.zip
36 downloads · 18 MiB
-
lbrynet-daemon-v0.14.2rc5-windows.zip
140 downloads · 34 MiB
-
v0.14.2rc4 Pre-release
released this
2017-07-14 20:44:03 +02:00 | 6646 commits to master since this release[0.14.2rc4] - 2017-07-14
Fixed
- Fix for https://github.com/lbryio/lbry/issues/750
- Fixed daemon process hanging when started without an internet connection
- Fixed https://github.com/lbryio/lbry/issues/774
Added
- Add link to instructions on how to change the default peer port
- Add
peer_port
to settings configurable usingsettings_set
- Added an option to disable max key fee check.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.14.2rc4-linux.zip
32 downloads · 30 MiB
-
lbrynet-daemon-v0.14.2rc4-macos.zip
29 downloads · 18 MiB
-
lbrynet-daemon-v0.14.2rc4-windows.zip
111 downloads · 34 MiB
-
v0.14.1 Stable
released this
2017-07-07 23:51:37 +02:00 | 6670 commits to master since this releaseFixed
- Fixed timeout behaviour when calling API command get
- Fixed https://github.com/lbryio/lbry/issues/765
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.14.1-linux.zip
466 downloads · 30 MiB
-
lbrynet-daemon-v0.14.1-macos.zip
430 downloads · 18 MiB
-
lbrynet-daemon-v0.14.1-windows.zip
2,209 downloads · 34 MiB
-
v0.14.0 Stable
released this
2017-07-05 21:58:59 +02:00 | 6689 commits to master since this releaseAdded
- Missing docstring for
blob_list
- Added convenient import for setting up a daemon client,
from lbrynet.daemon import get_client
- Added unit tests for CryptBlob.py
Changed
- Change
max_key_fee
setting to be a dictionary with values forcurrency
andamount
- Renamed
lbrynet.lbryfile
tolbrynet.lbry_file
- Renamed
lbrynet.lbryfilemanager
tolbrynet.file_manager
- Renamed
lbrynet.lbrynet_daemon
tolbrynet.daemon
- Initialize lbrynet settings when configuring an api client if they are not set yet
- Updated lbryum imports
- Improve error message when resolving a claim fails using the "get" command
Removed
- Removed unused settings from conf.py and
settings_set
- Removed download_directory argument from API command get
Fixed
- Fixed some log messages throwing exceptions
- Fix shutdown of the blob tracker by Session
- Fixed claim_new_support docstrings
- Fixed BlobManager causing functional tests to fail, removed its unneeded manage() loop
- Increased max_key_fee
- Fixed unit tests on appveyor Windows build
- Fixed #692
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.14.0-linux.zip
132 downloads · 30 MiB
-
lbrynet-daemon-v0.14.0-macos.zip
117 downloads · 18 MiB
-
lbrynet-daemon-v0.14.0-windows.zip
908 downloads · 34 MiB
- Missing docstring for
-
v0.13.1 Stable
released this
2017-06-16 02:25:07 +02:00 | 6763 commits to master since this releaseAdded
- Add
claim_send_to_address
- Add
change_address
argument topublish
- Add
unique_contacts
count tostatus
response
Changed
- Support resolution of multiple uris with
resolve
, all results are keyed by uri - Add
error
responses for failed resolves - Add
claim_list_by_channel
, supports multiple channel resolution - Rename delete_target_file argument of delete API command to delete_from_download_dir
- Rename delete_all CLI flag -a to --delete_all
Removed
- Remove
claims_in_channel
fromresolve
response
Fixed
- Race condition from improper initialization and shutdown of the blob manager database
- Various fixes for GetStream class used in API command get
- Download analytics error
- Fixed flag options in file_delete API command
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.13.1-linux.zip
1,199 downloads · 30 MiB
-
lbrynet-daemon-v0.13.1-macos.zip
979 downloads · 19 MiB
-
lbrynet-daemon-v0.13.1-windows.zip
5,007 downloads · 34 MiB
- Add
-
v0.13.1rc2 Pre-release
released this
2017-06-16 00:29:43 +02:00 | 6765 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.13.1rc2-linux.zip
22 downloads · 30 MiB
-
lbrynet-daemon-v0.13.1rc2-macos.zip
25 downloads · 19 MiB
-
lbrynet-daemon-v0.13.1rc2-windows.zip
38 downloads · 34 MiB
-
Source code (ZIP)
-
v0.13.1rc1 Pre-release
released this
2017-06-14 21:55:57 +02:00 | 6767 commits to master since this releaseAdded
- Add
claim_send_to_address
- Add
change_address
argument topublish
- Add
error
responses for failed resolves - Add
claim_list_by_channel
, supports multiple channel resolution - Add
unique_contacts
count tostatus
response
Changed
- Support resolution of multiple uris with
resolve
, all results are keyed by uri - Rename
delete_target_file
argument offile_delete
todelete_from_download_dir
- Rename
file_delete
CLI flag-a
to--delete_all
Fixed
- Race condition from improper initialization and shutdown of the blob manager database
- Various fixes for GetStream class used in API command get
- Download analytics error
- Fixed flag options in file_delete API command
Removed
- Remove
claims_in_channel
fromresolve
response
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.13.1rc1-linux.zip
104 downloads · 30 MiB
-
lbrynet-daemon-v0.13.1rc1-macos.zip
123 downloads · 19 MiB
-
lbrynet-daemon-v0.13.1rc1-windows.zip
117 downloads · 34 MiB
- Add
-
v0.12.2rc2 Pre-release
released this
2017-06-12 20:14:56 +02:00 | 6784 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.12.2rc2-linux.zip
47 downloads · 30 MiB
-
lbrynet-daemon-v0.12.2rc2-macos.zip
94 downloads · 19 MiB
-
lbrynet-daemon-v0.12.2rc2-windows.zip
104 downloads · 34 MiB
-
Source code (ZIP)
-
v0.12.2rc1 Pre-release
released this
2017-06-12 19:52:34 +02:00 | 6789 commits to master since this releaseNote: these changes are incompatible with lbry-app v0.12.0
Added
- Add error responses for failed resolves
- Add claim_list_by_channel, supports multiple channel resolution
- Add
claim_send_to_address
- Add
change_address
argument topublish
Changed
- Support resolution of multiple uris with resolve, all results are keyed by uri
Removed
- Remove claims_in_channel from resolve response
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lbrynet-daemon-v0.12.2rc1-linux.zip
25 downloads · 30 MiB
-
lbrynet-daemon-v0.12.2rc1-macos.zip
25 downloads · 19 MiB
-
lbrynet-daemon-v0.12.2rc1-windows.zip
29 downloads · 34 MiB