Releases: eclaire-labs/eclaire
Releases · eclaire-labs/eclaire
v0.4.0
Quick upgrade (Docker)
git fetch --tags
git checkout v0.4.0
docker compose pull
docker compose up -d
Features
- ai: Apple MLX integration with native support for Apple Silicon
- mlx-lm: text inference using MLX
- mlx-vlm: vision model support with multimodal capabilities using MLX
- ai: LM Studio integration for local model inference
- model-cli: enhanced import workflow with provider selection
- Interactive provider selection (MLX-LM, MLX-VLM, LM Studio, Ollama, LlamaCpp, and more)
- Automatic vision capability detection from model metadata
- Smart warnings for incompatible provider/model combinations
- Improved user experience with context-aware prompts
Bug Fixes
- config: use 127.0.0.1 instead of localhost for service URLs to improve compatibility
- model-cli: display modelFullName instead of name in list command
Documentation
- readme: added upgrade section with instructions for updating between versions
CI/CD
- docker: bumped default image tags to 0.4
- workflows: explicit semver values for Docker tags
v0.3.1
Features
- ci/cd: official GHCR image publishing system with Github Actions
CI/CD
- workflows: overhauled CI/CD workflows and Docker build system
- automation: bootstrap GitHub Actions UI on main branch
Security
- deps: upgraded axios, hono, next.js to resolve security advisories
- deps: bumped axios in tools/models-cli to address security advisory
Refactoring
- deps: migrated to zod v4 and removed zod-openapi integration
- deps: removed unused @hono/zod-validator dependency
- deps: upgraded safe dependencies across frontend, backend, and workers
Documentation
- readme: added demo video
- readme: added comprehensive Quick Start guide for running official Docker images
- readme: restructured setup options (Quick Start, Development, Building Docker Locally)
v0.3.0
Features
- repo: publish core application (backend, frontend, workers) to a public repository
- ui: new logo and refreshed theme with light/dark support
- docs: landing page, high-level architecture overview, updated README with quick start
- tooling: setup scripts for local development and maintenance
- security: signed release tags / verified commits support
Refactoring
- repo: standardized naming and layout for public distribution
- config: aligned package metadata and repository information
- deps: locked dependency versions for reproducible builds
Bug Fixes
- ui: responsive layout tweaks; hover state fixes; thumbnail edge cases
- processing: improved reliability of background jobs and streaming updates
- content: fixed malformed character extraction in certain inputs
- docs: improved typography and contrast
Styling
- ui: dashboard polish; asset list counts and filters; detail view status links
Documentation
- api: link API docs to GitHub repository
- contrib: contribution guide and issue/PR templates
- security: clarified vulnerability reporting process in
SECURITY.md
Security
- defaults: safer API key handling and configuration defaults
Maintenance
- integrations: disabled non-essential third-party APIs by default
- cleanup: removed legacy share-target functionality
Media assets (GIF)
media docs(changelog): fix release date for v0.3.0 to 2025-09-29