Skip to content

Releases: lbryio/lbry-sdk

v0.7.5

02 Nov 16:01
Compare
Choose a tag to compare

Maintenance

  • Rewrote configuration; application can now be configured using environment variables in addition to a config file and the hard-coded defaults. This will allow us to better test the application using testnet and regtest.
  • Made the logging consistent across platforms; will allow better visibility into errors
  • Truncate text using clampjs

Bug fixes

  • Improved startup sequence, eliminating some bugs there.
  • Catch and report on startup errors instead of silently failing
  • My Files tab sometimes continually displayed a loading screen even when there weren't any files.
  • Bug fix related to name-claim takeovers / updates
  • Don't fail when checking for updates and github is down
  • Buttons now submit when the user hits enter

v0.6.10

28 Oct 16:02
Compare
Choose a tag to compare

Patch Release

Fixes a bug in lbryum where recently name claims were failing to resolve.

See lbryio/lbryum@ad80e24

v0.6.9

20 Oct 16:47
Compare
Choose a tag to compare

Features

  • Added data pricing negotiation between clients and hosts, rather than fixed fees.
  • Default hosting rates have been reduced.

Maintenance

  • Reworked metadata validation to use jsonschema. This will allow much faster iterations of the LBRY metadata definitions.
  • Improved metadata migration

Bug fixes

  • Fix import error in Mac / Windows applications
  • Include jsonschema files for Windows
  • Other Windows fixes
  • Other smaller bug fixes
  • Fix is_generous and negotiation related bugs

v0.6.3

02 Oct 07:33
Compare
Choose a tag to compare

Features

  • Add better streaming support for partially downloaded files. Previously, seeking had been broken for some files.
  • Add API call to get the name claims that you own

Maintenance

  • Improvements to testing and continuous integration
  • Remove LBRY prefix on class names

v0.4.9

16 Sep 08:13
Compare
Choose a tag to compare

This release contains security updates and bug fixes, updating is strongly recommended.

Security Fixes

  • sandbox loaded html pages to prevent access to the lbrynet jsonrpc api.
  • block api calls from bad origins

Features

  • signed msi for windows
  • lbrynet-daemon command line for windows
  • exclude credits in name claims from displayed balance

v0.4.2

29 Aug 20:43
Compare
Choose a tag to compare
Bump version: 0.4.1 → 0.4.2

v0.4.1

29 Aug 18:35
Compare
Choose a tag to compare
fix json bug

v0.4.0

28 Aug 09:09
Compare
Choose a tag to compare

-reflector hosting of all publications
-metadata versioning
-windows support

v0.3.22

26 Aug 05:00
Compare
Choose a tag to compare

fix access-control-allow-origin to not allow downloaded files to run api commands

v0.3.21

23 Aug 06:31
Compare
Choose a tag to compare