Releases: e2002/yoradio
Releases · e2002/yoradio
v0.6.400
v0.6.380
- fixed a bug when saving a playlist with special characters in the name and url
- fixed a bug when saving wifi settings with special characters in the name and password
- fixed css bugs
- remove ZERO WIDTH NO-BREAK SPACE (BOM, ZWNBSP) from stream title
- added support for ST7789 1.3' 240x240 SPI displays
v0.6.348
- fixed display bugs in the rssibitrate plugin
- fixed some compilation warnings
- fix compilation error in rssibitrate plugin with ILI9225 display
- fixed SPI-display bugs when used with VS1053B module
- added example plugin for analog volume control
- added example plugin for backlight control depending on playback
- added example plugin for replase a RSSI to bitrate information alternately
v0.6.320
- fixed ILI9225 display bug when used with VS1053B module
- fixed ILI9225 plugin support
- added support for ILI9225 220x176 SPI displays
- added support for I2S internal DAC, option I2S_INTERNAL (this option worked only with esp32 core version==2.0.0)
- new option SOFT_AP_REBOOT_DELAY
- fixed MQTT connection when WiFi reconnected
- fixed date display for ILI9341 displays
- fixed garbage on volume control with displays ILI9341
v0.6.290
v0.6.278
v0.6.263
- fixed encoder internal pullup
- change encoder library to ai-esp32-rotary-encoder (injected to project)
- added new option VOL_ACCELERATION - volume adjustment acceleration by encoder
- fixed connection error with http-stations on esp32-core v2.0.3
- fixed css errors
v0.6.250
v0.6.220
- new option PLAYER_FORCE_MONO (with i2S DAC only)
- change default scroll speed in DSP_NOKIA5110
- improved reconnect to WiFi on connection loss
- fixed choppy playback on DSP_ST7735 displays used with VS1053
- new option PL_WITH_NUMBERS (show the number of station in the playlist)
- fixed compiling error with DSP_DUMMY option
- correction of displays GC9106 and SSD1305
- fixed errors in the operation of the second encoder
- rewrote plugin example
- fixed compilation errors on macOS #2
- accelerated displays up to ~30fps (everything except LCD)
- corrections/additions in the WEB interface (a full update is required)
- fixed compilation errors on macOS
- changed the logic of the second encoder (switching to the volume control mode by double click)
- optimization, bug fixes
- probably some other things that I forgot about %)