You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
extract_json no longer truncates JSON whose string values contain } —
the brace counter is replaced with raw_decode, so plan commands like awk '{...}' parse correctly (#146, closes #49, thanks @Sanjays2402).
Unknown TOML configuration keys fail fast with a concise CLI error
instead of being silently ignored; the retired vhs_image key is
accepted as a deprecated, warned, ignored compatibility field (#174,
closes #84, thanks @cen-zp).
SEO descriptions collapse embedded whitespace, keeping generated YAML
front matter single-line (#125, closes #91, thanks @pollychen-lab).
The README contributors section pointed at a fork — badge, graph link,
and avatar mosaic now show this repository's contributors, on GitHub
and PyPI (#180, closes #179, thanks @BenjaminAyivoh1).
Changed
CI: bump actions/upload-artifact to 7 in release.yml, aligning with
the pin the composite action already ships (#177).