proxmox-perltidy (1.3) bookworm; urgency=medium

  * do not outdent labels: in the Proxmox codebases labels are used for
    labeled blocks and loops (next <label>), not as global goto targets,
    so outdenting them is unhelpful; where it is wanted, guard the label
    with '#<<<'/'#>>>' markers.

 -- Proxmox Support Team <support@proxmox.com>  Tue, 14 Jul 2026 21:04:12 +0200

proxmox-perltidy (1.2) bookworm; urgency=medium

  * swap opening-brace-always-on-right with new cuddled-paren-brace-weld to
    improve line-break-up behavior on the outermost enclosing parenthesis and
    brackets of e.g., complex if expressions.

  * config: trim trailing whitespace in POD and avoid space before signature

 -- Proxmox Support Team <support@proxmox.com>  Sun, 01 Jun 2025 11:31:08 +0200

proxmox-perltidy (1.1) bookworm; urgency=medium

  * perltidyrc: add rationale for not using some options

  * tell perltidy to continue even if there are many indentation errors.

  * enable break-at-trailing-comma-types for bare commans, i.e. those that are
    directly followed by a newline.

  * do not enable the 'stack-opening-token' and 'stack-closing-tokens'
    options, rather prefer using only the more modern and already enabled
    'weld-nested-containers' as that works on global context, not just some
    local heuristic.

  * depend on newer perltidy and enable the 'break-open-compact-parens=w'
    option to break up complex function calls over multiple lines, if they
    cannot fit a single total line or one line for the function call and one
    for the parameters.

  * require perltidy dependency to be at elast 20250311.04 to ensure the
    'break-open-compact-parens' and the 'maximum-fields-per-table=1' options
    work correctly in combination.

 -- Proxmox Support Team <support@proxmox.com>  Tue, 13 May 2025 10:33:17 +0200

proxmox-perltidy (1.0) bookworm; urgency=medium

  * Initial release.

 -- Proxmox Support Team <support@proxmox.com>  Thu, 08 May 2025 13:21:39 +0200
