Skip to content

v0.2.0

Choose a tag to compare

@b-rowan b-rowan released this 25 Feb 03:27
· 164 commits to master since this release
2927cc1

[0.2.0] - 2026-02-25

๐Ÿš€ Features

  • Add auto-unlock for whatsminer V2 privileged commands
  • Add support for braiinsOS from 21.09 to 25.07
  • Add SetPools trait
  • [breaking] Change pools in data to be a vec of PoolGroupData
  • (python) Use new PoolGroupData in python bindings
  • (python) Allow setting pools from python bindings
  • Allow converting from PoolGroupData to PoolGroup for configuration
  • Add pool group parsing for Braiins OS 21.09
  • Add set pools implementation for whatsminer V3
  • Add set pools implementation for whatsminer V2
  • Implement SetPools for braiins 21.09

๐Ÿ› Bug Fixes

  • Fix issue with some pools not being parsed properly if they start with stratum., such as stratum.braiins.com
  • Fix whatsminer set led functions not working properly
  • (python) Fix incorrect typing and return type of scan streams
  • (python) Fix incorrect return type for firmware in py miner
  • Fix set power limit for whatsminers sending invalid power

๐Ÿ“š Documentation

  • Add conventional commits badge to readme

โš™๏ธ Miscellaneous Tasks

  • Add git cliff integration to generate changelog on releases
  • Add pre-commit hook to enforce conventional commits
  • Add conventional commits check to PR checks
  • Fix readme autogeneration
  • Unify rust and python release workflows
  • Add empty SetPools impl for Braiins OS 21.09
  • Add tests for braiins 21.09
  • Add meta files for braiins 21.09 graphql schema