Version 1.5.0

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-06 21:45:32 +00:00
parent 9ca048fb9d
commit 52603f2deb
6 changed files with 109 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
# IGNY8 Change Log
**Current Version:** 1.4.0
**Last Updated:** January 5, 2026
**Last Updated:** January 6, 2026
---
@@ -9,6 +9,7 @@
| Version | Date | Summary |
|---------|------|---------|
| 1.5.0 | *Planned* | Image Generation System Overhaul, Quality Tier Refinements, Credit Service Enhancements |
| 1.4.0 | Jan 5, 2026 | **Major** - AI Model Architecture Overhaul, IntegrationProvider Model, AIModelConfig with Credit System, SystemAISettings, Django Admin Reorganization |
| 1.3.2 | Jan 3, 2026 | **Major** - Publishing Scheduler, Onboarding Wizard, Content Calendar, Design System Consolidation, Site Dashboard redesign |
| 1.3.1 | Jan 2, 2026 | **Design System Consolidation** - Updated .rules with comprehensive design system & component rules, ESLint enforcement |
@@ -35,6 +36,62 @@
---
## v1.5.0 - Planned
### Upcoming Release: Image Generation System Overhaul
This release will focus on improving the image generation system with better model support, fixed aspect ratios, and enhanced quality tier selection.
---
### 🖼️ Image Generation Improvements (PLANNED)
**Quality Tier Models:**
- **Basic (1 credit):** Hi Dream Full (`runware:97@1`) - Fast, general-purpose diffusion
- **Quality (5 credits):** Bria 3.2 (`bria:10@1`) - Balanced quality
- **Premium (15 credits):** Nano Banana (`google:4@2`) - Highest quality
**Fixed Image Sizes:**
- Featured Image: 1792×1024 (landscape, prominent)
- In-Article Square: 1024×1024
- In-Article Landscape: Model-dependent (1280×768 or 1344×768)
**In-Article Image Pattern:**
- Position 0: Square 1024×1024
- Position 1: Landscape (model-specific)
- Position 2: Square 1024×1024
- Position 3: Landscape (model-specific)
**UI Changes:**
- Removed mobile image options from settings
- Image progress modal width increased
- Unique position constraints for in-article images
---
### 💰 Credit Service Enhancements (PLANNED)
**New Methods:**
- `CreditService.calculate_credits_for_image()` - Model-specific image credit calculation
- `CreditService.calculate_credits_from_tokens_by_model()` - Model-specific token-to-credit conversion
**Improvements:**
- Better fallback to global defaults when model lacks configuration
- Enhanced logging for credit calculations
- Validation for missing `credits_per_image` or `tokens_per_credit`
---
### 📋 Planning Documentation
**New Files:**
- `docs/plans/4th-jan-refactor/IMAGE_MODELS_IMPLEMENTATION_PLAN.md` - Detailed image system implementation plan
- `docs/plans/4th-jan-refactor/REFACTOR-OVERVIEW.md` - Architecture refactor overview
- `docs/plans/4th-jan-refactor/implementation-plan-for-ai-models-and-cost.md` - AI models and cost plan
- `docs/plans/4th-jan-refactor/safe-migration-and-testing-plan.md` - Migration and testing strategy
---
## v1.4.0 - January 5, 2026
### Major Release: AI Architecture Overhaul & Model Configuration System