Releases: prampec/IotWebConf
Releases · prampec/IotWebConf
v3.2.2
14 Mar 20:57
Compare
Sorry, something went wrong.
No results found
New features:
Bugfixes:
Json import for typed parameters
Compile issue on ESP8266 because of "hostname" (#288 )
v3.2.1
28 Apr 06:54
Compare
Sorry, something went wrong.
No results found
New features:
Bugfixes:
JsonConfig (example 17) fix
Fix EEPROM was not closed on startup.
Fix off-by-one in string length for InputParameter (#243 )
HTML fix in example 06 (#249 )
Fix/set hostname (#241 )
Add mDNS update to main loop for mDNS to work in esp8266 (#253 )
Set order of WiFi.mode and WiFi.setHostname (#254 )
mDNS on demand activation/deactivation (#255 )
v3.2.0
04 Aug 21:00
Compare
Sorry, something went wrong.
No results found
New features:
JSON support for importing configuration. See example README.txt in IotWebConf17JsonConfig!
Bugfixes:
Fix unsigned int typed parameter.
v3.1.0
12 Jun 20:54
Compare
Sorry, something went wrong.
No results found
New features:
Introducing off-line mode.
Introducing the Users Manual.
Bugfixes:
v3.0.4
08 Jun 08:59
Compare
Sorry, something went wrong.
No results found
New features:
GitHub test integration. (#198 )
Bugfixes:
Fix WiFi.mode() updating according to #197
Fix compile error on latest C++ (#198 )
v3.0.3
02 Jun 23:21
Compare
Sorry, something went wrong.
No results found
New features:
Color, Date and Time chooser Typed Parameter.
Bugfixes:
Always add default values to TypedParameters.
v3.0.2
25 Apr 20:08
Compare
Sorry, something went wrong.
No results found
New features:
Bugfixes:
Option to use WebServer port other than 80
Releasing forceApMode should also disconnect from WiFi network.
applyDefaultValue() method of parameters should be available for public use.
Fix c++ compilation error on ESP32 (#183 )
Fixing examples reported in #188
v3.0.1
06 Apr 20:44
Compare
Sorry, something went wrong.
No results found
Fix confusing version numbers by releasing a new version.
v3.0.0
28 Mar 21:35
Compare
Sorry, something went wrong.
No results found
WARNING! This release is not backward compatible please consult Migration Guide documentation to update your code!
New features:
Introduced Parameter class for full customizable parameters.
Introduced parameter grouping option. Groups can be chained up to create a set of optional blocks.
Can set up multiply WiFi connections.
WebServer wrapper - Be independent from actual web-server implementation.
Introduced HackingGuide documentation.
Experimental Typed-Parameters approach utilizing C++ templates and Builder-pattern.
Bugfixes:
AP timeout parameter update problems from config portal.
Restructured parameter classes provide overall better stability.
v2.3.3
12 Dec 23:36
Compare
Sorry, something went wrong.
No results found
New features:
Bugfixes:
Memory allocation issue may have caused instability.