1.2.0 - 09/06/2023
- MQTT client implemented, to psuh settings and states, and to subscribe on
external settings changes, tested with HomeAssistant Mosquitto Broker in order
to have an alternative GUI to configure wattering
- GUI: use sliders for valves open duration
- Improve data checking
- Bugfix: do not change valves force OFF value when settings general force OFF
- GUI: start valves indexes from 1 instead of 0
- Add an example config file
- MQTT: add HomeAssistant example dashboard

1.1.2 - 08/19/2023
- Reconnect WiFi in case of connection lost
- Use hardware watch dog timer to recover in case of crash

1.1.1 - 08/09/2023
- Add manual cycle option
- Renamed start_time_t to timeinfo_t, and moved its declaration to timedate.h

1.1.0 - 08/08/2023
- Now using global start times, defining cycles start, to be able to have several cycles per day
- Add current cycle information in GUI
- GUI internationalization
- Initialize valves at the early begining
- Add dist script

1.0.1 - 08/03/2023
- Only one valve is opened at the same time, to limit power supply power call

1.0.0 - 07/30/2023
- First release
