Releases: lbryio/lbry-sdk
Releases · lbryio/lbry-sdk
v0.7.5
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
Patch Release
Fixes a bug in lbryum where recently name claims were failing to resolve.
v0.6.9
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
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
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
Bump version: 0.4.1 → 0.4.2
v0.4.1
fix json bug
v0.4.0
-reflector hosting of all publications
-metadata versioning
-windows support
v0.3.22
fix access-control-allow-origin to not allow downloaded files to run api commands