diff --git a/README.md b/README.md index 0f7caa2..2e0e9e7 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,10 @@ Work is in progress... --- ## Version history +#### v0.9.000 +- added WEB Board Uploader. ESP32 Filesystem Uploader is no longer needed, the initial setup can be done in the browser. (see [wiki](https://github.com/e2002/yoradio/wiki/WEB-Board-Uploader) for more info) +- fixed error getting weather for some locations + #### v0.8.990 - fixed error displaying access point credentials when DSP_INVERT_TITLE is false - fixed compilation error for OLED displays when DSP_INVERT_TITLE is false diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 2d712d3..1a54416 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.8.990" +#define YOVERSION "0.9.000" /******************************************************* DO NOT EDIT THIS FILE.