Skip to content

Releases: Starry-49/image2slides

Image2Slides v1.0.1

07 May 06:04

Choose a tag to compare

Fixes

  • Added a conditional Codex Desktop hook for /image2slides and Image2Slides CLI runs.
  • Hardened native GPT-image-2 provenance: completed/ and background/ now require receipt manifests copied from Codex native generated_images/.../ig_*.png.
  • Added visible Desktop guidance via image2slides guide and required-input intake via image2slides intake.
  • Closed Python dependency declarations for the analysis and QA path.
  • Removed private how2reinforce case artifacts from the published repository.

Verification

  • PYTHONPATH=skills/image2slides/scripts python3 tests/test_image2slides.py
  • node --check hooks/image2slides-native-hook.mjs
  • git diff --check
  • python3 skills/image2slides/scripts/image2slides.py doctor
  • python3 skills/image2slides/scripts/image2slides.py guide --format json
  • npm pack --dry-run

Image2Slides v1.0.0

05 May 07:00

Choose a tag to compare

Highlights

  • Adds source-panel layout boundaries: source_layers are mirrored into non-editable layout_boundaries so editable PPT text stays out of figure panels.
  • Preserves asset-internal labels inside charts, diagrams, schematics, and icons as image content unless the user explicitly asks to extract them.
  • Adds audit-boundaries for main blank-color detection, forbidden-zone/text-fill-zone diagnostics, and overlay generation.
  • Extends QA with content-boundary diagnostics while keeping --boundary-strict opt-in.
  • Documents Codex local plugin deployment in English, Chinese, and Japanese.
  • Bumps plugin/package metadata to 1.0.0 and points homepage metadata at GitHub Pages.

Verification

  • python3 -m py_compile skills/image2slides/scripts/image2slides.py
  • npm test
  • npm run doctor
  • npm pack --dry-run
  • Installed the v1 tarball into ~/.codex/plugins/cache/image2slides-local/image2slides/1.0.0 and ran doctor from that cache.