Skip to content

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:00

Sonora 1.5.2 Release Notes

What's Changed

  • Speed up library sync and move it to a worker by @DevMatei in #2
  • Add stream playback caching with LRU eviction and cache management settings
  • Enforce strict full-cache verification (isFullyCached) and automated incomplete cache purging to eliminate player stalls
  • Add persistent subsonic_song_$songId cache keys and update UI offline indicators
  • Implement zero-data stream-to-permanent download promotion (exportFullCacheToFile) and storage deduplication
  • Implement throttled background auto-cache engine for starred tracks with Wi-Fi network guardrails
  • Set default auto-cache preference to enabled and unrestrict manual user downloads on cellular networks

New Contributors