Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 13:01
· 95 commits to main since this release

Changelog

Release Notes

New Features

  • GUI Subsystem (--gui): Introduced new functional capabilities and interface extensions within the graphical execution mode invoked via the --gui flag.

Bug Fixes

  • Core Solver Engine (solver.py): Resolved logic errors and instability within the solver execution routines.
  • Interactive CLI Interface (interactive.py): Fixed state handling and input evaluation routines in the interactive session loop.
  • Python Runtime Provider (python_provider.py): Corrected environment detection and execution handling within the Python provider module.
  • Graphical Interface (--gui): Fixed runtime defects and view-state regressions within the GUI module.
  • Static Analysis Remediation: Applied automated source-level patches to resolve static analysis and code-quality warnings.

Maintenance

  • CI/CD Automation (publish.yml): Updated deployment workflows and publishing stage configurations in GitHub Actions.
  • Project Configuration (pyproject.toml): Updated build configuration, package metadata, and dependency specifications.
  • Code Style and Formatting: Standardized code formatting and enforced lint rules across the repository using Ruff and Black.

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)