v2.0.0-alpha.21
·
154 commits
to main
since this release
BREAKING CHANGES
- @ulixee/miner package is now @ulixee/cloud.
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.
Bug Fixes
- desktop: vm breaks in packaged electron app (a5c9f4e)
- datastore: failing tests (8e3f881)
- datastore: output rebuilding (8d10cc7)
- desktop: binary not loading properly (3b0b641)
- desktop: event handling fixes (841c031)
Features
- datastore: add ability to “start” and watch (e9c92bc)
- datastore: add docs (da39923)
- datastore: simplify query to live in main (b7dd56a)
- desktop: add datastore details page (a6bce0b)
- desktop: getting started guide (1e3fd87)
- desktop: log user queries locally (33fb721)
- desktop: query ability on queries tab (3960c7b)
New Contributors
Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.21