TinyShip 1.5.0 Released
This version introduces powerful AI image generation capabilities, enhanced credit system for both chat and image generation, improved logo configuration, and important dependency updates.
✨ Core Additions
AI Image Generation: Complete image generation system with support for multiple AI providers
- Qwen (Alibaba Cloud)
- FAL (Fal.ai)
- OpenAI (DALL-E)
Credit-Based Pricing: Flexible pricing model for image generation with per-model cost configurations
Enhanced Credit System: Unified credit system supporting both chat and image generation with flexible pricing
Logo Configuration: Enhanced logo configuration options allowing customization of icon URL, full logo URL, and CSS classes across applications
🎯 AI Image Generation Features
Multi-Provider Support: Seamlessly switch between different AI image generation providers through configuration
Per-Model Cost Configuration: Configure different credit costs for different image generation models
Unified API: Consistent interface for image generation regardless of the underlying provider
🔧 Technical Highlights
Image Generation Library: New @libs/ai/image module providing unified image generation interface
Credit Integration: Image generation automatically consumes credits based on configured pricing
Logo Configuration: Centralized logo configuration in config.ts with support for:
- Custom icon URL
- Full logo URL
- CSS classes for styling
Dependency Updates:
better-authupgraded to version 1.4.10 with refactored password reset methodsvee-validateupgraded to version 5.0.0-beta.0 with removed Zod integration from forms
⚠️ Breaking Changes
better-auth Password Reset: Password reset methods have been refactored. If you have custom password reset implementations, please review the updated API.
vee-validate Forms: Zod integration has been removed from forms. If you're using Zod schemas with vee-validate, you'll need to migrate to vee-validate's native validation or use Zod separately.