v1.1.0
Changelog — (v1.0.0 → v1.1.0)
Released: 2025-10-15
New
Added timezone configuration key to control how commit timestamps are rendered.
Supported values:
-
"
local" (default) -
"
utc" -
"
source" (use commit’s recorded offset) -
"
fixed:+HH:MM" / "fixed:-HH:MM" (force offset)
Offset is always applied internally, but only shown if you include %z, %:z, or %Z in time-format.
Unknown values (e.g. "BST") produce a warning and fall back to "local".
Uses git log -1 --format=%cI for strict RFC-3339 parsing.
Compatibility
Fully backwards compatible with 1.0.0.
Existing configurations and outputs are unchanged unless timezone is explicitly set.