Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.1 - 2026-02-06
Changed
- Removed some config values and updated keepsakes lookup for a concatenated string.
Fixed
- Crash when trying to load a keepsake that was rewriting saved keepsake value with a bad data.
1.0.0 - 2026-01-22
Added
- Configuration option for always randomzing at run start.
0.1.2 - 2026-01-07
Added
- Entry in the readme detailing the option randomizeAtRunStart
Changed
- Now using math.random to get RNG as game's method is oviously determinist but we don't want that
Fixed
- Bug with keepsake not unequipping sometimes and thus superposing with new one
0.1.1 - 2026-01-07
Fixed
- Typo that was causing a crash on game reload
0.1.0 - 2026-01-06
Added
- First version of the mod!