# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Zapier integration (coming soon).


## [1.2.0] - 2026-02-23

### Added

- Configuration endpoints: `GET /auth/config/ai_voice_options`, `ai_avatar_options`, `music-library`, `video_tags` — retrieve available options for use in project creation.
- Workspace endpoints: list projects, update workspace name.
- Branding endpoints: `GET` and `PUT /auth/branding/entity` for managing logo, colors, company info, and pronunciations.
- Asset management endpoints: upload, delete, move, rename assets, and create folders.
- Project endpoints: `GET` and `DELETE /auth/project/{projectId}`.
- New `CreateProjectRequest` fields: `webhook`, `additionalParams`, `toAutoEnhance`, `toAutoExport`, `aiAvatarSettings`, `videoSourcesPipeline`, `imagesSourcePipeline`, and full `customTemplate` support (assets, flexibility, fonts, per-scene overrides).


### Fixed

- Corrected project creation status endpoint response — returns `{ status }` (`STRUCTURE`, `GENERATING_IMAGES`, `DONE`), not `{ projectId }`.
- Corrected workspace update path to `PUT /auth/organization/{organizationId}/workspace/{workspaceId}`.


### Docs

- Rewrote Quickstart with accurate endpoint paths and end-to-end examples.
- Added guides for video generation, enhancement, export, and template usage.
- Removed stale placeholder content.


## [1.0.0] - 2024-03-12

### Initial Release

- **Shuffll API**: Launched the **Shuffll API**, enabling programmatic access to AI-powered video creation, automated branding, and seamless video production at scale.
- **Make.com Integration**: Added support for **Make.com**, allowing users to build **drag-and-drop marketing automations** that generate and distribute videos effortlessly.
- **Webhooks**: Introduced **webhook support**, allowing real-time event notifications for streamlined video creation workflows.