This commit is contained in:
IGNY8 VPS (Salman)
2026-01-17 16:11:31 +00:00
parent d3b3e1c0d4
commit ccb5b1d26d
9 changed files with 381 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
# IGNY8 Change Log
**Current Version:** 1.7.1
**Last Updated:** January 11, 2026
**Current Version:** 1.8.0
**Last Updated:** January 17, 2026
---
@@ -9,6 +9,12 @@
| Version | Date | Summary |
|---------|------|---------|
| 1.8.0 | Jan 17, 2026 | **Major** - Unified Settings Consolidation: AI & Automation settings merged into Site Settings > Automation tab; Navigation Refactor Complete; Automation Overview & Run Detail pages; Publishing & Scheduling UX improvements; Skip Stage configuration; Content Calendar fixes |
| 1.7.6 | Jan 15, 2026 | **Navigation Refactor Complete** - Complete sidebar restructure, new Automation Overview page, Publish Settings page, Content Calendar improvements |
| 1.7.5 | Jan 14, 2026 | **Automation Overview** - New dashboard for automation runs, detailed run history, real-time progress tracking |
| 1.7.4 | Jan 13, 2026 | **Publishing & Scheduling UX** - Phase 1-6 implementation, Content Calendar fixes, auto-approval/publish workflows |
| 1.7.3 | Jan 12, 2026 | **Skip Stage Configuration** - Ability to skip individual stages, stage-level controls, budget allocation per stage |
| 1.7.2 | Jan 11, 2026 | **Bug Fixes & Planner/Writer Filters** - Filter fixes across all pages, metrics improvements, keyword library enhancements |
| 1.7.1 | Jan 11, 2026 | **Bug Fixes & Improvements** - SeeDream AI image model integration, Image generation credit fixes, Widget improvements, Template optimizations, Phase 4 completion (Email/Notifications QA) |
| 1.7.0 | Jan 10, 2026 | **Major** - Pre-Launch Cleanup Complete (Phases 1, 5, 6): Code cleanup, UX improvements, data backup tools; WordPress plugin distribution system; Template design improvements; AI model fixes |
| 1.6.2 | Jan 8, 2026 | **Design Refinements** - Updated marketing site gradients to brand colors (primary + success), reduced shadow weights, simplified automation icons, added Upcoming Features page |
@@ -41,6 +47,175 @@
---
## v1.8.0 - January 17, 2026
### Unified Settings Consolidation & Navigation Refactor Complete
This major release consolidates all AI, Automation, and Publishing settings into a unified interface within Site Settings. The Navigation Refactor is now complete with streamlined sidebar navigation and improved user workflows.
---
### 🔧 Settings Consolidation
**Unified Automation Tab in Site Settings:**
- New `AIAutomationSettings` component consolidating all automation controls
- Three-card layout: Automation Schedule, Content Publishing, Image Generation
- Stage Configuration matrix with per-stage controls (batch size, limit, model, budget)
- Schedule & Capacity cards showing publishing days, time slots, and calculated capacity
- Help cards explaining Publishing workflow, Stage Configuration, and Schedule settings
**Removed Standalone Pages:**
- `/automation/settings` (PipelineSettings) - Now redirects to Site Settings > Automation tab
- `/publisher/settings` (PublishSettings) - Integrated into Automation tab
- AI Settings tab removed from Site Settings (text AI overrides removed from user control)
**Backend Unified Settings API:**
- New endpoint: `GET/PUT /api/v1/integration/sites/{site_id}/unified-settings/`
- Consolidates AutomationConfig, PublishingSettings, and stage configurations
- Computed capacity properties (daily, weekly, monthly)
- Stage-level `per_run_limit` and `use_testing` fields
---
### 🧭 Navigation Refactor Complete
**Sidebar Changes:**
- Publisher dropdown: Removed "Publish Settings" (now in Site Settings)
- Automation dropdown: Removed "Settings" link (now in Site Settings)
- Cleaner navigation with fewer redundant pages
**Route Changes:**
- `/automation/settings` → Redirects to `/sites/settings?tab=automation`
- `/publisher/settings` → Removed (404)
---
### 🚀 Automation Overview & Run Details
**New Automation Overview Page (`/automation/overview`):**
- Dashboard showing recent automation runs
- Pipeline status overview with stage counts
- Quick access to Run Now and Settings
**Enhanced Run Detail Page (`/automation/runs/:runId`):**
- Detailed stage-by-stage progress visualization
- Real-time log streaming
- Credit usage tracking per stage
- Initial snapshot comparison
---
### 📅 Publishing & Scheduling UX (Phases 1-6)
**Content Calendar Improvements:**
- Fixed calendar grid display issues
- Better date selection and slot visualization
- Improved drag-and-drop scheduling
**Auto-Approval & Auto-Publish Workflows:**
- Clear visual indicators for automation status
- Toggle controls in unified settings
- Capacity calculation based on days × time slots
---
### ⚙️ Stage Configuration Enhancements
**Per-Stage Controls:**
- `enabled` - Toggle individual stages on/off
- `batch_size` - Items processed together
- `per_run_limit` - Maximum items per automation run (0 = all)
- `use_testing` - Use test AI model instead of production
- `budget_pct` - Credit budget allocation percentage
**Skip Stage Support:**
- Stages can be disabled individually
- Local stages (Ideas→Tasks, Review→Approved) clearly marked
---
### 🐛 Bug Fixes
- Fixed SelectDropdown width issues (icon bleeding outside box)
- Fixed stage configuration table column widths
- Fixed frequency/run time layout in automation card
- Fixed Next Run info display always visible
- Filter fixes across Planner/Writer pages
- Metrics widgets showing correct totals
---
## v1.7.6 - January 15, 2026
### Navigation Refactor Complete
**Frontend Navigation:**
- Complete sidebar restructure with logical groupings
- New Automation Overview page with run history
- Publish Settings page (later consolidated in v1.8.0)
- Content Calendar improvements
**Commit:** `501a2694` - NAVIGATION_REFACTOR COMPLETED
---
## v1.7.5 - January 14, 2026
### Automation Overview Implementation
**New Features:**
- Automation Overview dashboard (`/automation/overview`)
- Run history with detailed status tracking
- Real-time progress monitoring
- Enhanced CurrentProcessingCardV2
**Commits:** `6b1fa0c1`, `0435a5cf` - automation overview page implementation
---
## v1.7.4 - January 13, 2026
### Publishing & Scheduling UX (Phases 1-6)
**Implementation:**
- Phase 1-3: Core scheduling infrastructure
- Phase 4-6: Content Calendar fixes and UX improvements
- Auto-approval and auto-publish workflows
- Scheduling time slots configuration
**Commits:** `1f0a31fe`, `7e8d667e`, `cf755b23` - Publishing and scheduling implementation
---
## v1.7.3 - January 12, 2026
### Skip Stage Configuration
**Features:**
- Ability to enable/disable individual stages
- Stage-level batch size and limit controls
- Budget allocation per AI stage
- Test vs Live model selection per stage
**Commit:** `97f5ff81` - skip stage configured and working
---
## v1.7.2 - January 11, 2026
### Bug Fixes & Planner/Writer Filters
**Fixes:**
- Filter fixes for all Planner/Writer pages
- Metrics showing correct totals
- Keyword library improvements
- Primary keyword column in Ideas
- Drafts page error fixes
**Commits:** `a8309078`, `51292bb1`, `cb2d1095`, `d2fc5b1a` - filter and UI fixes
---
## v1.7.1 - January 11, 2026
### Bug Fixes, Improvements, and Phase 4 Completion