Skip to content

Releases: Infiniti151/flatpak2spec

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 13:45
Immutable release. Only release title and notes can be modified.
v0.3.0
52d21b1

[0.3.0] - 2026-08-03

🚀 Features

  • (files) Expand doc scanning targets to include AUTHORS, CONTRIBUTORS, and TODO
  • (manifest) Resolve external Module::Path and Source::Path files dynamically

🐛 Bug Fixes

  • (manifest) Sanitize app_id and resolve external path references
  • (manifest) Strip .devel and .Devel suffixes during App ID sanitization
  • (files) Perform exact stem and extension matching for docs and licenses

🎨 Styling & Formatting

  • (manifest) Collapse nested if blocks to satisfy Clippy lints cleanly

📚 Documentation

  • (readme) Add signature verification instructions
  • (readme) Fix formatting

⚙️ Continuous Integration

  • (ci) Use git-cliff for automated changelog generation
  • (ci) Add SSH asset signing for release packages
  • (deps) Bump the github-actions-dependencies group with 2 updates

🧹 Chores

  • Update spec file formatting and commit step
  • Update workflow for better version handling

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 14:16
Immutable release. Only release title and notes can be modified.
v0.2.0
18fdde7

[0.2.0] - 2026-08-01

🚀 Features

  • Support Git submodule resolution and tracking

💡 Other Changes

  • Improve forge integration via forge-srpm-macros
  • Enhance Python environment detection

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:54
Immutable release. Only release title and notes can be modified.
v0.1.0
6116bab

[0.1.0] - 2026-07-31

🚀 Features

  • Support remote and local repository parsing
  • Parse Flatpak manifests, AppStream metadata, and Meson configurations
  • Extract project changelogs to generate RPM %changelog entries
  • Detect release versions and format forge download URLs dynamically
  • Detect asset-only projects to assign BuildArch: noarch
  • Generate idiomatic Fedora RPM spec files with standard macros
  • Optimize output for Copr, GitHub Actions, and mock chroots
  • Initial release