Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.41 KB

File metadata and controls

36 lines (25 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.1 - 2025-09-10

  • chore: update devDependencies
  • docs: add Code of Conduct and contributing guidelines to README.md
  • docs: improve module description in README.md

2.0.0 - First Release from Kristjan ESPERANTO - 2025-08-31

Added

  • chore: add ESLint and prettier setup
  • docs: add CHANGELOG.md
  • docs: add screenshot

Changed

  • chore: rename module to MMM-SystemTemperature
  • refactor: use systeminformation library instead of external commands - with that we are platform-independent.
  • refactor: replace lodash with custom JavaScript throttle
  • refactor: cleaner, more maintainable codebase with async/await
  • docs: updated and formatted README

1.0.0 - Last Release from MichMich - 2023-10-31

  • Basic temperature monitoring for Raspberry Pi
  • Warning and critical temperature alerts
  • Shutdown capability via MMM-Remote-Control
  • Celsius, Fahrenheit, and Kelvin support
  • Basic lodash-based throttling