CHANGELOG 2.2 KB

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