Course config spec changelog¶
Changes to the format of course config JSON files will be documented here.
The format is based on Keep a Changelog, and this spec adheres to Semantic Versioning.
[0.2.0] - 2022-06-25 - Rolled Out v0.5.6¶
This was released with Rolled Out! v0.5.6.
Added¶
Courses can now have named random pools (
stage_random_pools
), and the stage list can now contain entries likerandom_pool:pool_name
to pick an item from the pool. Once the pool empties, it gets refilled (like a bag randomizer).
[0.1.0]¶
Nothing to note here, this is when we started versioning this