v1.30.0
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.
- Only with
- Lists have bullets and numbers.
list-style-typepicks betweendisc,circle,square,decimalandnone,
andstarton an<ol>counts from there. localStorageandsessionStoragereach the same store ass1.storage, so a library that callsgetItemworks.
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
Full Changelog: v1.29.0...v1.30.0