Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 2.44 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog v1.0.0, and this project adheres to Semantic Versioning v2.0.0.

v0.1.0-indev05 - 2023-09-10

Added

  • The polling interval of the HTML polling page can be configured via the URL query parameter pollingInterval
  • The displayed decimal digits of the HTML page can be configured via the URL query parameters minDecimalDigits and maxDecimalDigits

Changed

  • The default displayed decimal digits in the HTML page is now exactly 1

v0.1.0-indev04 - 2023-09-03

Fixed

  • Program would crash on startup if the virtual thermometers file does not exist

v0.1.0-indev03 - 2023-09-03 [WITHDRAWN]

Fixed

  • Program would crash on startup if the virtual thermometers file does not exist

v0.1.0-indev02 - 2023-09-03 [WITHDRAWN]

Added

  • An automatic check for available updates of the program (de7cd22^...e726bc6)
  • "Virtual thermometers" — instead of using real, physical USB thermometers, these virtual thermometers can be used instead. (a5559c0^...769747c)
    They are mostly just supposed to be used for development and/or testing purposes
  • Detection of connected USB thermometers. (06dc18b^...bf2f642) If only a single device is detected, it will prompt to use that one, without needing to input the port name manually

v0.1.0-indev01 - 2023-07-25

Initial Release