CHANGELOG 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 2024-01-10
  2. - add OggFlac to stream metadata
  3. - fix OggFlac deadlock in flac callback when not enough data in streambuf
  4. - fix no displayer due to threadshold too high (use 500ms instead)
  5. - reset outputbuf when cspot starts
  6. 2024-01-01
  7. - ogg stream are parsed to foward metadata to LMS
  8. - fix some ogg parsing on multi-stream containers
  9. 2023-11-19
  10. - more robust (?) airplay RTP frame recovery
  11. - initialize of scratch string in monitor (trying to figure out random reboot)
  12. 2023-11-16
  13. - add SH1122 support
  14. - optimize GDS DrawPixel function
  15. 2023-11-09
  16. - force gpio_pad_select_gpio in dac_controlset in case somebody uses UART gpio's (or other pre-programmed)
  17. 2023-11-08
  18. - execute dac_controlset even whne there is no i2s (for gpio)
  19. 2023-11-07
  20. - led-vu gain + misc fixes
  21. - bump plugin version to 0.600
  22. 2023-11-03
  23. - don't reboot when external decoder is connected even with a LMS server
  24. 2023-10-28
  25. - fix recovery size (remove bootstrap)
  26. - improve NVS initialization structure
  27. 2023-10-27
  28. - fix vorbis (and opus) memory leak
  29. 2023-10-25
  30. - fix vorbis codec close
  31. 2023-10-23
  32. - fix Spotify track insertion
  33. - [WEB] Allow running without LMS with option "Audio/Disable Squeezelite"
  34. 2023-10.07
  35. - catchup with official cspot
  36. 2023-10-06
  37. - fix cspot PREV on first track, NEXT on last track and normal ending
  38. - use DMA_AUTO for SPI
  39. - cspot share same time log
  40. 2023-10-06
  41. - Fix bootswatch bug that caused difficult to read UI ( issue #319)
  42. 2023-10-02
  43. - update cspot
  44. 2023-09-29
  45. - sleep mechanism
  46. - spotify can store credentials so that zeroconf is optional and players are always registered
  47. - add battery to led_vu (see credits)
  48. - spdif can do 24 bits (see credits)
  49. - rmt fixes
  50. - airplay & spotify artwork fixes
  51. - airplay stability improvments
  52. - fix UI text color