• v1.2.0 e35abf8e4e

    lilly released this 2025-12-11 12:34:57 +01:00 | 0 commits to main since this release

    Signed by lilly
    SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
    • Add optional trimming of whitespace from secrets
      This adds a new configuration option called trim which, when set, trims all leading and trailing whitespace from secrets.
      This can be useful because some editors automatically write an extra newline at the end of each file during editing which is often not desired when that files content is intended as a password or other secret.

    • Fix incorrect interface matching for empty names
      Previously, the implementation would always consider a "match_iface" instrcution
      to be matching if NetworkManager did not yet know a connections interface name.
      To restore the old behavior, remove the "match_iface" instruction from the configuration
      file. That way, all interface names (including empty ones).

    Downloads