FluxTuner 1.0.7
FluxTuner 1.0.7 is a consolidation release that closes the post-1.0 architecture refactor and establishes a clean foundation for future features and bug fixes.
Highlights
- Completed the repository-wide architecture and documentation consolidation.
- Aligned README, usage, development, deployment, security, licensing and release guidance with the current platform.
- Clarified the boundary between the MIT-licensed local interfaces and the non-commercial Web/server edition.
- Standardized release preparation around the canonical
make gateworkflow. - Added clean package builds and installed-wheel smoke testing.
- Added release tag-to-package-version validation.
- Updated GitHub Actions used by CI, release and Flatpak workflows.
- Removed obsolete Flatpak workflow configuration and outdated release instructions.
Packaging and validation
The release workflow now verifies that the Git tag matches the package version, builds both the wheel and source distribution, installs the generated wheel and runs CLI smoke tests against the installed artifact.
Interfaces
FluxTuner continues to provide:
- Textual terminal interface
- GTK4 desktop interface
- CLI mode
- Self-hosted Web/server mode
- Modular playback through mpv, ffplay, mpg123 and ogg123
This release is intended as the new stable baseline for the next development cycle.