Skip to content

Releases: naterator/pdfmeta

1.0.5

Choose a tag to compare

@naterator naterator released this 13 May 16:16
a7060af
Validate requests and encode PDF metadata robustly

- Add service-level validation and template import handling
- Render CLI errors in the requested output format
- Fix PDF Info string parsing, escaping, and UTF-16 encoding

1.0.4

Choose a tag to compare

@naterator naterator released this 23 Apr 13:13
2cae647
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

Choose a tag to compare

@naterator naterator released this 23 Mar 21:12
01a76e9
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

Choose a tag to compare

@naterator naterator released this 16 Mar 11:43
a968eab
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

v1.0.1

Choose a tag to compare

@naterator naterator released this 18 Feb 08:57
c73502e
Update build job

v1.0.0

Choose a tag to compare

@naterator naterator released this 18 Feb 03:01
c73502e
Update build job