Releases: SirRandoo/toolkit-utils
Releases · SirRandoo/toolkit-utils
ToolkitUtils v7.0.5.0 Beta
Changes
- Added precautions in the event the mod's json library doesn't load properly.
- Implemented a fix for Twitch Toolkit "SoakingWet" bug that was introduced due to changes in 1.5.
- Swapped the logic used in Utils' command transcription system to a different version that won't throw an exception at startup, which would corrupt the mod's state.
- Added some cleanup code to ensure corrupt viewer data doesn't seep into the mod.
- Nothing in Twitch Toolkit, or its addons, can properly handle a
null
username.
- Nothing in Twitch Toolkit, or its addons, can properly handle a
Full Changelog: v7.0.4.0-beta...v7.0.5.0-beta
ToolkitUtils v7.0.4.0 Beta
Changes
- Added null checks to the "default usability" logic.
- Added checks to the Hodl bot storyteller pack menu to reduce menu breaking problems.
- Added checks to the global weights menu to reduce menu breaking problems.
- Fixed disabled events being purchasable.
- Added null checks to the command transcription system.
- Fixed the sort indicators in the stores being tiny.
- Fixed the "last seen" text in the name queue dialog being squished.
Full Changelog: v6.3.0.1...v7.0.4.0-beta
ToolkitUtils v7.0.3.0 Beta
Changes
- Fixed blindsight and scarification compatibility code.
- Their ritual outcomes will no longer be healed by the heal events.
- Removed dev code for the mod Harmony, not the library.
Full Changelog: v6.3.0.1...v7.0.3.0-beta
ToolkitUtils v7.0.2.0 Beta
Changes
- Fixed instances where the some invalid items would appear as "usable."
- Fixed a
NullReferenceException
in the mod's "logger" class. - Fixed the mod allocating two instances of certain "compatibility" objects.
- Ensured the mod logs any problems that may happen while loading any "compatibility" objects.
- Fixed most of the mod's "compatibility" objects not being properly discovered by the compatibility system.
- This indirectly fixes items being unusable despite being enabled.
- Adjusted the default usability algorithm.
- Any common items that are "ingestible" will default to "usable."
- Any rarer items that are "usable" will default to "unusable," like healer mech serums.
Full Changelog: v6.3.0.1...v7.0.2.0-beta
Known Issues
- "Blindsight" practitioners are healed by heal events.
- "Scarification" practitioners are healed by heal events.
It's advise that viewers who've undergone the scarification/blightsight ritual do not purchase heal events.
ToolkitUtils v7.0.1.0 Beta
Changes
- Removed CommonLib as a dependency.
- This may also fix instances where the settings menu would open and close repeatedly on some systems.
- Reverted a breaking change regarding Defs on 1.5.
- Fixed manhunter pack referencing the Twitch Toolkit incident defs instead of RimWorld incident defs.
- Fixed egregious issues where certain systems would initialize data before Defs were loaded.
- Fixed the game not realizing ToolkitUtils has settings.
- Fixed Humanoid Alien Race compatibility files being in the wrong folder, and thus not loading.
- Fixed A RimWorld of Magic compatibility files being in the wrong folder, and thus not loading.
- Fixed Ideology compatibility files being in the wrong folder, and thus not loading.
Full Changelog: v6.3.0.1...v7.0.1.0-beta
ToolkitUtils v7.0.0.0 Beta
Changes
- Initial update to 1.5.
- Removed HTTP code due to Twitch deprecating the viewer list API Twitch Toolkit was using.
- Removed Immutable library in favor of using ReadOnlyDictionary.
Full Changelog: v6.3.0.1...v7.0.0.0-beta
Known Issues
Last updated 04/13/24
- The bot states an item cannot be purchased despite it being enabled.
- There is no "usability" mutator in the Toolkit Editor
- The mod's settings menu is inaccessible
!mypawngear
may not work as intended, or at all.
ToolkitUtils v7.0.6.0 Release Candidate 1
- Added checks to ensure a message with a
null
username is ignored by the mod.
Full Changelog: v6.3.0.1...v7.0.6.0-rc1
ToolkitUtils v6.3.0.1
ToolkitUtils v6.3.0.0
- Updated certain user's easter eggs.
- Updated to RimWorld 1.4
- Added error handling to the patches in Utils to ensure they aren't skipped when one throws an error.
- Replaced Twitch Toolkit's "editor" windows with a custom (faithful) version.
- Fixed sanctuary affecting untamed animals.
- Replaced the "storyteller packs" menu with a custom version.
- Replaced the settings menu from ToolkitCore.
- Replaced the viewers menu from Twitch Toolkit.
- Added support for genes that affect a pawn's traits.
- Added checks to prevent viewers from purchasing traits for children.
- Fixed the "item" event not having visible cooldown settings.
- Updated relevant features to the latest version of Humanoid Alien Races.
ToolkitUtils v6.3.0.0 beta 12
- Implemented a workaround for the viewer list endpoint being deprecated by Twitch.