GBC 6.00.05 new features and upgrade notes

A summary of new features and changes in functionality introduced with Genero Browser Client (GBC) 6.00.05. Note the changes you may need to make when moving to this version of the GBC.

Important:

This page covers only those new features introduced with the Genero Browser Client version specified in the page title. Check prior new features pages if you migrate from an earlier version.

For a detailed list of GBC 6.00.05 changes, please refer to the list of fixes on our issue tracker.

Previous new features page: GBC 6.00.04 new features and upgrade notes.

Removal of ColoredWidgetBase.getColorFromStyle()

ColoredWidgetBase no longer includes the getColorFromStyle() method. Replace any calls to getColorFromStyle() in your customization JavaScript files before upgrading.

Branding update

New visual assets have been added to the GBC to reflect the refreshed Genero Enterprise visual identity.

No action is required unless you use a customization project with these assets, in which case you may want to review your customization for consistency with the new branding.

Keyboard accessibility mode

Keyboard accessibility mode lets the browser handle TAB and Shift+TAB navigation, making every interactive element on the page accessible via the keyboard. For more information, go to Keyboard accessibility mode.

AI theme variables and Settings UI changes

AI features are now configured through theme variables. As a result, the following user editable settings have been removed from the GBC Settings window:
  • The AI provider combobox. This is now configured by gbc-ai-default-provider.
  • The AI model input. This is now configured by provider model theme variables.
For more information on configuring AI in GBC, go to GBC Settings.
The following theme variables have been added:
Theme variable Description
gbc-ai-default-provider Provider ID used for AI calls, for example, openai, anthropic.
gbc-ai-rewrite-anthropic-model Anthropic model ID used for rewrite calls.
gbc-ai-rewrite-google-model Google (Gemini) model ID used for rewrite calls.
gbc-ai-rewrite-mistral-model Mistral model ID used for rewrite calls.
gbc-ai-rewrite-ollama-model Ollama model ID used for rewrite calls.
gbc-ai-rewrite-openai-model OpenAI model ID used for rewrite calls.