Releases: FlanChanXwO/pixiv-cli
Releases · FlanChanXwO/pixiv-cli
Release list
v0.8.0
English
Breaking changes
- Reworked the public SDK download and construction APIs, type-safe configuration API, and CLI/MCP download inputs around explicit options and concurrency. (
3145bf3)
Added
- Added persistent download-cache revalidation and resume, ordered batch results, artwork/user/CDN references, APNG support, canonical records, pools, feeds, and cross-machine OAuth callback relay configuration. (
3145bf3)
Fixed
- Restored the browser success and failure result pages for cross-machine authentication. (
3145bf3)
Documentation
- Clarified the Pixiv ecosystem positioning and product-skill guidance. (#35)
Maintenance
- Made documentation-only pull requests and main pushes use the focused documentation contract gate. (#36)
Full Changelog: v0.7.2...v0.8.0
简体中文
破坏性变更
- 围绕显式选项和并发,重构公开 SDK 下载与构造 API、类型安全配置 API,以及 CLI/MCP 下载输入。 (
3145bf3)
新增
- 新增持久下载缓存重验证与续传、有序批量结果、作品/用户/CDN 引用、APNG 支持、规范记录、收藏夹、动态和跨设备 OAuth 回调 relay 配置。 (
3145bf3)
修复
- 恢复跨设备认证的浏览器成功与失败结果页。 (
3145bf3)
文档
- 明确 Pixiv 生态定位和产品 Skill 使用指引。 (#35)
维护
- 让纯文档 PR 和 main 推送使用聚焦的文档契约门禁。 (#36)
完整变更:v0.7.2...v0.8.0
v0.7.2
English
Fixed
- Made SkillHub publication work for recovered Releases by handing off and revalidating the exact immutable tag, and stabilized the recovery and installer test fixtures. (
1a40630,c68f63f,e1cf5c9,fd0443c)
Full Changelog: v0.7.1...v0.7.2
简体中文
修复
- 通过交接并重新验证精确不可变 tag,使 SkillHub 发布支持恢复后的 Release,并稳定恢复与安装器测试 fixture。 (
1a40630,c68f63f,e1cf5c9,fd0443c)
完整变更:v0.7.1...v0.7.2
v0.7.1
English
Changed
- Clarified Pixiv Premium search requirements and refreshed local account feedback, configuration creation, and operation-log presentation. (#34)
Fixed
- Triggered SkillHub publication from completed releases, accepted its community review status, and skipped unchanged product skills. (#31, #32, #33)
Maintenance
- Prepared the v0.7.1 release metadata. (
ab3a89b)
Full Changelog: v0.7.0...v0.7.1
简体中文
变更
- 明确 Pixiv Premium 搜索要求,并更新本地账号反馈、配置创建和操作日志呈现。 (#34)
修复
维护
- 准备 v0.7.1 发布元数据。 (
ab3a89b)
完整变更:v0.7.0...v0.7.1
v0.7.0
English
Added
- Added verified release-source alternatives, official Pixiv URL input support, typed illustration query results, richer App search filters, and tagged SkillHub publication. (#30)
Changed
- Standardized proxied updater precedence and download JSON outcome reporting. (#30)
Full Changelog: v0.6.0...v0.7.0
简体中文
新增
- 新增已验证发布源备选项、官方 Pixiv URL 输入支持、类型化图像查询结果、更丰富的 App 搜索筛选和基于 tag 的 SkillHub 发布。 (#30)
变更
- 统一代理更新器优先级和下载 JSON 结果报告。 (#30)
完整变更:v0.6.0...v0.7.0
v0.6.0
English
Breaking changes
- Centralized persistent application data under the current user's
.pixiv-clidirectory. (352a2f0)
Added
- Added authenticated novel and user search workflows, plus complete Japanese SDK and MCP references. (
2f414ac,60bd6b4)
Fixed
- Stabilized proxied resource downloads, pagination guidance, and desktop OAuth callback behavior. (#29)
Maintenance
- Prepared the v0.6 release metadata and authenticated release E2E gate. (
b0c6ad1)
Full Changelog: v0.5.0...v0.6.0
简体中文
破坏性变更
- 将持久化应用数据集中到当前用户的
.pixiv-cli目录。 (352a2f0)
新增
修复
- 稳定代理资源下载、分页引导和桌面 OAuth 回调行为。 (#29)
维护
- 准备 v0.6 发布元数据和已认证发布 E2E 门禁。 (
b0c6ad1)
完整变更:v0.5.0...v0.6.0
v0.5.0
English
Breaking changes
- Standardized CLI and MCP language, search inputs, diagnostics, and local-file MCP download delivery. (
27c151b,7249b1d,8502851)
Added
- Added daily redacted operation logs, page and quality download options, canonical artwork URLs, verified ugoira metadata, and all App API ranking modes. (
907fe1b,ecfc1ee,bc00211)
Fixed
- Restored authenticated R18 reads, made search filtering and login completion reliable, and closed log writers at command completion. (
8a172da,1030531,1e01b74,79c14ac)
Documentation
- Updated CLI, MCP, and product-skill documentation for the App API search and UX changes. (
1ffad53)
Maintenance
- Moved end-to-end coverage to its top-level layout and prepared the v0.5 release metadata. (
02fe9f5,3053df6)
Full Changelog: v0.4.5...v0.5.0
简体中文
破坏性变更
新增
修复
文档
- 更新 App API 搜索和交互变化对应的 CLI、MCP 与产品 Skill 文档。 (
1ffad53)
维护
完整变更:v0.4.5...v0.5.0
v0.4.5
English
Fixed
- Made Linux Homebrew staging verification install a real local staging tap in a short-lived pinned container, retaining build paths, resources, and source debug symbols inside the supported prefix. (#23, #25, #26, #27)
Maintenance
Full Changelog: v0.4.4...v0.4.5
简体中文
修复
- 让 Linux Homebrew staging 验证在短生命周期的固定容器内安装真实本地 staging tap,并将构建路径、资源和源码调试符号保留在受支持前缀内。 (#23, #25, #26, #27)
维护
完整变更:v0.4.4...v0.4.5
v0.4.4
English
Fixed
- Kept Linux Homebrew staging build paths inside the Homebrew prefix to avoid cross-filesystem FileUtils EINVAL failures. (#21)
Maintenance
- Prepared the v0.4.4 release metadata. (#22)
Full Changelog: v0.4.3...v0.4.4
简体中文
修复
- 将 Linux Homebrew staging 构建路径保留在 Homebrew 前缀内,以避开跨文件系统的 FileUtils EINVAL 失败。 (#21)
维护
- 准备 v0.4.4 发布元数据。 (#22)
完整变更:v0.4.3...v0.4.4
v0.4.3
English
Fixed
- Moved Linux Homebrew validation to a runner-private temporary directory so staging installation avoids EINVAL failures. (#19)
Maintenance
- Prepared the v0.4.3 release metadata. (#20)
Full Changelog: v0.4.2...v0.4.3
简体中文
修复
- 将 Linux Homebrew 验证移至 runner 私有临时目录,使 staging 安装避开 EINVAL 失败。 (#19)
维护
- 准备 v0.4.3 发布元数据。 (#20)
完整变更:v0.4.2...v0.4.3
v0.4.2
English
Breaking changes
- Removed legacy auth and token inputs and established the App API-first authenticated search contract. (#14)
Added
- Added standalone installers, secure auth import/export bundles, complete illustration search filters, matching MCP tools, and the product skill with multilingual public documentation. (#14)
Fixed
- Preserved Windows installer line endings and the Linux release ABI baseline. (#17)
Maintenance
- Prepared the corrected v0.4.2 release metadata after the earlier unpublished tags. (#18)
Full Changelog: v0.4.1...v0.4.2
简体中文
破坏性变更
- 移除旧版认证和 token 输入,并确立 App API 优先的已认证搜索契约。 (#14)
新增
- 新增独立安装器、安全认证导入/导出 bundle、完整图像搜索筛选、对应 MCP 工具以及含多语言公开文档的产品 Skill。 (#14)
修复
- 保留 Windows 安装器换行符并保持 Linux 发布 ABI 基线。 (#17)
维护
- 在此前未公开的 tag 之后准备修正后的 v0.4.2 发布元数据。 (#18)
完整变更:v0.4.1...v0.4.2