You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Release Notes
v0.25.0 - 2024-03-06
π₯ Note: A number of settings and tasks are now only available when Advanced Mode is set to true in the settings, including the Auto Tag and Identify tasks.
β¨ New Features
Added Scene play and o-counter history tracking, view and editing. (#4532)
Exposed Studio, Performer, Tag and Gallery selects, and date, country and folder inputs in PluginApi.components. (#4546)
Made task_name parameter optional, added an optional description parameter and deprecated args for a generic map parameter args_map in runPluginTask. (#4603)
Added runPluginOperation to run synchronous plugin operations with a return value, without using the task manager. (#4603)
Added PluginApi.Event.addEventListener and stash:location event dispatching.
Relaxed plugin cyclic loop detection to allow up to ten loops. (#4625)