2
0

CHANGELOG 1.9 KB

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