Unclaimed project
Are you a maintainer of WiFiManager? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
WiFiManager
ESP8266 WiFi Connection manager with web captive portal
arduinocaptiveconfiguration-portalesp8266wifimanager
Last updated 5 months ago
Back to changelogYes a release, 7 years in the making...
#500
RC Changelog:https://github.com/tzapu/WiFiManager/compare/v2.0.16-rc.2...v2.0.17
Full Changelog: https://github.com/tzapu/WiFiManager/compare/0.14...v2.0.17
What's Changed
- Adding WiFiManagerParameter implementation with labelPlacement parameter by @ayomawdb in https://github.com/tzapu/WiFiManager/pull/251
- Allow showing static IP config without predefined value by @vyruz1986 in https://github.com/tzapu/WiFiManager/pull/365
- Development and cleanup by @tablatronix in https://github.com/tzapu/WiFiManager/pull/313
- added some esp abstraction to make ports easier by @tablatronix in https://github.com/tzapu/WiFiManager/pull/489
- Esp32 by @tablatronix in https://github.com/tzapu/WiFiManager/pull/490
- Added Custom DNS, fix newlines by @tablatronix in https://github.com/tzapu/WiFiManager/pull/561
- Fix travis builds, add esp32 builds by @liebman in https://github.com/tzapu/WiFiManager/pull/570
- allow automatic config portal to be disabled by @liebman in https://github.com/tzapu/WiFiManager/pull/575
- Changed setAPCallback and setSaveConfigCallback to take std::function… by @cmarrin in https://github.com/tzapu/WiFiManager/pull/584
add CORS headers by @ohadcn in https://github.com/tzapu/WiFiManager/pull/608enable all example builds for esp32 by @liebman in https://github.com/tzapu/WiFiManager/pull/571disable wps by default, enable if its enabled in core by @liebman in https://github.com/tzapu/WiFiManager/pull/645fix bad progmem access by @liebman in https://github.com/tzapu/WiFiManager/pull/647Fix crasahes in doParamSave() & WiFiManagerParameter::setValue by @liebman in https://github.com/tzapu/WiFiManager/pull/660compat MacOS newline by @0x1abin in https://github.com/tzapu/WiFiManager/pull/666Swapping enableAP and softAPConfig by @rodri16 in https://github.com/tzapu/WiFiManager/pull/722issuu #644 add utf-8 charset to head by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/687WiFiManagerParameter init() to protected from private by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/741Set value by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/743Implements #717: Added getParameters and getParametersCount methods. by @fllaca in https://github.com/tzapu/WiFiManager/pull/718add callback before save config wifi or params by @irwanayeah in https://github.com/tzapu/WiFiManager/pull/734Add a callback when reset settings is triggered by @gmag11 in https://github.com/tzapu/WiFiManager/pull/378WIP: Added OTA updater option from esp8266 by @sidey79 in https://github.com/tzapu/WiFiManager/pull/587wifimanager.cpp / wifimanager.h by @sidey79 in https://github.com/tzapu/WiFiManager/pull/803Update WiFiManager.template.html by @mikdatdogru in https://github.com/tzapu/WiFiManager/pull/895signal class value has been wrapped to int() by @mikdatdogru in https://github.com/tzapu/WiFiManager/pull/894hotfix: rename internal HTTP_HEAD to HTTP_HEADER by @d-a-v in https://github.com/tzapu/WiFiManager/pull/928separate charset UTF-8 and viewport meta by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/772Fixed: Waiting for connection result with time out issue by @norbertg1 in https://github.com/tzapu/WiFiManager/pull/615Add PlatformIO installation docs by @LongLiveCHIEF in https://github.com/tzapu/WiFiManager/pull/958Add missing line to code sample by @revolter in https://github.com/tzapu/WiFiManager/pull/995Fix ArduinoJson (Using ARDUINOJSON_VERSION_MAJOR) by @Ruandv in https://github.com/tzapu/WiFiManager/pull/993Update WiFiManager.cpp by @marcovannoord in https://github.com/tzapu/WiFiManager/pull/1011Readme: fill DNS server if setSTAStaticIPConfig by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/1053swap comments by @adrianjost in https://github.com/tzapu/WiFiManager/pull/1073Fix warning in WiFiManager::debugPlatformInfo for ESP32 by @davefiddes in https://github.com/tzapu/WiFiManager/pull/1106Use constrain properly by @lbussy in https://github.com/tzapu/WiFiManager/pull/1151Fix library name by @ivankravets in https://github.com/tzapu/WiFiManager/pull/1155Fix. The library is not assembled under ESP8266 by @egrekov in https://github.com/tzapu/WiFiManager/pull/1175Development by @tablatronix in https://github.com/tzapu/WiFiManager/pull/499adding WifiManager::isConfigPortalActive() abd WifiManager::isWebPortalActive() by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1199fix debug message in WiFiManager::handleParamSave by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1204fix potential memory leak in WiFiManagerParameter::setValue by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1206trivial: WiFiManagerParameter get accessors should work on const by @flavio-fernandes in https://github.com/tzapu/WiFiManager/pull/1005Added Github Action to Compile Examples on ESP8266 by @shafr in https://github.com/tzapu/WiFiManager/pull/1258Add a callback for OTA update by @Mollayo in https://github.com/tzapu/WiFiManager/pull/1286Using __FlashStringHelper for customHTML by @Mollayo in https://github.com/tzapu/WiFiManager/pull/1292CI / DC Update - Library Build, Linting, Examples Json Fix by @shafr in https://github.com/tzapu/WiFiManager/pull/1264Enable Portal Timeout in not Blocking Portal by @ricardollreis in https://github.com/tzapu/WiFiManager/pull/1331Both infoids and _ap_password are intialized by check time. by @pplanel in https://github.com/tzapu/WiFiManager/pull/1344Fix "Acccess" typo by @andypiper in https://github.com/tzapu/WiFiManager/pull/1366Output "Unknown" if Arduino/ESP-IDF version is unknown by @thorrak in https://github.com/tzapu/WiFiManager/pull/1382Update .gitignore by @ovidiupruteanu in https://github.com/tzapu/WiFiManager/pull/1391WM_VERSION_STR correction (used in About section) by @alexmaurer-madis in https://github.com/tzapu/WiFiManager/pull/1407Escape single quotes in htmlEntities() by @abryant in https://github.com/tzapu/WiFiManager/pull/1413Silence debug output by @mazgch in https://github.com/tzapu/WiFiManager/pull/1404Change Stream to Print by @pfn in https://github.com/tzapu/WiFiManager/pull/1307Updated links in README.md by @JoergAJ in https://github.com/tzapu/WiFiManager/pull/1431Update strings_en.h -> show/hide wifi password in form by @mhendriks in https://github.com/tzapu/WiFiManager/pull/1430Avoid String addition when dealing with compile time by @45gfg9 in https://github.com/tzapu/WiFiManager/pull/1443Added links in readme file by @JoergAJ in https://github.com/tzapu/WiFiManager/pull/1446Use esp_wifi_set_country_code for ESP32 by @thorrak in https://github.com/tzapu/WiFiManager/pull/1470Change test action to install from local directory by @thorrak in https://github.com/tzapu/WiFiManager/pull/1473feat(callback): add config portal timeout callback. by @mrthiti in https://github.com/tzapu/WiFiManager/pull/1497fix: not found getChipModel method for ESP8266 by @mrthiti in https://github.com/tzapu/WiFiManager/pull/1503Support for WifiManager as ESP-IDF component by @abrender in https://github.com/tzapu/WiFiManager/pull/1489Refactor strings BREAKING by @tablatronix in https://github.com/tzapu/WiFiManager/pull/1474Unified casing of strings by @Fruchtzwerg94 in https://github.com/tzapu/WiFiManager/pull/1529Make Show Password a label so one can click on it by @Wandmalfarbe in https://github.com/tzapu/WiFiManager/pull/1595Update CMakeLists.txt by @abrender in https://github.com/tzapu/WiFiManager/pull/1624Update WiFiManager.cpp by @furynick in https://github.com/tzapu/WiFiManager/pull/1657Allow subclassing by @sinedied in https://github.com/tzapu/WiFiManager/pull/1698Wifi manager frank cohen by @frankcohen in https://github.com/tzapu/WiFiManager/pull/1642New Contributors
- @ayomawdb made their first contribution in https://github.com/tzapu/WiFiManager/pull/251
- @cmarrin made their first contribution in https://github.com/tzapu/WiFiManager/pull/584
- @ohadcn made their first contribution in https://github.com/tzapu/WiFiManager/pull/608
- @0x1abin made their first contribution in https://github.com/tzapu/WiFiManager/pull/666
- @rodri16 made their first contribution in https://github.com/tzapu/WiFiManager/pull/722
- @dontsovcmc made their first contribution in https://github.com/tzapu/WiFiManager/pull/687
- @fllaca made their first contribution in https://github.com/tzapu/WiFiManager/pull/718
- @irwanayeah made their first contribution in https://github.com/tzapu/WiFiManager/pull/734
- @gmag11 made their first contribution in https://github.com/tzapu/WiFiManager/pull/378
- @sidey79 made their first contribution in https://github.com/tzapu/WiFiManager/pull/587
- @mikdatdogru made their first contribution in https://github.com/tzapu/WiFiManager/pull/895
- @norbertg1 made their first contribution in https://github.com/tzapu/WiFiManager/pull/615
- @LongLiveCHIEF made their first contribution in https://github.com/tzapu/WiFiManager/pull/958
- @revolter made their first contribution in https://github.com/tzapu/WiFiManager/pull/995
- @Ruandv made their first contribution in https://github.com/tzapu/WiFiManager/pull/993
- @marcovannoord made their first contribution in https://github.com/tzapu/WiFiManager/pull/1011
- @adrianjost made their first contribution in https://github.com/tzapu/WiFiManager/pull/1073
- @davefiddes made their first contribution in https://github.com/tzapu/WiFiManager/pull/1106
- @lbussy made their first contribution in https://github.com/tzapu/WiFiManager/pull/1151
- @egrekov made their first contribution in https://github.com/tzapu/WiFiManager/pull/1175
- @cpainchaud made their first contribution in https://github.com/tzapu/WiFiManager/pull/1199
- @flavio-fernandes made their first contribution in https://github.com/tzapu/WiFiManager/pull/1005
- @shafr made their first contribution in https://github.com/tzapu/WiFiManager/pull/1258
- @Mollayo made their first contribution in https://github.com/tzapu/WiFiManager/pull/1286
- @ricardollreis made their first contribution in https://github.com/tzapu/WiFiManager/pull/1331
- @pplanel made their first contribution in https://github.com/tzapu/WiFiManager/pull/1344
- @andypiper made their first contribution in https://github.com/tzapu/WiFiManager/pull/1366
- @thorrak made their first contribution in https://github.com/tzapu/WiFiManager/pull/1382
- @ovidiupruteanu made their first contribution in https://github.com/tzapu/WiFiManager/pull/1391
- @alexmaurer-madis made their first contribution in https://github.com/tzapu/WiFiManager/pull/1407
- @abryant made their first contribution in https://github.com/tzapu/WiFiManager/pull/1413
- @mazgch made their first contribution in https://github.com/tzapu/WiFiManager/pull/1404
- @pfn made their first contribution in https://github.com/tzapu/WiFiManager/pull/1307
- @JoergAJ made their first contribution in https://github.com/tzapu/WiFiManager/pull/1431
- @mhendriks made their first contribution in https://github.com/tzapu/WiFiManager/pull/1430
- @45gfg9 made their first contribution in https://github.com/tzapu/WiFiManager/pull/1443
- @mrthiti made their first contribution in https://github.com/tzapu/WiFiManager/pull/1497
- @abrender made their first contribution in https://github.com/tzapu/WiFiManager/pull/1489
- @Fruchtzwerg94 made their first contribution in https://github.com/tzapu/WiFiManager/pull/1529
- @Wandmalfarbe made their first contribution in https://github.com/tzapu/WiFiManager/pull/1595
- @furynick made their first contribution in https://github.com/tzapu/WiFiManager/pull/1657
- @sinedied made their first contribution in https://github.com/tzapu/WiFiManager/pull/1698
- @frankcohen made their first contribution in https://github.com/tzapu/WiFiManager/pull/1642