Releases: felixbrucker/chia-dashboard-satellite
Releases · felixbrucker/chia-dashboard-satellite
Chia-Dashboard-Satellite v1.19.1
Changelog:
- Use highly available api endpoint.
- Update dependencies.
- Switch to using pnpm instead of yarn.
Chia-Dashboard-Satellite v1.19.0
Changelog:
- Adds support for retrieving the harvester and farmer node id.
Chia-Dashboard-Satellite v1.18.1
Changelog:
- Fixes a bug which caused the chia version to be removed periodically.
Chia-Dashboard-Satellite v1.18.0
Changelog:
- Adds support for retrieving the chia version.
Chia-Dashboard-Satellite v1.17.2
Changelog:
- Correctly parse CAT balances.
- Skip logging in with the first fingerprint if already logged in to a wallet.
Chia-Dashboard-Satellite v1.17.1
Changelog:
- Fix wallet stat collection errors.
Chia-Dashboard-Satellite v1.17.0
Changelog:
- Add config option
enableCompatibilityMode
to enable/disable compatibility with older dashboards. Is automatically enabled if not set when using a different dashboard core url from foxy. - Reduce traffic by only updating changed values.
Chia-Dashboard-Satellite v1.16.0
Changelog:
- Add
updateMode
config option to change how often the satellite updates the dashboard. Possible values:slow
,regular
,fast
. Default value:regular
.
Chia-Dashboard-Satellite v1.15.0
Changelog:
- Allow changing the response time sample size (default is 100) as well as the maximum number of farming infos (default is 20, maximum is 100).
- Include raw and effective capacities for plot compression.
- Update the dashboard core api url only on unavailability.
Chia-Dashboard-Satellite v1.14.0
Changelog:
- Add support for fallback dashboard core urls through
chiaDashboardCoreUrlKeyPairs
config field. Users of the foxy dashboard have this auto enabled without needing to change anything. - Bump the docker image and binaries to use node v18.
- Update dependencies.