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
言之叶 - KotonohaNewsUpdate Announcement V0.994 (Plugin System Upgrade) on April 28, 2026
In-game event

Update Announcement V0.994 (Plugin System Upgrade) on April 28, 2026

言之叶 - Kotonoha · published 28 Apr 2026, 09:39 UTC

All newsPlayers around this dateRead on Steam

Engine - Plugin System Upgrade


● The plugin system now includes version management. When a plugin is published, a new version will be created along with snapshots of the engine version and template versions at the time of release. This resolves compatibility issues caused by template updates (e.g., architectural changes).

Users can later install the corresponding version (provided the plugin author does not voluntarily remove older versions).● The plugin panel now includes a search function to easily find installed plugins.● The plugin panel now includes a "System" category. In the future, identical modules across different template editors may be implemented as system plugins for unified update management.● The plugin panel now displays plugin versions. A clear prompt appears when a plugin is not the latest version. However, upgrading a plugin version may not be compatible with the current project. Please review the update notes and back up your project.● The plugin panel now includes "My Releases", providing quick access to "Plugin Management" (plugins I have published) on the cloud platform.● After downloading and installing a plugin, its commands will now be placed in a separate section named after the plugin, rather than all under the "Plugins" section. (The command panel width has been slightly adjusted.)Notes:

  1. More plugins are not necessarily better. Plugins may affect project performance or cause errors in existing functionality. Choose based on your needs. When issues arise, prioritize checking if they are caused by plugins (e.g., create a plugin-free project to compare).

  2. Different plugins may conflict or be partially incompatible. Testing is required.

  3. After installing a plugin, right-click to view its installation data and understand what it adds.

  4. If prompted to overwrite an installed plugin, the original plugin will be uninstalled first, which may clear its data. Please back up your project first (so you can duplicate the plugin's module data in a separate instance).

Engine


● The "About" menu now displays the current template version number (e.g., v1.3).● The "Template Update" menu now displays the target version number (previously only the target version ID), along with an added reminder.(This feature is intended for professional developers. If you have never used version control software such as git or svn, please do not use it to avoid errors after updating.)● Template publishing now supports .gitignore files. Future template projects will include a .gitignore file for the convenience of git users.● Fixed a bug where parameter passing errors in certain situations caused crashes● Other minor adjustments.

Cloud Platform


● Optimized query efficiency of the Plugin Store.● Plugin Store search now only starts when Enter is pressed or when the input field loses focus.● The popularity ranking in the Plugin Store is now sorted by the number of favorites.● The Plugin Store now features a "Chaos Zone" where plugins from unverified developers are displayed. When a plugin receives >= 10 favorites, it will be upgraded to an official plugin.After a certain number of plugins from an author have been upgraded to official status, the author will automatically become a verified plugin author. Future plugins they publish will automatically enter the official zone (violations may still lead to demotion or bans).Based on the current plugin ecosystem, some plugin authors will directly become verified plugin authors.● Plugin category filtering now includes "Include Selected Categories" (default) and "Exclude Selected Categories" (e.g., selecting to exclude material plugins will hide them from view).● Template filtering now includes "Template Specific" (default) and "Template Compatible". When filtering plugins by selecting a specific template, you will no longer see a large number of compatible plugins.When publishing a plugin that is universally compatible, you no longer need to select multiple templates. For example, for RPG plugins, just select "Feather of Cyan"; for ACT plugins, select "Jump of Sky"; or simply select "Universal".● User Center - Plugin Management: Added version management for plugins. Generally, historical versions should not be removed so users can find and install the appropriate version. However, if a clearly erroneous version is published, it can be removed/deleted.● Fixed an error where announcements on the cloud drive project page still popped up after deletion.● Fixed an error where accepted respondents did not receive rewards after completing a bounty (caused by a previous update; data from that period will be corrected one by one soon).● Other minor adjustments.

More from 言之叶 - Kotonoha

Other announcements

All news
In-game event26 Jun 2026Update Announcement V0.9941, June 26, 2026Functions ● Scene layer switching: Press Shift+~ to switch to the object layer (originally, Shift+1~9 could switch between layers 1–9). ● In the Scene Editor, a new option has been added to the object layer's right-click menu, listing all layers under the current mouse cursor position for quick selection. (Right-click menu → Select Layer) ● Historical version engine A new option has been added…Game update1 Apr 2026April 1, 2026 Minor Update Patch V0.9931Engine Update · Fixed an issue where searching commands in the editor could cause errors or freezes. · Fixed a bug where clicking would display all text when multiple "Wait for Player Input" commands existed in "Show Dialog". · Fixed a bug where blank spaces appeared in "Show Dialog" when text had material effects, non-zero character spacing, and text effects (e.g., 10-frame pause). · Optimized…Major update16 Mar 2026Update Announcement V0.993 (Search Commands and Navigation) on March 16, 2026New: Search A new Search module has been added between Plugin Manager and Settings (or press CTRL+F to open). This feature can be used to search for written event logic, allowing you to locate and jump to related commands for viewing or modification. Below is the search panel: Below is the search results panel (double-click the first column to jump to the specified location): When the focus is…