v4.1.5

onyx-dot-app/onyxv4.1.5Jun 22, 2026by github-actions[bot]

AI Summary

This release focuses on stability and configuration consolidation for version 4.1, addressing bugs in chat processing, authentication, and settings while introducing hooks for branding.

Key Highlights

  • Fixed chat processing indicators to persist until file indexing is complete.
  • Consolidated settings to streamline configuration.
  • Enabled anonymous chat for logged-out users on self-hosted instances.
  • Introduced `logoUrl` derivation in the `useSettings` hook.

New Features

  • Derived `logoUrl` in `useSettings` hook
  • Consolidated settings

Full Release Notes

## What's Changed
* fix(chat): keep processing indicator until user files finish indexing (#12208) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12215
* feat(settings): consolidate settings [v4.1 cherry-pick] by @raunakab in https://github.com/onyx-dot-app/onyx/pull/12203
* fix(auth): serve anonymous chat to logged-out users on self-hosted (#11935) (#12074) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12230
* feat(branding): derive `logoUrl` in `useSettings` hook (#12159) by @raunakab in https://github.com/onyx-dot-app/onyx/pull/12205


**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.1.4...v4.1.5