Releases: naterator/pdfmeta
Releases · naterator/pdfmeta
Release list
1.0.5
1.0.4
feat: expand pdfmeta metadata workflows - add show field filters and set JSON input support - support template export/import and apply-time overrides - read batch manifests from stdin and print failure summaries - run commands with interrupt-aware contexts - reject xref and object stream rewrites before mutation
1.0.3
refactor: rename autoupdate to selfupdate and polish CLI - Rename autoupdate command/files to selfupdate throughout - Add short-hand flags (-f, -j, -s, -i, -o, -m, -n) across all subcommands - Fix semver comparison to use numeric sort instead of lexicographic - Reject leading zeros in semver normalization - Move Windows guard from downloadAndReplace into assetsForRuntime for earlier detection - Make selfupdate reject extra args (cobra.NoArgs) - Remove unused --force flag from template delete - Reset appVersion to "dev" for development builds - Expand test coverage for semver, checksum parsing, Windows rejection, and output formatters
v1.0.2
feat: add CLI version and self-update commands - add version and autoupdate subcommands to the Cobra CLI - inject runtime version and update dependencies through the CLI - download the latest GitHub release for the current OS and arch - verify release binaries with SHA-256 checksums before replacing - skip updates when the installed version already matches the release - cover update success, skip, and checksum failure paths in tests - trim stale docs links from the README and point to the license