Skip to content

v0.3.0 - WiFi Log and OTA UX Improvements

Choose a tag to compare

@jackgassett jackgassett released this 17 May 01:30

What's New in v0.3.0

Bug Fixes

  • Fix WiFi log pop-out page (/web/wifi-log) crashing with NameError due to missing sys import
  • Fix HTML entities rendering literally in WiFi log status badge

WiFi Log Monitor

  • Add full ANSI color support for FPGA Companion log output
  • Status badge now correctly renders bullet and ellipsis characters

Flash Interface UX

  • OTA (WiFi) is now the default flash method instead of USB/Serial
  • Persist last-used OTA IP address across page loads via localStorage — no need to re-discover the device if the IP has not changed
  • Status Log moved above Saved Files and WiFi Log sections for better visibility
  • Added Keep history checkbox on the Status Log — flash operations auto-clear the log unless checked

Saved Files Library

  • Auto-append .bin extension when saving a file without a file extension
  • Uncheck Save to library after a successful save to prevent duplicate saves on repeated flashes
  • Export all saved files as a ZIP archive (includes metadata manifest)
  • Import saved files from a previously exported ZIP archive