Skip to content

v2.8.0

Compare
Choose a tag to compare
@jcgoette jcgoette released this 15 Oct 01:54
· 32 commits to main since this release

Release Notes

New Features

  • Added support for weight units in grams (g)
  • Introduced nap functionality to sleep feature

Refactor

  • Consolidated logger into constants

CI/CD Updates

  • Streamlined CI/CD actions for improved efficiency
  • Updated spelling ignore list
  • Switched from black/isort to ruff for code formatting
  • Minor style adjustments to align with ruff standards

Commits

  • fix: Fix Pylance "Call expression not allowed in type expression" (3bb3648)
  • ci: Change from black/isort to ruff (9fa7388)
  • feat: Allow for weight units of "g" (10b9e75)
  • feat: Add nap functionality to sleep (ab21d4d)
  • refactor: Consolidate _LOGGER into const (291f19c)
  • ci: Clean up CD/CI actions (d642a60)
  • ci: Remove unneeded spelling ignores (b9898c0)
  • style: ruff vs. black (9e224cf)

I appreciate your continued support and feedback. Please report any issues or suggestions through our issue tracker.

Full Changelog: v2.7.3...v2.8.0