Skip to content

v1.27.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 17:13
· 12 commits to main since this release

Changes in 1.27.0

Building a mod on top of Sideload? Sideload_1.27.0_debug.zip is the same version built in Debug, which turns on hot reload from Mods/<appId>/, the F9 dev overlay, Ctrl+F10 box outlines, the Chrome DevTools bridge and the MCP probe that lets an agent drive a page. Players want the file above it; you probably want this one.

Fixed

  • A styled <span> inside a sentence keeps its background, padding and corners. The whole sentence used to
    collapse into one run of text, and a badge in the middle of it came out as coloured words.
  • The space before a bold or coloured word is there. "A paragraph with" and a bold "bold" were printed as
    "withbold", because the piece that carried the space was measured without it.

Installing by hand: put Sideload.dll into Mods/. That is the whole install - AngleSharp, Jint and
Esprima are inside it now, so there is nothing to place in UserLibs/ any more. Old copies there do no
harm and are still used if present; delete them whenever you like.

Full Changelog: v1.26.0...v1.27.0