Skip to content

v1.32.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:40

Changes in 1.32.0

Building a mod on top of Sideload? Sideload_1.32.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.

Added

  • A scrolling box has a bar down its right edge now, so a long list shows where you are in it.
    scrollbar-width: none takes it away.
  • A surface can publish pictures for its page, the same way an app does: surface.Image(name, png), drawn with
    <img src="s1://name">.

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.

What's Changed

  • feat(api): a surface can publish pictures, like an app can by @DooDesch in #53
  • feat(paint): a scrolling box shows where it is in its content by @DooDesch in #54

Full Changelog: v1.31.1...v1.32.0