CHANGELOG 2.4 KB

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