Releases: noaa/patent-cli
Releases · noaa/patent-cli
Release list
v0.1.6
v0.1.5
chore: bump version to v0.1.5 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.4
feat: proxy support for gp-cli update, uninstall scripts, plugin owne…
v0.1.3
feat: add family-group subcommand to group patents by patent family - New `gp-cli family-group` command: given a list of patent numbers, fetches family_applications for each and groups them by patent family - Skip optimization: once a family member is identified from a fetch, the remaining members are skipped — minimising total API calls - Supports --format json/text/tsv, --input-file, --output-dir, --delay, --no-header, --quiet, --minify flags - Applies 1000–1500 ms random jitter between requests (bulk mode) to avoid bot detection; --delay overrides - Integration tests: 9 cases covering grouping, fetch-count optimization, all output formats, --input-file, --output-dir - Bump version to 0.1.3 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.2
feat: add --source flag to install.sh for go install from latest 릴리즈 바이너리 없이도 최신 코드를 설치할 수 있도록 --source 플래그 추가 (GOBIN=$HOME/.local/bin go install @latest). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.1
feat: move config to XDG-compliant user config directory Switch config storage from ~/.patent-cli.toml to os.UserConfigDir()/patent-cli/config.toml (macOS: ~/Library/Application Support/patent-cli/config.toml, Linux: ~/.config/patent-cli/config.toml). Also tighten file permissions from 0644 to 0600. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.0
feat: add GitHub Actions release workflow, install scripts (macOS/Win…