• v0.14.2 bf6bc02828

    v0.14.2 Stable

    jackrobison released this 2017-07-24 20:03:25 +02:00 | 6622 commits to master since this release

    [0.14.2] - 2017-07-24

    Fixed

    Changed

    • claim_show API command no longer takes name as argument
    • Linux default downloads folder changed from ~/Downloads to XDG_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 using settings_set
    • Added an option to disable max key fee check.
    Downloads
  • v0.14.2rc5 21de1fceee

    v0.14.2rc5 Pre-release

    jackrobison released this 2017-07-17 20:18:08 +02:00 | 6638 commits to master since this release

    [0.14.2rc5] - 2017-07-17

    Fixed

    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 using settings_set
    • Added an option to disable max key fee check.
    Downloads
  • v0.14.2rc4 ab3278c50a

    v0.14.2rc4 Pre-release

    jackrobison released this 2017-07-14 20:44:03 +02:00 | 6646 commits to master since this release

    [0.14.2rc4] - 2017-07-14

    Fixed

    Added

    • Add link to instructions on how to change the default peer port
    • Add peer_port to settings configurable using settings_set
    • Added an option to disable max key fee check.
    Downloads
  • v0.14.1 ce76b7d14f

    v0.14.1 Stable

    jackrobison released this 2017-07-07 23:51:37 +02:00 | 6670 commits to master since this release

    Fixed

    Downloads
  • v0.14.0 3382c18f81

    v0.14.0 Stable

    lbry-ci released this 2017-07-05 21:58:59 +02:00 | 6689 commits to master since this release

    Added

    • 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 for currency and amount
    • Renamed lbrynet.lbryfile to lbrynet.lbry_file
    • Renamed lbrynet.lbryfilemanager to lbrynet.file_manager
    • Renamed lbrynet.lbrynet_daemon to lbrynet.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
  • v0.13.1 2725f384d9

    v0.13.1 Stable

    jackrobison released this 2017-06-16 02:25:07 +02:00 | 6763 commits to master since this release

    Added

    • Add claim_send_to_address
    • Add change_address argument to publish
    • Add unique_contacts count to status 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 from resolve 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
  • v0.13.1rc2 1211fa031d

    v0.13.1rc2 Pre-release

    jackrobison released this 2017-06-16 00:29:43 +02:00 | 6765 commits to master since this release

    Downloads
  • v0.13.1rc1 a5b33fdb0b

    v0.13.1rc1 Pre-release

    jackrobison released this 2017-06-14 21:55:57 +02:00 | 6767 commits to master since this release

    Added

    • Add claim_send_to_address
    • Add change_address argument to publish
    • Add error responses for failed resolves
    • Add claim_list_by_channel, supports multiple channel resolution
    • Add unique_contacts count to status response

    Changed

    • Support resolution of multiple uris with resolve, all results are keyed by uri
    • Rename delete_target_file argument of file_delete to delete_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 from resolve response
    Downloads
  • v0.12.2rc2 0f2f5f91df

    v0.12.2rc2 Pre-release

    jackrobison released this 2017-06-12 20:14:56 +02:00 | 6784 commits to master since this release

    Downloads
  • v0.12.2rc1 7bb76a41bb

    v0.12.2rc1 Pre-release

    jackrobison released this 2017-06-12 19:52:34 +02:00 | 6789 commits to master since this release

    Note: 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 to publish

    Changed

    • Support resolution of multiple uris with resolve, all results are keyed by uri

    Removed

    • Remove claims_in_channel from resolve response
    Downloads