Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Version 4.0.3 🦑

Choose a tag to compare

@github-actions github-actions released this 14 Aug 14:52
· 66 commits to refs/heads/main since this release
cf4c601

What’s Changed

  • Rename power_off_threshold to solo_power_off_threshold for clarity in configuration API
  • Improve float number formatting in CLI config display to show 1-2 decimal places
  • Remove redundant firmware-version CLI command (functionality available via halpi get firmware_version)
  • Disable auto-generation of release notes in GitHub workflow
  • Bump version to 4.0.3 and update dependencies

API/Configuration Changes

  • Renamed configuration parameter: power_off_threshold → solo_power_off_threshold in both HTTP API and I2C device interface for better clarity
    about its specific function
  • Updated all related getter/setter methods and API endpoints

CLI Improvements

  • Enhanced config display formatting: Float values in halpi config output now display with 1-2 decimal places (e.g., 4.0 instead of 4.00, 3.25
    stays 3.25) while individual value requests still show exact values
  • Removed duplicate command: Eliminated redundant firmware-version command (use halpi get firmware_version instead)

⬆️ Dependencies updates

👥 List of contributors

@dependabot[bot], @mairas and dependabot[bot]

What's Changed

  • ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #11
  • ⬆️ Bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #4
  • ⬆️ Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot[bot] in #3
  • Release 4.0.3 by @mairas in #12

New Contributors

Full Changelog: v4.0.2...v4.0.3