2
0

CHANGELOG 2.7 KB

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