4 - Logging and robustness
This release fixes some bugs, improves logging, and adds minor quality of life features.
General
- Add command-line flag to export a schema representation of the configuration file (OpenAPI 3 format).
- Add command-line flag to generate a systemd service definition and enable autostart (Linux) or create a shortcut in the user's startup folder (Windows)
- Introduce verbose logging for all transformations (log level debug)
Transformations
- Add Mapping transformation to map matching input strings to output value. Supports regular expressions.