Skip to content

Commit 898c861

Browse files
authored
Revise CHANGELOG for version 2.0 updates
Updated the changelog to reflect new features, general improvements, user interface changes, and application code enhancements.
1 parent 5712cc6 commit 898c861

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unitemp changelog
22
## Unitemp 2.0
3-
#### New Features and Sensors
3+
New Features and Sensors
44
- Added LED, sound, and vibration indication of the environment's status. The RGB LED will show the safety level of the thermal index and CO2 concentration in the air. Green means safe, yellow means remove active loads and ventilate the room. Red means the environment is hazardous to health. Flashing red and audible and vibration alarms indicate a fatal health hazard.
55
- Added scanning for devices connected to the I2C bus when creating or editing a sensor. This will make it easy to find the required address and prevent creating sensors with duplicate addresses.
66
- Added the ability to connect Dallas sensors (DS18B20, etc.) to port 17 (1W).
@@ -10,18 +10,21 @@
1010
- Added 5V power management setting.
1111
- Added support for the HDC2080 sensor.
1212
- Added support for the SHT40/41/45 sensors.
13-
#### General
13+
14+
General
1415
- Sensor configuration and save files have been moved to apps_data. Saved sensors from the previous version of the app will automatically migrate to the new location.
1516
- Fixed temperature index calculation. It is now only calculated for temperatures above 21°C (70°F).
1617
- Temporarily removed SCD40/41 calibration
1718
- Updated the list of sensors in the README.
18-
#### User Interface
19+
20+
User Interface
1921
- Improved display of CO2 concentration values ​​in the air.
2022
- The backlight is always on only when sensor values ​​are displayed. In the menu, the backlight will be turned off according to the system settings.
2123
- Added a wait state for sensor values. If a sensor is initialized but its values ​​are not yet ready, the message "Reading values..." is displayed. - The "No sensors found" message has been replaced with "No sensors yet."
2224
- The crying dolphin icon has been replaced with a confused one (whatever that means).
2325
- New windows and other GUI improvements.
24-
#### Application Code
26+
27+
Application Code
2528
- General code quality improvements. The GUI has been completely rewritten using native libraries.
2629
- Memory leaks have been fixed.
2730
- Sensor polling and screen rendering are now performed asynchronously in separate threads.

0 commit comments

Comments
 (0)