Skip to content

v1.30.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:46
· 9 commits to main since this release
9c3707f

Changes in 1.30.0

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

  • Elements look like they do in a browser before your CSS says anything: heading sizes, paragraph spacing, list
    indent, bold, italic, monospace.
    • Only with <meta name="sideload" content="web-defaults">, and every rule you write beats it.
  • Lists have bullets and numbers. list-style-type picks between disc, circle, square, decimal and none,
    and start on an <ol> counts from there.
  • localStorage and sessionStorage reach the same store as s1.storage, so a library that calls getItem works.

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(css): a user-agent stylesheet, list markers, and localStorage by @DooDesch in #41

Full Changelog: v1.29.0...v1.30.0