@@ -0,0 +1,13 @@
+# Unitemp changelog
+## Unitemp 1.2
+- New sensor - BME680 (temperature, humidity, pressure)
+- New sensor - MAX31855 (temperature on termocouple)
+- New sensor - MAX6675 (temperature on termocouple)
+- Added the ability to quickly change the temperature unit by holding the OK key
+- Fixes and improvements
+## Unitemp 1.1
+- Added new sensors: DHT20, AM2108, AHT10, AHT20, GXHT30/31/35, SHT30/31/35, BMP180, HTU21x, HDC1080.
+- Fixed incorrect display of negative values of DHT sensors.
+- Fixed incorrect editing and display of the I2C address
+## Unitemp 1.0
+- Application release
@@ -9,7 +9,8 @@ App(
],
stack_size=2 * 1024,
order=100,
- fap_description = "Universal temperature sensors reader",
+ fap_description = "Application for reading temperature, humidity and pressure sensors like a DHT11/22, DS18B20, BMP280, HTU21 and more",
+ fap_version = "1.2"
fap_author = "Quenon",
fap_weburl = "https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin",
fap_category="GPIO",