Skip to content

FnQL 2026-07-19 (0.1.0.21)

Choose a tag to compare

FnQL Release

Changelog highlights

Highlights

  • Official Windows builds now include the compiled Win32 FnQL Steam provider for seamless Quake Live Steam compatibility.

Builds and Packaging

  • Windows packages (MSYS2, MSVC, provider) are now fully self-contained with static dependencies.
  • Steam provider binaries are pinned by version, SHA-256, and PE i386 for reliable distribution.
  • Bundled curl runtime is now statically linked to avoid external DLL requirements.

Fixes

  • Resolved startup failures in released MinGW executables caused by missing runtime dependencies.

Documentation and Tooling

  • Added documentation clarifying release of official compiled Steam provider binaries.
  • Updated build instructions and technical notes to reflect new packaging and provider details.

Build details

  • Channel: manual
  • Base version line: 0.1.0
  • Build version: 0.1.0.21
  • Build date: 2026-07-19
  • Commit: d317477 (d317477)
  • Previous release commit: 3378410 (3378410)
Included commits
  • dcd39de Reset pending changelog after release
  • d34e26b Ship verified Win32 Steam provider
  • a4fe01d Force static Windows fallback dependencies
  • d317477 Keep bundled curl runtime self-contained