Skip to content

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 16 Aug 01:08
· 89 commits to main since this release

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.py to support secure desktop session initialization, cryptographic validation, and persistent context management.
  • Solver Logic Enhancements: Refactored core execution routines within solver.py to 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.toml to align with new runtime requirements.
  • Static Analysis and Code Quality: Standardized codebase formatting and enforced linting rules across all modules using ruff and black.
  • Documentation: Synchronized README.md to reflect infrastructure modifications, setup procedures, and deployment workflows.

WORKING APIs

Downloads

Windows macOS Linux

💻 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)