All notable changes to the Prompt Babbler project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial project scaffold with .NET 10 backend and React 19 frontend
- Speech-to-text transcription via Azure AI Speech Service with WebSocket streaming
- Prompt generation via Azure OpenAI LLM with streaming (SSE)
- LLM settings management (endpoint, API key, deployments)
- Babble management (create, read, update, delete) with localStorage
- Template management with built-in and custom templates
- Aspire AppHost orchestration
- CI/CD pipeline with GitHub Actions