Skip to content

Version 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@3urobeat 3urobeat released this 26 Jan 13:57
· 27 commits to main since this release
  • Added a Spotify currently playing page!
    • Includes full oAuth flow integration
    • Includes two json parsers
    • Includes setupMode page integration for clientID & clientSecret
  • Added support for the ESP32 Wrover!
  • Added support for setting a NOHTTPS flag to save ~10% flash
  • Added support for passing an existing parserLib object to httpGetJson()
  • Rewrote httpGetJson to add support for https
  • Removed httpGetJson HTTPClient dependency
  • httpGetJson now retrieves the httpCode and returns it
  • initWifi() now sets a hostname to make device identification easier
  • Renamed debugMemory() to debug()
  • Fixed news API denying response caused by missing User-Agent
  • Fixed memory corruption in strrpl() and getTime()
  • Fixed preferences openweathermaptoken, pageElementSwitch & spotifyRefreshToken key too long error
  • Fixed city on weather page glitching into next page when no api key error is displayed
  • Fixed city name on weather page glitching into Loading... msg
  • Updated NoiascaLiquidCrystal lib to fix issues on latest esp32 firmware
  • Changed License from MIT to GPL
  • Minor other changes