CHANGELOG 2.1 KB

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