v3.0.2
Changelog
Release Notes
New Features
- Web Application Architecture: Implemented a standalone web service layer (
webapp.py) backed by an HTML front-end interface (index.html), introducing an HTTP-accessible execution pathway alongside the existing runtime environments. - Desktop Signed Session Integration: Updated authentication and state-handling routines in
signed_session_desktop.pyto support secure desktop session initialization, cryptographic validation, and persistent context management. - Solver Logic Enhancements: Refactored core execution routines within
solver.pyto optimize algorithmic processing and interface directly with the new session and application workflows.
Bug Fixes
- No explicit bug fixes were recorded in this release cycle. Functional logic refinements have been integrated directly into core components (
solver.py,signed_session_desktop.py).
Maintenance
- Container Lifecycle & Initialization: Modified container orchestration entrypoint (
docker-entrypoint.sh) to support environment bootstrap routines and process execution for the added web services. - Dependency & Build Configuration: Updated package dependencies and project metadata in
pyproject.tomlto align with new runtime requirements. - Static Analysis and Code Quality: Standardized codebase formatting and enforced linting rules across all modules using
ruffandblack. - Documentation: Synchronized
README.mdto reflect infrastructure modifications, setup procedures, and deployment workflows.
WORKING APIs
Downloads
💻 Usage Instructions
Windows (PowerShell ou CMD)
SpotiFLAC-Windows.exe [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal🍏 macOS
chmod +x SpotiFLAC-macOS
./SpotiFLAC-macOS [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal🐧 Linux
chmod +x SpotiFLAC-Linux-x86_64
./SpotiFLAC-Linux-x86_64 [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal(For ARM devices like Raspberry Pi, replace x86_64 with arm64)