This page was last updated on 10 April 2025, 2:20PM
Changelogs
Version 0.7.0
Introduced an API that allows mods to access the framework's data and render methods.
Fixed a crash when the dialogue field was set to null, again.
Fixed potential issues relating to Harmony on other OS.
Version 0.6.0
The default entry now starts with preset values instead of being empty. This allows mods to make single-value changes instead of requiring the entire dialogue.
Added a copyFrom field which fills null fields and merges lists with data from another entry.
Added support for patches needing to be applied only with specific appearances/locations.
Added ID fields to image, text and divider objects for inter-mod support.
Added a connectors field to include the connection image at the ends of dividers and other divider related changes
Optimized asset caching to improved performance while the dialogue box is open.
Fixed hearts showing slightly off-centered and other related changes
Fixed potential crash during dialogues with NPCs not yet spawned.
Removed api docs from release files. Mod authors can always read them online.
See full changelogs on Github. Link in the description.
Version 0.5.3
Updated ModID to be unique. Dependent mods will need to be updated.
Updated requirements for SMAPI 4.0.0
Version 0.5.2
Fixed dialogue crashing on custom NPCs
Patch reloading no longer requires re-opening the current dialogue to see changes