v1.2.2
v1.2.2 — Pinned Factorio versions (no more "latest")
The API docs and prototype data are now pinned to concrete versions instead of a
moving latest label (which silently drifted to 2.1.x and caused confusion).
search_factorio_docs now requires an explicit version
- Valid versions: 1.1.110 (legacy 1.1) and 2.0.76 (the 2.x baseline).
- There is no
latest— pass a concrete version, or get an error listing the valid ones.
Prototypes pinned to 2.0.76
prototypes_lancedb(exact prototype values) is now vanilla 2.0.76, matching the
docs — so querying2.0.76is consistent across both stores. Version-tolerant
formatters handle the 2.0 -> 2.1 schema drift (singularcategoryvscategories).
New maintenance commands
make status— per-store inventory (rows, version, FTS index, health).make dump-data— produce a vanilla--dump-dataexport (no community mods).
Full changelog: v1.2.1...v1.2.2