v2.8.4
eythaann/Seelen-UIv2.8.4Sep 7, 2026by github-actions[bot]
AI Summary
This release introduces a live-updating seekable progress bar for the media player and fixes PWA window grouping issues. It also resolves audio icon display problems and updates various dependencies.
Key Highlights
- Added a seekable progress bar to the media player with live playback position updates.
- Fixed PWA windows (e.g., Firefox PWAs) to group under their parent browser correctly.
- Resolved issues with the Toolbar and Dock maximized window colors API.
- Fixed the muted icon not showing when the default audio device is lost.
New Features
- Live-updating seekable progress bar for media player
Full Release Notes
### enhancements - media player, seekable progress bar with live-updating playback position while playing. ### fix - PWA windows (e.g. Firefox PWAs) grouped under their parent browser instead of being detected as separate apps when the AppUserModelId is assigned after window creation. - Toolbar and dock maximized window colors api. ## What's Changed * build(deps-dev): bump svelte from 5.56.10 to 5.57.0 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1784 * build(deps-dev): bump lefthook from 2.1.10 to 2.1.12 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1782 * build(deps-dev): bump antd from 6.6.1 to 6.6.2 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1781 * build(deps): bump dompurify from 3.4.13 to 3.4.14 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1785 * build(deps): bump arc-swap from 1.9.1 to 1.9.2 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1783 * build(deps-dev): bump fast-uri from 3.1.5 to 3.1.7 by @dependabot[bot] in https://github.com/eythaann/Seelen-UI/pull/1786 * fix(tb): stop showing the muted icon when the default audio device is lost by @z1pp090 in https://github.com/eythaann/Seelen-UI/pull/1775 ## New Contributors * @z1pp090 made their first contribution in https://github.com/eythaann/Seelen-UI/pull/1775 **Full Changelog**: https://github.com/eythaann/Seelen-UI/compare/v2.8.3...v2.8.4