• v0.47.0 71f6542571

    v0.47.0 Stable

    eukreign released this 2019-11-18 16:57:58 +01:00 | 2431 commits to master since this release

    [0.47.0] - 2019-11-18

    Wallet server now supports full text searching by using claim_search command and passing --text argument (note that --order_by is ignored when --text is passed because it will sort results based on text match ranking). (https://github.com/lbryio/lbry-sdk/pull/2622)

    A major new feature in this release is the collection claim type which allows creating (collection_create/collection_update) playlists and other collections of claims and then resolving the items in the collection (collection_resolve). (https://github.com/lbryio/lbry-sdk/pull/2621)

    Claims

    • [new feature] added a new collection claim type; managed via commands collection_create, collection_update, collection_abandon, collection_list and collection_resolve (https://github.com/lbryio/lbry-sdk/pull/2621) by jessopb

    Discovery

    Network

    Wallet

    Downloads