Logo
Explore Help
Sign in
starred/WiFiManager
1
0
Fork
You've already forked WiFiManager
0
mirror of https://github.com/tzapu/WiFiManager.git synced 2026-04-27 00:55:52 +03:00
Code Issues 656 Projects Releases 8 Packages Wiki Activity
8 releases 32 tags
  • v2.0.17 d82d0a1b9f

    v2.0.17 Stable

    kerem released this 2024-03-02 05:29:49 +03:00 | 22 commits to master since this release

    📅 Originally published on GitHub: Sat, 02 Mar 2024 02:34:58 GMT
    🏷️ Git tag created: Sat, 02 Mar 2024 02:29:49 GMT

    Yes 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/608
    • enable all example builds for esp32 by @liebman in https://github.com/tzapu/WiFiManager/pull/571
    • disable wps by default, enable if its enabled in core by @liebman in https://github.com/tzapu/WiFiManager/pull/645
    • fix bad progmem access by @liebman in https://github.com/tzapu/WiFiManager/pull/647
    • Fix crasahes in doParamSave() & WiFiManagerParameter::setValue by @liebman in https://github.com/tzapu/WiFiManager/pull/660
    • compat MacOS newline by @0x1abin in https://github.com/tzapu/WiFiManager/pull/666
    • Swapping enableAP and softAPConfig by @rodri16 in https://github.com/tzapu/WiFiManager/pull/722
    • issuu #644 add utf-8 charset to head by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/687
    • WiFiManagerParameter init() to protected from private by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/741
    • Set value by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/743
    • Implements #717: Added getParameters and getParametersCount methods. by @fllaca in https://github.com/tzapu/WiFiManager/pull/718
    • add callback before save config wifi or params by @irwanayeah in https://github.com/tzapu/WiFiManager/pull/734
    • Add a callback when reset settings is triggered by @gmag11 in https://github.com/tzapu/WiFiManager/pull/378
    • WIP: Added OTA updater option from esp8266 by @sidey79 in https://github.com/tzapu/WiFiManager/pull/587
    • wifimanager.cpp / wifimanager.h by @sidey79 in https://github.com/tzapu/WiFiManager/pull/803
    • Update WiFiManager.template.html by @mikdatdogru in https://github.com/tzapu/WiFiManager/pull/895
    • signal class value has been wrapped to int() by @mikdatdogru in https://github.com/tzapu/WiFiManager/pull/894
    • hotfix: rename internal HTTP_HEAD to HTTP_HEADER by @d-a-v in https://github.com/tzapu/WiFiManager/pull/928
    • separate charset UTF-8 and viewport meta by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/772
    • Fixed: Waiting for connection result with time out issue by @norbertg1 in https://github.com/tzapu/WiFiManager/pull/615
    • Add PlatformIO installation docs by @LongLiveCHIEF in https://github.com/tzapu/WiFiManager/pull/958
    • Add missing line to code sample by @revolter in https://github.com/tzapu/WiFiManager/pull/995
    • Fix ArduinoJson (Using ARDUINOJSON_VERSION_MAJOR) by @Ruandv in https://github.com/tzapu/WiFiManager/pull/993
    • Update WiFiManager.cpp by @marcovannoord in https://github.com/tzapu/WiFiManager/pull/1011
    • Readme: fill DNS server if setSTAStaticIPConfig by @dontsovcmc in https://github.com/tzapu/WiFiManager/pull/1053
    • swap comments by @adrianjost in https://github.com/tzapu/WiFiManager/pull/1073
    • Fix warning in WiFiManager::debugPlatformInfo for ESP32 by @davefiddes in https://github.com/tzapu/WiFiManager/pull/1106
    • Use constrain properly by @lbussy in https://github.com/tzapu/WiFiManager/pull/1151
    • Fix library name by @ivankravets in https://github.com/tzapu/WiFiManager/pull/1155
    • Fix. The library is not assembled under ESP8266 by @egrekov in https://github.com/tzapu/WiFiManager/pull/1175
    • Development by @tablatronix in https://github.com/tzapu/WiFiManager/pull/499
    • adding WifiManager::isConfigPortalActive() abd WifiManager::isWebPortalActive() by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1199
    • fix debug message in WiFiManager::handleParamSave by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1204
    • fix potential memory leak in WiFiManagerParameter::setValue by @cpainchaud in https://github.com/tzapu/WiFiManager/pull/1206
    • trivial: WiFiManagerParameter get accessors should work on const by @flavio-fernandes in https://github.com/tzapu/WiFiManager/pull/1005
    • Added Github Action to Compile Examples on ESP8266 by @shafr in https://github.com/tzapu/WiFiManager/pull/1258
    • Add a callback for OTA update by @Mollayo in https://github.com/tzapu/WiFiManager/pull/1286
    • Using __FlashStringHelper for customHTML by @Mollayo in https://github.com/tzapu/WiFiManager/pull/1292
    • CI / DC Update - Library Build, Linting, Examples Json Fix by @shafr in https://github.com/tzapu/WiFiManager/pull/1264
    • Enable Portal Timeout in not Blocking Portal by @ricardollreis in https://github.com/tzapu/WiFiManager/pull/1331
    • Both infoids and _ap_password are intialized by check time. by @pplanel in https://github.com/tzapu/WiFiManager/pull/1344
    • Fix "Acccess" typo by @andypiper in https://github.com/tzapu/WiFiManager/pull/1366
    • Output "Unknown" if Arduino/ESP-IDF version is unknown by @thorrak in https://github.com/tzapu/WiFiManager/pull/1382
    • Update .gitignore by @ovidiupruteanu in https://github.com/tzapu/WiFiManager/pull/1391
    • WM_VERSION_STR correction (used in About section) by @alexmaurer-madis in https://github.com/tzapu/WiFiManager/pull/1407
    • Escape single quotes in htmlEntities() by @abryant in https://github.com/tzapu/WiFiManager/pull/1413
    • Silence debug output by @mazgch in https://github.com/tzapu/WiFiManager/pull/1404
    • Change Stream to Print by @pfn in https://github.com/tzapu/WiFiManager/pull/1307
    • Updated links in README.md by @JoergAJ in https://github.com/tzapu/WiFiManager/pull/1431
    • Update strings_en.h -> show/hide wifi password in form by @mhendriks in https://github.com/tzapu/WiFiManager/pull/1430
    • Avoid String addition when dealing with compile time by @45gfg9 in https://github.com/tzapu/WiFiManager/pull/1443
    • Added links in readme file by @JoergAJ in https://github.com/tzapu/WiFiManager/pull/1446
    • Use esp_wifi_set_country_code for ESP32 by @thorrak in https://github.com/tzapu/WiFiManager/pull/1470
    • Change test action to install from local directory by @thorrak in https://github.com/tzapu/WiFiManager/pull/1473
    • feat(callback): add config portal timeout callback. by @mrthiti in https://github.com/tzapu/WiFiManager/pull/1497
    • fix: not found getChipModel method for ESP8266 by @mrthiti in https://github.com/tzapu/WiFiManager/pull/1503
    • Support for WifiManager as ESP-IDF component by @abrender in https://github.com/tzapu/WiFiManager/pull/1489
    • Refactor strings BREAKING by @tablatronix in https://github.com/tzapu/WiFiManager/pull/1474
    • Unified casing of strings by @Fruchtzwerg94 in https://github.com/tzapu/WiFiManager/pull/1529
    • Make Show Password a label so one can click on it by @Wandmalfarbe in https://github.com/tzapu/WiFiManager/pull/1595
    • Update CMakeLists.txt by @abrender in https://github.com/tzapu/WiFiManager/pull/1624
    • Update WiFiManager.cpp by @furynick in https://github.com/tzapu/WiFiManager/pull/1657
    • Allow subclassing by @sinedied in https://github.com/tzapu/WiFiManager/pull/1698
    • Wifi manager frank cohen by @frankcohen in https://github.com/tzapu/WiFiManager/pull/1642

    New 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
    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.2 Page: 62ms Template: 12ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API