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
Bitty EngineNewsUpdate Notes: v1.5.0
In-game event

Update Notes: v1.5.0

Bitty Engine · published 19 Jan 2026, 12:15 UTC

All newsPlayers around this dateRead on Steam

Update notes v1.4.2 → v1.5.0:

Enhanced modules, improved usability, fixed some bugs.

  • Added API of SQLite-based database
  • Added API for using the new TextBox editor module in game
  • Added examples of the new Database and TextBox modules
  • Added a Path.writableDirectoryOf() function to get the writable sub directory path with the specific identifiers
  • Added a pair of bytes:toList() and bytes:fromList(lst) methods to convert between Bytes and Lua list
  • Added color:toGray(), color:toARGB(), color:fromARGB(int), color:toHSV(), color:fromHSV(h, s, v, a = 255), color:toString(), color:fromString(val) methods
  • Added json:toBytes(pretty = true), json:fromBytes(bytes) methods
  • Added a preference option to specify whether to show recent opened files
  • Added support for drag-and-drop to open projects
  • Added an option to use system SDL2 library on Linux
  • Changed to get the versions of some libs dynamically to reflect runtime environment
  • Improved Japanese and Cyrillic character rendering in code editor
  • Improved RMB handling in the assets list
  • Improved error report
  • Improved ranged pair inputting for the code editor
  • Updated the msgbox function to support yes-no and yes-no-cancel dialogs
  • Fixed a colorization issue in the output window
  • Fixed a window title refreshing issue after modifying "info.json"
  • Fixed a colorization issue in the output window
  • Fixed an IME window positioning issue
More from Bitty Engine

Other announcements

All news
In-game event19 Jul 2026Update Notes: v1.10.0Update notes v1.9.1 → v1.10.0: This update introduces a new `Ffi` module that enables direct calls to C functions from external .dll/.so/.dylib dynamic libraries within Lua, making it easier to integrate third-party SDKs. It also includes numerous bug fixes and usability enhancements. The beGUI lib has also been updated to v1.10.0 to support the latest Bitty Engine: · Added a simple Ffi module…In-game event8 Jun 2026Patch Notes: v1.9.1Patch notes v1.9.0 → v1.9.1: This update includes Quality-of-Life improvements, including a new repeat pattern filling feature for image assets, as well as better editor zoom and shortcuts. The beGUI lib has also been updated to v1.9.1 to support the latest Bitty Engine: · Added an option for fine zooming with graphical asset editors · Added an operation to fill a tiles asset with selected patt…In-game event15 May 2026Update Notes: v1.9.0Update notes v1.8.0 → v1.9.0: This release introduces a new automation server plugin, so that Bitty Engine can be integrated into your AI workflows or other external toolchains. This version also contains a number of other improvements. The beGUI lib has also been updated to v1.9.0 to support the latest Bitty Engine: · Added an "Automation Server" plugin · Added two menu items to expand or coll…