Status
SteamPeaks
Charts
Sales
Upcoming
Patches
Events
Calculator
Database
New on Steam
Every app, DLC and depot the minute Steam creates it
Apps
Every app on Steam, newest change first
Packages
Subs and bundles, and what each contains
Depots
Depots, manifests and install sizes
Tags
Steam's user tags and the games under them
Developers & publishers
Companies and their catalogues
Technologies
Engines, SDKs and anti-cheat found in the files
Change history
Every PICS changelist as it lands
Tools
Signals
Nineteen readings of the whole catalogue
Compare
Any games side by side
Records
All-time peaks and the days they were set
Reports
Weekly and monthly write-ups
Alerts & newsroom
Watch a game, get told when it moves
Steam status
Is Steam up, right now
Web API explorer
Try the endpoints in the browser
More
Events
Steam's own events and the sales calendar
Calculator
What a Steam account is worth, and its pile of shame
/
Sign in
/
Patch notes 2026-07-12 · Lily2D build 24164011 · SteamPeaks
Lily2D
›
Patches
›
Build 24164011
Patch notes 2026-07-12
Lily2D
· build 24164011 · published
58 days ago
On Steam
Notes only · this build shipped before we watched the app
Lily 2026-07-12
Swamp 0.5.18
Added
Formatted string interpolation with support for width, precision, alignment, zero padding, binary, and lower/upper hexadecimal formatting.
Support for Slice<T>.
Specific error for missing mutable borrow.
Changed
swamp test no longer scrambles memory by default. Use --scramble-memory to enable it.
Removed the deprecated use_super_instructions codegen option. Super instructions are now emitted whenever possible.
Fixed
Source locations for collection lookups point to the usage site instead of the definition. Call stacks and other debug output are now more accurate.
LSP
: Debug CodeLens now refreshes more reliably.
LSP
: Projects using correct absolute path for build artifacts.
Improved
Error messages involving type names show fully qualified module names instead of internal type id.
Experimental
Continued work on Slice<T> coercions to/from Vec<T>.
Lily Runtime 0.4.13
Added
screen API supports exclusive display modes, borderless and windowed selection.
Alt+Esc quick exit shortcut.
Changed
Renderer now uses WGPU 30.x.
dev builds now enable tracing logs and set debug render flags (e.g. WGPU validation).
Fixed
Rendering waits before retrying when the surface was occluded, lost, outdated, or timed out.