Skip to content

v0.2.0

Choose a tag to compare

@roderickvd roderickvd released this 22 Nov 23:55
· 387 commits to main since this release
8a82de0

Added

  • [main] Support for configuring all command-line options via environment variables with PLEEZER_ prefix
  • [proxy] HTTPS proxy support via the HTTPS_PROXY environment variable
  • [remote] Websocket monitoring mode for Deezer Connect protocol analysis
  • [remote] Hook script support to execute commands on playback and connection events

Changed

  • [docs] Enhanced documentation clarity and consistency across all policy documents
  • [main] Improved command-line argument descriptions and examples
  • [main] Made command-line parsing dependency (clap) optional and binary-only
  • [player] Optimized track skipping using HashSet for better performance
  • [track] Get the media URL programmatically instead of hardcoding it

Fixed

  • [protocol] Correctly handle connect messages missing the offer_id field

Security

  • [arl] Prevent ARL token exposure in debug logs