All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- llm_gemini: Updated model profiles to current Gemini lineup
- Added:
gemini-3.1-pro-preview,gemini-3.1-flash-image-preview,gemini-3.1-flash-lite-preview,gemini-3-flash-preview,gemini-3-pro-image-preview - Deprecated profiles retained for backwards compatibility:
gemini-3-pro-preview→ usegemini-3.1-pro-previewgemini-3-pro-image→ usegemini-3-pro-image-previewgemini-2_0-flash→ usegemini-2.5-flashgemini-2_0-flash-lite→ usegemini-2.5-flash-lite
- Standardized profile key naming:
gemini-2.5-*(dot notation) for consistency
- Added:
- Config:
Config.getNodeConfig()now emits warnings when deprecated profiles are used, with migration guidance from the profile'smigrationfield
1.0.3 - 2026-03-01
- Docker image for one-click deploy (#126)
- Performance metrics reset on tab switch (#137)
- Engine crash on malformed pipeline input (#134)
See GitHub Releases for previous release notes.