v1.24.0
Changes in 1.24.0
Building a mod on top of Sideload? Sideload_1.24.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
align-contentmoves the wrapped lines:flex-end,center,space-between,space-around,space-evenly.object-fit: fillstretches the picture to its box, andscale-downleaves one alone that is already smaller.
Changed
align-content: flex-startandobject-fit: containare taken in silence. Both are what the engine already
did, and every use of them in the shipped apps was reported as unimplemented.
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
- ci: give the Nexus changelog field plain text, not BBCode by @DooDesch in #36
- 1.24.0: align-content and object-fit by @DooDesch in #37
Full Changelog: v1.23.0...v1.24.0