Skip to content

v1.23.0

Choose a tag to compare

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

Changes in 1.23.0

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

Changed

  • The report about unusable CSS only names what is actually lost. will-change, touch-action, user-select
    and the other pure browser hints are accepted in silence.
  • A breakpoint wider than the phone now says so and names the screen, rather than reading as a missing feature.

Fixed

  • border-style: none removes the border. It used to leave it drawn, and every value including solid was
    reported as doing nothing.

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

  • 1.23.0: the report only names what is actually lost by @DooDesch in #35

Full Changelog: v1.22.0...v1.23.0