CHANGELOG 2.6 KB

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