Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,46 @@ The format is inspired by Keep a Changelog, and this project uses semantic versi

- Nothing yet.

## [1.0.7] - 2026-07-19

### Changed

- Consolidated the post-1.0 architecture, documentation and maintenance workflow
after completing the Web refactor.
- Aligned README, usage, development, contribution, deployment, security,
licensing, Flatpak and release documentation with the current platform.
- Clarified the split between the MIT-licensed local interfaces and the
non-commercial Web/server edition.
- Standardized release preparation around `make gate`, clean package builds,
installed-wheel smoke tests and annotated tags created only after CI and merge.
- Updated GitHub Actions checkout and Python setup actions to their current major
versions across CI, release and Flatpak workflows.

### Fixed

- Removed an obsolete Flatpak workflow trigger for the deleted
`feature/flatpak` branch.
- Fixed stale and duplicated release instructions that could validate the source
checkout without validating the generated wheel.
- Fixed Flatpak documentation that no longer matched the checked-in dependency
manifest and AppStream validation flow.

### Documentation

- Added and expanded architecture, usage, development, Web, container,
deployment, security, licensing, release and smoke-test guidance.
- Documented the canonical package version source, release gate, artifact
workflow and separation between upstream releases and Flathub updates.
- Preserved refactor roadmaps and validation records as historical engineering
context while removing active documentation drift.

### Internal

- Added package artifact smoke tests to CI and release workflows.
- Added release tag-to-package-version validation.
- Aligned CI, release and Flatpak workflow maintenance after the repository-wide
cleanup and consolidation pass.

## [1.0.6] - 2026-07-12

### Changed
Expand Down
12 changes: 12 additions & 0 deletions flatpak/io.github.pitill0.Fluxtuner.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.0.7" date="2026-07-19">
<description>
<ul>
<li>Completed the repository-wide architecture, documentation and workflow consolidation.</li>
<li>Aligned release preparation around the canonical quality gate and installed-wheel smoke tests.</li>
<li>Clarified local, Web/server, licensing and Flatpak boundaries across project documentation.</li>
<li>Hardened CI and release workflows with package and tag/version validation.</li>
<li>Updated GitHub Actions and removed obsolete Flatpak workflow configuration.</li>
</ul>
</description>
</release>

<release version="1.0.6" date="2026-07-12">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fluxtuner"
version = "1.0.6"
version = "1.0.7"
description = "Modern internet radio platform for terminal, desktop and web, powered by Textual, GTK and browser playback."
readme = "README.md"
requires-python = ">=3.11"
Expand Down