Skip to content

4 - Logging and robustness

Compare
Choose a tag to compare
@sparten11740 sparten11740 released this 05 Jan 22:46
· 39 commits to main since this release

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.