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-26 16:45:55 +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
  • v2.0.16-rc.2 88c378f0a2

    v2.0.16-rc.2 Stable

    kerem released this 2023-05-11 21:40:19 +03:00 | 63 commits to master since this release

    📅 Originally published on GitHub: Thu, 11 May 2023 18:40:43 GMT
    🏷️ Git tag created: Thu, 11 May 2023 18:40:19 GMT

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v2.0.15-rc.1 430a9bcdcb

    v2.0.15-rc.1 Pre-release

    kerem released this 2022-12-10 20:22:15 +03:00 | 73 commits to master since this release

    📅 Originally published on GitHub: Thu, 08 Dec 2022 16:21:53 GMT
    🏷️ Git tag created: Sat, 10 Dec 2022 17:22:15 GMT

    https://github.com/tzapu/WiFiManager/issues/500

    Draft Methods Docs
    https://github.com/tzapu/WiFiManager/wiki/Methods

    • setDebugOutput(false) causes the automatic Wi-Fi connection to fail https://github.com/tzapu/WiFiManager/issues/1444
    • ESP32-S3 support (added no_temp flag) https://github.com/tzapu/WiFiManager/issues/1421
    • AP stops after single quote in name https://github.com/tzapu/WiFiManager/issues/1398
    • Abort and connect flags used uninitialized https://github.com/tzapu/WiFiManager/issues/1379
    • ESP8266 SPIFFS Deprecated - Replace with LitteFS https://github.com/tzapu/WiFiManager/issues/1466 ( adds minor example )
    • No way to tell if Exit has been pressed when using (non-)blocking startWebPortal() https://github.com/tzapu/WiFiManager/issues/1452
    • setHostname does not set the host name https://github.com/tzapu/WiFiManager/issues/1403
    • setDebugOutput(false) causes the automatic Wi-Fi connection to fail https://github.com/tzapu/WiFiManager/issues/1444
    • Issue when Scan is cached xxxx ms ago https://github.com/tzapu/WiFiManager/issues/1386
    • css alignment tweaks for all form inputs/elements
    • fix regression for old esp 2.3 missing methods
    • moved ssid selections to use data-attributes not innerhtml for better character encoding reliability
    • adds css feedback for buttons
    • Patch for arduino 2.0 event name changes
    • Should be compatible with Arduino ESP 2.0 and some IDF, meaning S2 and C3 arduino boards defs
    • Refactor strings BREAKING in https://github.com/tzapu/WiFiManager/pull/1474

    @tablatronix

    Full Changelog: https://github.com/tzapu/WiFiManager/compare/0.16.0...v2.0.15-rc.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v2.0.14-beta 9f5981e2fd

    v2.0.14-beta Pre-release

    kerem released this 2022-10-14 19:50:32 +03:00 | 81 commits to master since this release

    📅 Originally published on GitHub: Sat, 15 Oct 2022 03:43:07 GMT
    🏷️ Git tag created: Fri, 14 Oct 2022 16:50:32 GMT

    Fix for arduino esp32 1.8 fatal compile

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 0.16.0 78f00ffe0a

    0.16.0 Stable

    kerem released this 2020-12-08 21:54:46 +03:00 | 1042 commits to master since this release

    📅 Originally published on GitHub: Tue, 08 Dec 2020 18:55:52 GMT
    🏷️ Git tag created: Tue, 08 Dec 2020 18:54:46 GMT

    Fixes arduino json v6 compatibility in examples

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 0.15.0 2f76338ec7

    0.15.0 Stable

    kerem released this 2020-01-22 18:05:41 +03:00 | 1051 commits to master since this release

    📅 Originally published on GitHub: Wed, 22 Jan 2020 15:52:44 GMT
    🏷️ Git tag created: Wed, 22 Jan 2020 15:05:41 GMT

    Release 0.15 which hotfixes some critical fixes for latest esplib support and adds backwards compatibility with 2.3.0

    Fixes Fatal HTTP_HEAD definition re-declaration conflict with esp core.

    Detailed Changes
    https://github.com/tzapu/WiFiManager/issues?q=is%3Aissue+milestone%3Av0.15+is%3Aclosed

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 0.14 440f312575

    0.14 Stable

    kerem released this 2018-08-05 19:06:15 +03:00 | 1080 commits to master since this release

    📅 Originally published on GitHub: Sun, 05 Aug 2018 16:06:39 GMT
    🏷️ Git tag created: Sun, 05 Aug 2018 16:06:15 GMT

    Fixes for esp8266 wps optional in lib

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • 0.13 6a139688f3

    0.13 Stable

    kerem released this 2018-08-05 19:03:39 +03:00 | 1086 commits to master since this release

    📅 Originally published on GitHub: Sun, 05 Aug 2018 16:04:48 GMT
    🏷️ Git tag created: Sun, 05 Aug 2018 16:03:39 GMT

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
Powered by Forgejo Version: 14.0.2 Page: 124ms Template: 71ms
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