Skip to content

Releases: noaa/patent-cli

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 11:07
chore: bump version to v0.1.6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 05 Jun 09:36
chore: bump version to v0.1.5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jun 10:37
feat: proxy support for gp-cli update, uninstall scripts, plugin owne…

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:06
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

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:41
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

Choose a tag to compare

@github-actions github-actions released this 30 May 08:15
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

Choose a tag to compare

@github-actions github-actions released this 29 May 11:07
feat: add GitHub Actions release workflow, install scripts (macOS/Win…