Skip to content

Version 5.0

Compare
Choose a tag to compare
@samdenty samdenty released this 09 Jul 21:07
· 201 commits to master since this release

What's new

  • Error messages have been replaced with Material Design toasts
  • Captive Portal is disabled by default (can be re-enabled by changing compiling option)
  • Added auto_generator which automates the generation of arrays in the data.h file
  • Added convert_all.sh script which semi-automates the generation of arrays on Linux & Mac
  • BETA: Integrated spacehuhn's deauth_detector (not working yet) ~ http://192.168.4.1/detector.html
  • Other minor UI adjustments

Bug fixes

  • Replaced 'Saved!' message on attack page with spinner indicator
  • Replaced document.body.prepend with document.body.inserAdjacentHTML
  • The Wi-PWN logo on the Setup page now has the correct colors
  • ESP.reset() replaced with ESP.restart() (performs a full reboot)
  • No reboot is required when switching dark mode on & off
  • Fixed bug on setup page with the dark mode toggle
  • Android app Bug Fixes:
    • Updated app to support the new URLs from the previous release
    • App now uses Chrome's webview instead of native webview (allows the popup dialogs to work)
  • Updated documentation & replaced URLs
  • Loads more minor tweaks