Skip to content

Latest commit

 

History

History
636 lines (386 loc) · 23.1 KB

File metadata and controls

636 lines (386 loc) · 23.1 KB

CHANGELOG

v1.18.0 (2025-12-23)

Bug Fixes

  • Add pillow and httpx dependencies for compose_images (#104, 4d28122)

  • Address PR review issues for compose_images (#104, 4d28122)

Features

  • Add compose_images tool for image compositing (#104, 4d28122)

v1.17.1 (2025-12-23)

Bug Fixes

  • Use image_urls array for Flux 2 Edit API (534d1e1)

v1.17.0 (2025-12-23)

Features

  • Add image editing tools (remove_background, upscale, edit, inpaint, resize) (ba11278)

v1.16.4 (2025-12-23)

Bug Fixes

  • Update deprecated svd alias to fast-svd-lcm (4c4394c)

v1.16.3 (2025-12-23)

Bug Fixes

  • Remove unrecognized fields from plugin.json (acedd17)

Chores

  • Clean up Claude Code hooks and update startup reminders (c0dc441)

  • Update uv.lock (588223a)

v1.16.2 (2025-12-23)

Bug Fixes

  • Update marketplace.json owner email (9d768d6)

Documentation

  • Add Claude Code plugin installation instructions (c202c7c)

v1.16.1 (2025-12-23)

Bug Fixes

  • Move plugin.json to correct location (9db5a75)

v1.16.0 (2025-12-23)

Features

  • Add Luminary Lane Tools marketplace (1747fff)

v1.15.0 (2025-12-23)

Chores

  • deps: Bump actions/checkout from 4 to 6 (#92, 4215eb3)

  • deps: Bump actions/setup-python from 4 to 6 (#91, ff7db94)

Documentation

  • Add troubleshooting section and update tools list (2de3fcc)

Features

  • Add Claude Code plugin manifest (95a333a)

v1.14.0 (2025-12-22)

Bug Fixes

  • Improve error handling in video-to-video handler (#90, 8cfc5d4)

Features

  • Add video-to-video transformation tool (#90, 8cfc5d4)

v1.13.1 (2025-12-22)

Refactoring

  • Convert server files to thin wrappers using shared handlers (#86, a42888d)

v1.13.0 (2025-12-22)

Bug Fixes

  • Format test_model_registry.py with black (#85, cdcf8bb)

  • Resolve mypy type errors in queue and handlers (#85, cdcf8bb)

Features

  • Fix musicgen alias and extract shared modules (#85, cdcf8bb)

v1.12.1 (2025-12-22)

Bug Fixes

  • Add missing tools to HTTP/SSE transport servers (#81, ba37709)

  • Address code review feedback for PR #81 (#81, ba37709)

Code Style

v1.12.0 (2025-12-22)

Bug Fixes

  • Add transparent fallback warnings when API search fails (#80, 746c846)

  • Resolve mypy type errors by renaming result variable (#80, 746c846)

Features

  • Add intelligent model selection using Fal Platform API (#79) (#80, 746c846)

  • Add intelligent model selection with recommend_model tool and task-aware list_models (#80, 746c846)

v1.11.0 (2025-12-21)

Bug Fixes

  • Add timeout protection and error check to server.py (#78, 69da03d)

  • Address PR review findings for generate_image_from_image (#78, 69da03d)

  • Rename fal_args to img2img_args to fix mypy no-redef error (#78, 69da03d)

Code Style

Features

  • Add generate_image_from_image tool for img2img transformation (#78, 69da03d)

  • Add generate_image_from_image tool for img2img transformation (#65) (#78, 69da03d)

v1.10.0 (2025-12-21)

Bug Fixes

  • Address PR review issues - error handling and logging (#77, 72a15fb)

  • Rename video_result to i2v_result to avoid mypy redefinition error (#77, 72a15fb)

Features

  • Add generate_video_from_image tool for dedicated image-to-video (#77, 72a15fb)

v1.9.0 (2025-12-21)

Bug Fixes

  • Address PR review issues for upload_file tool (#76, 833d76d)

Features

  • Add upload_file tool for uploading local files (#64) (#76, 833d76d)

  • Add upload_file tool for uploading local files to Fal.ai storage (#76, 833d76d)

v1.8.2 (2025-12-21)

Bug Fixes

  • Make image_url optional in generate_video for text-to-video support (#67, 5f27d5f)

v1.8.1 (2025-12-21)

Bug Fixes

  • Add optional video parameters and fix server_dual.py handler (#59, fef5fef)

  • Add prompt parameter to generate_video and update default model (#59, fef5fef)

v1.8.0 (2025-12-21)

Bug Fixes

  • Address PR review feedback for generate_image_structured (#57, 8b52593)

Features

  • Add generate_image_structured tool for detailed AI-friendly prompts (#57, 8b52593)

v1.7.0 (2025-12-20)

Bug Fixes

  • Address PR review feedback for get_usage tool (#53, a241abf)

Features

  • Add get_usage MCP tool for spending reports (#53, a241abf)

v1.6.0 (2025-12-20)

Bug Fixes

  • Add type annotation for httpx params to satisfy mypy (#52, aedbe96)

  • Replace bare Exception catch with specific httpx exceptions (#52, aedbe96)

Features

  • Add get_pricing MCP tool for cost transparency (#52, aedbe96)

v1.5.1 (2025-12-20)

Bug Fixes

  • Add timeout and error handling to subscribe_async calls (#51, bfa5b51)

Refactoring

  • Use subscribe_async for video/music generation (#51, bfa5b51)

v1.5.0 (2025-12-20)

Features

  • image: Add enable_safety_checker and output_format parameters (#50, 6cb8a29)

v1.4.4 (2025-12-20)

Bug Fixes

  • Address PR review feedback for model registry (#45, dbcc245)

  • Correct API response parsing for Fal.ai Platform API (#45, dbcc245)

  • List_models returns fallback legacy aliases when API unavailable (#45, dbcc245)

Code Style

  • Fix Black formatting in model_registry.py (#45, dbcc245)

Documentation

  • Improve Docker setup instructions with clear steps (25b1b4d)

v1.4.3 (2025-12-20)

Bug Fixes

  • Correct uvx command syntax in README and .mcp.json (e2bf532)

Documentation

  • Add documentation section to README with direct links (d0e13ac)

v1.4.2 (2025-12-20)

Bug Fixes

  • docs: Use correct Rouge class names for code block styling (#40, 88617c2)

v1.4.1 (2025-12-20)

Bug Fixes

  • docs: Properly style Rouge syntax highlighter code blocks (#38, 2c3331c)

v1.4.0 (2025-12-20)

Features

  • docs: Add custom header with modern navigation design (#37, 6bbc52a)

v1.3.2 (2025-12-20)

Bug Fixes

  • Move stylesheet to correct path for minima theme (#36, 6d40cf6)

Testing

  • Update assets test for new stylesheet location (#36, 6d40cf6)

v1.3.1 (2025-12-20)

Bug Fixes

  • Repair GitHub Pages Jekyll configuration (#35, 9b7ab27)

Chores

  • Add Dependabot configuration for automated updates (#27, e880598)

  • Upgrade Docker image to Python 3.13 with dynamic paths (#33, 76453e7)

  • deps: Bump actions/configure-pages from 4 to 5 (#29, 7d4f78c)

  • deps: Bump actions/upload-pages-artifact from 3 to 4 (#30, 565251f)

  • deps: Bump docker/build-push-action from 5 to 6 (#31, 7cd964b)

Testing

  • Make Docker tests version-agnostic (#33, 76453e7)

v1.3.0 (2025-12-19)

Bug Fixes

  • Use PAT for release workflow to bypass branch protection (#25, 2b4d503)

Chores

  • Add .serena/ to gitignore (cb2eb8b)

  • Update uv.lock for dependency upgrades (#26, 49da0c9)

  • Upgrade dependency minimum versions (#26, 49da0c9)

Continuous Integration

  • Add CODEOWNERS for automatic reviewer assignment (ffb3074)

Features

  • Add uvx support and fix PyPI publishing (264d0af)

v1.2.0 (2025-12-19)

Bug Fixes

  • Add missing asset directories for documentation (#11, b4556d1)

  • Add proper logging and fix mypy type errors (42acd30)

  • Add pyyaml to dev dependencies for documentation tests (#11, b4556d1)

  • Check only commit subject for skip-release marker (685d08a)

  • Fix Docker CMD to expand environment variables (7ee4c7a)

  • Fix ruff linting issues in test_docs.py (#11, b4556d1)

  • Format test_docs.py with black (#11, b4556d1)

  • Make Docker volume test more portable (936a789)

  • Remove unused imports (ae9b40a)

  • Resolve linting issues (8d18386)

  • Split Docker tests for CI compatibility (0a6f011)

  • Update Docker documentation with GitHub Packages info and rename to lowercase (#13, f2cc106)

  • Update Docker tests for reliability (0691037)

Chores

  • Update MCP server config and remove Cline rules files (ce9eb38)

Code Style

Continuous Integration

  • Add automated semantic release and Docker versioning (581c11e)

  • Add comprehensive Docker integration tests (190e80d)

Documentation

  • Add MCP directory submission documentation (#12, b62d87c)

  • Document Docker environment variables in README (212cac9)

  • Update documentation to highlight Docker image availability on GitHub Packages (#11, b4556d1)

  • Update README for dynamic model discovery feature (b8ebd8f)

  • Update README with Docker installation and badges (#14, 5d91466)

Features

  • Add Docker support with multi-transport capabilities (96abbeb)

  • Add dynamic model discovery from Fal.ai API (#16, 83453d8)

  • Add GitHub Pages documentation site with SEO (#11, b4556d1)

  • Add GitHub Pages documentation site with SEO optimization (#11, b4556d1)

Testing

  • Add comprehensive Docker integration tests (f35e312)

v0.3.0 (2025-09-02)

v0.2.1 (2025-09-02)

v0.2.0 (2025-09-02)

v1.1.0 (2025-08-28)

v0.1.0 (2025-08-28)

  • Initial Release