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
Lily2D DemoNewsPatch notes 2026-09-07
Game update

Patch notes 2026-09-07

Lily2D Demo · published 7 Sep 2026, 11:29 UTC

All newsPlayers around this dateRead on Steam

Swamp 0.5.50

Added

  • Sprout now shows context on errors.
  • Parameter --show-constant-init to display constant init functions.
  • Parameter --show-target-code to display backend target code (e.g. Marsh VM assembly).
  • Command bundle that puts all assets files into a single cart archive (.cart).
  • Now swamp.yini can have an optional usages field that can be used to override other fields in the yini.

Fixed

  • Benchmark results are displayed in fixed columns.
  • Map literals returns is now accepted by the analyzer.
  • Freezes scratch allocated memory area after init once (constants).
  • Liveness now handles "pointless" register mutation properly, those mutations caused clobbering of unrelated registers.
  • Constants with String type is now accepted by the analyzer.
  • Optional to Bool lowering fixes.

Improved

  • Lowering MIR now uses operand directly instead of indirect registers.

Lily Runtime 0.6.19

Added

  • Support for Raspberry Pi 4 (probably works with Pi 5 and Linux arm64 as well). Thanks to Kjell for suggesting this.
  • dev. Experimental state migration.
  • pixels. Experimental support for new renderer: pixels (moss-inspired).
  • Load from a cart archive with argument --cart FILENAME.cart.
  • MarshVM: Uses new runtime with new opcodes.