CHANGELOG 2.9 KB

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