v2.7.4

lyogavin/airllmv2.7.4Jun 29, 2026by github-actions[bot]

AI Summary

Fixes UI inconsistencies, improves developer QoL, and resolves bugs related to widget positioning and localization.

Key Highlights

  • Fixed default theme inconsistencies.
  • QoL improvements for widget developers.
  • Support for disabled attribute on standard styled components.
  • Fixed widgets fitting into monitor bounds when restoring position.
  • Fixed language detection not preserving regional variants.

New Features

  • Disabled attribute support for styled components.
  • QoL improvements for widget developers.
  • Fixed non-interactable windows in workspace command.
  • Fixed i18n English fallback loading.
  • Fixed edit of readonly shortcuts when devtools is active.

Full Release Notes

### enhancements

- default theme inconsistencies.
- QoL improvements for developers of widgets.
- add support for disabled attribute on the standard styled components library.

### fix

- widgets not fitting into monitor bounds when restoring last position.
- non-interactable windows being added to a workspace when using send to workspace command.
- language detection not preserving regional variants (e.g. `pt-BR`, `zh-CN`) when supported.
- i18n English fallback not loading when the initial locale was not English.
- edit of readonly shortcuts not working when devtools - unlock shortcuts is true.

## What's Changed
* build(deps-dev): bump svelte from 5.56.3 to 5.56.4 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1667
* build(deps): bump react-router from 7.15.1 to 7.18.0 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1665
* build(deps-dev): bump framer-motion from 12.40.0 to 12.41.0 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1668


**Full Changelog**: https://github.com/eythaann/Seelen-UI/compare/v2.7.3...v2.7.4