Skip to content

Releases: SplittyDev/darkbloom-dashboard

v1.2.0

16 Jun 22:19

Choose a tag to compare

Highlights

Routing Improvements

Warmup now more reliably reaches your fleet even when the coordinator doesn't like routing to it. Chat messages now more reliably reach your fleet, and chat title generation prefers your fleet while still using the rest of the network as fallback. In addition to those changes, you can now choose between My Fleet (Prefer) and My Fleet (Enforce).

Better Earnings Estimation

The earnings estimation algorithm has been reworked to use a normalized weighted average, and interpolates missing timeframes between historical and current data.

The formula is as follows:

$$P = \frac{ 0.15 \cdot \mathbf{1}_{15m} \cdot P_{15m} + 0.35 \cdot \mathbf{1}_{h} \cdot P_{h} + 0.50 \cdot \mathbf{1}_{d} \cdot P_{d} }{ 0.15 \cdot \mathbf{1}_{15m} + 0.35 \cdot \mathbf{1}_{h} + 0.50 \cdot \mathbf{1}_{d} }, \quad \mathbf{1}_x = \begin{cases} 1, & \text{if } P_x \text{ exists} \\\ 0, & \text{otherwise} \end{cases}$$

UI Improvements

The provider ID can now be copied, machine details show basic information and the restart panel even when offline.

Changelog

  • Improve chat routing
  • Improve provider warmup reliability
  • Allow provider ID to be copied
  • Show useful machine details even when the provider is offline
  • Fix missing region and country code API errors
  • Improve earnings estimation algorithm

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Jun 22:33

Choose a tag to compare

Highlights

Log Filtering

You can now filter logs in Log Viewer by log level / severity.

API Updates

We've updated the API response types to match the latest Darkbloom 0.6.9.
This fixes some issues such as models not loading, and incorrect model display names.

Changelog

  • Update dependencies
  • Support Gemma 4 26B QAT 4-bit
  • Support Gemma 4 26B 8-bit (rollback)
  • Fix /v1/models response shape
  • Implement log filtering by log level
  • Improve API error handling

Full Changelog: v1.0.0...v1.1.0

v1.0.0

13 Jun 19:03

Choose a tag to compare

Initial release.

New Contributors

Full Changelog: https://github.com/SplittyDev/darkbloom-dashboard/commits/v1.0.0