* Added capture helper commands: `concat`, `slice`, `upper`, `lower`, `encode_uri`, `decode_uri`, `add`, `subtract`, `multiply`, `divide`, `mod`, and `power`.
* Reworked capture helper commands `attr`, `css`, and `options` to support the parameter pattern `[[name1, value1], [name2, value2], ...]`.
* Renamed capture helper commands `has_elem` to `has_node`.
* Reworked capture helper command `insert` to take JSON node data.
* Reworked capture helper commands `match` and `replace` to always return a string value.
* Reworked UI for the `Capture as` dialog as `Batch capture` and `Advanced capture` dialogs.
* Break words for option textareas.
* Improved some option tooltips.