darktable-org / lua-scripts

148 stars 108 forks source link

script_manager api check solution #485

Closed wpferguson closed 3 weeks ago

wpferguson commented 3 weeks ago

Changed the API check from hard (stops execution) to soft which allows script_manager to check out the correct scripts branch corresponding to the API version of the running darktable instance.

Fixes #483 Fixes https://github.com/darktable-org/darktable/issues/16995