Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Lily2DNewsPatch notes 2026-07-12
Game update

Patch notes 2026-07-12

Lily2D · published 12 Jul 2026, 10:58 UTC · build 24164011

All newsPlayers around this dateRead on Steam

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.
More from Lily2D

Other announcements

All news
Game update14 Sep 2026Patch notes 2026-09-14Swamp 0.5.53 Added · Function call guards. · Optional-reference subscripting with expr ? and expr ? . Mainly used in when -expressions. · Integer literal suffixes for u8 , u16 , and u32 . Fixed · Compound operators now calls the associated functions if they are present. Lily Runtime 0.6.22 Added · pixels . API is more resource centric, can load indexed pngs, and has better support for tilemaps.…Game update18 Aug 2026Patch notes 2026-08-18Swamp 0.5.43 Added · Added loop keyword for unconditional loops. Each loop must contain a break . · match patterns now support ranges, constants, and variable binding. · All project commands accept --workspace and --member to select a workspace and one of its members. · --workspace is inferred from the nearest parent swamp.yini . · swamp run can run a standalone file without a project. · --timi…Game update28 Jul 2026Patch notes 2026-07-28Swamp 0.5.32 Added · LSP . Now show Hint level diagnostics, e.g. superfluous commas before newline and similar styling. Fixed · Aggregate to unsafe pointer coercions. · Creates Slice<T> for headerless collections, i.e. Block . · LSP . Problem entries are removed when a file no longer has diagnostics. Lily Runtime 0.5.2 Added · wgpu . Now exposes distinct index, vertex, storage, and uniform buff…