v2.4.6
eythaann/Seelen-UIv2.4.6Nov 17, 2025by github-actions[bot]
AI Summary
Removes the export resource button, remakes the WM UI from React to Svelte (reducing RAM usage), and removes native shell hooks in favor of Win32 hooks via DLLs.
Key Highlights
- Remake WM UI from React to Svelte (reduced 10MB RAM usage)
- Remove native shell window hook, instead use win32 hooks via DLLs
- Fix memory leak on long sessions
- Fix infinity switching loop on workspaces
New Features
- React to Svelte WM rewrite
- Win32 hook DLLs implementation
Full Release Notes
### features - add new cli command to bundle resources. - allow close window using middle click on dock item preview. ### refactor - remove export resource button from settings. - remake wm ui from react to svelte (this reduced 10mb of ram usage). - remove native shell window hook, instead use win32 hooks via dlls. ### fix - infity switching loop on workspaces. - memory leak on long sessions. - external links not working. - wallpaper manager corner barder radius. - windows overlaping the toolbar and dock when autohide is disabled. - Power Menu not showing corrently on multiple monitors (#1266). **Full Changelog**: https://github.com/eythaann/Seelen-UI/compare/v2.4.5...v2.4.6