v1.11.2
getarcaneapp/arcanev1.11.2Dec 28, 2025by kmendell
AI Summary
Bug fixes for CLI authentication, button layout, and dynamic data fetching on the dashboard.
Key Highlights
- Support for both legacy and new API key headers for agent authentication
- Fixed button flex layout issue
- Restored generate command in built-in CLI
- Fixed dynamic image/container items fetching
Full Release Notes
### Backend - Bug fixes * use both legacy and new api key headers for agent authentication ([#1271](https://github.com/getarcaneapp/arcane/pull/1271) by @kmendell) * button flex 'bouncy' layout issue([51977fc](https://github.com/getarcaneapp/arcane/commit/51977fc0a8cbb58f30afa2ce5e62d00895424bd1) by @kmendell) * add generate command back to built in cli([875a96a](https://github.com/getarcaneapp/arcane/commit/875a96a5ec7519cc4e9e9060ec53bc1399c4c257) by @kmendell) * correctly fetch dynamic image/container items on dashboard([7965948](https://github.com/getarcaneapp/arcane/commit/7965948fc3d726fcd40144d7a9feb568ceb26913) by @kmendell) * allow litteral quotes in oidc env values ([#1272](https://github.com/getarcaneapp/arcane/pull/1272) by @kmendell) **Full Changelog**: https://github.com/getarcaneapp/arcane/compare/v1.11.1...v1.11.2