Skip to content

Releases: kivancsikert/ugly-duckling

0.30.11

05 Mar 21:05
e041a43
Compare
Choose a tag to compare

🚀 New features and improvements

  • Keep device awake while driving valve (#113) @lptr

🐛 Bug Fixes

  • Set ESP32-S2 minimum frequency to 80 MHz (#117) @lptr
  • Fix hanging MQTT connection (#116) @lptr

🚦 Internal changes

0.30.10

29 Feb 22:13
c5e695d
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add factory reset option (#111) @lptr
  • Add support for soil moisture sensor (#109) @lptr
  • Add support for DS18B20 soil sensor (#108) @lptr
  • Sleep when idle (#106) @lptr
  • Allow devices to configure a secure MQTT connection (#104) @lptr

0.30.9

22 Feb 21:19
4d54b03
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add support for SHT2x/HTU2x environment sensors (#83) @lptr

🐛 Bug Fixes

0.30.8

07 Feb 09:34
5fc466e
Compare
Choose a tag to compare

🚀 New features and improvements

  • Run HTTP update as part of startup (#93) @lptr

0.30.7

04 Feb 22:12
d151ee6
Compare
Choose a tag to compare

🚀 New features and improvements

  • Default to a normally closed valve on MK4 (#88) @lptr
  • Accept only motor when there's no name given (#87) @lptr

🐛 Bug Fixes

  • Fix hanging MQTT incoming queue (#89) @lptr

0.30.6

03 Feb 22:12
0e7c36d
Compare
Choose a tag to compare

🚀 New features and improvements

  • Default to a normally closed valve on MK4 (#88) @lptr
  • Accept only motor when there's no name given (#87) @lptr

🐛 Bug Fixes

  • Fix non-latching valve drivers (#86) @lptr
  • Do not explicitly wake up motor drivers at boot (#85) @lptr

0.30.5

02 Feb 10:45
ff30be4
Compare
Choose a tag to compare

🚀 New features and improvements

  • Handle cleaning up restart/update commands properly (#84) @lptr

0.30.4

01 Feb 21:33
Compare
Choose a tag to compare
  • No changes

0.30.3

01 Feb 21:15
Compare
Choose a tag to compare
  • No changes

0.30.2

01 Feb 18:22
Compare
Choose a tag to compare

🚀 New features and improvements

  • Publish events and override state from valve (#82) @lptr
  • Send peripheral telemetry in response to ping (#80) @lptr
  • Add environmental sensor support (#79) @lptr
  • Send init message when peripheral is initialized (#77) @lptr

🐛 Bug Fixes

  • Improve stability of WiFi connection on first boot on MK6 (#81) @lptr

🚦 Internal changes

  • Publish peripherals on MQTT under device (#78) @lptr