Skip to content

v3.0.7

Choose a tag to compare

@github-actions github-actions released this 21 Aug 13:53
· 26 commits to main since this release

Changelog

Release Notes

New Features

  • View & Routing Layer Expansion: Introduced new page components and routing handlers to expand application endpoint coverage.

Bug Fixes

  • Static Analysis Remediation: Applied patches to resolve structural, semantic, and syntax issues identified via automated static analysis and CodeRabbit review audits.

Maintenance

  • Build & Dependency Configuration: Updated pyproject.toml to synchronize project metadata, packaging configurations, and tool specifications.
  • Code Formatting & Linting Standardization: Executed automated code style normalization and linting enforcement across the codebase utilizing ruff and black.

WORKING APIs

Downloads

Windows macOS Linux

💻 Usage Instructions

Windows (PowerShell or 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)