CHANGELOG 2.3 KB

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