Project: QGIS

Version: 2.16.0

Feature: Create a plugin with script-based algorithms from the toolbox

Previously, the only way to create a QGIS plugin which added new algorithms to Processing was to manually develop those algorithms and create a new algorithm provider. Now, algorithms can be written as simple Processing scripts, and a plugin containing them can be created directly from the Processing Toolbox. That plugin can be then distributed as a regular plugin, and will extend Processing when active.

This feature was developed by Victor Olaya