v2.4.4
eythaann/Seelen-UIv2.4.4Oct 6, 2025by github-actions[bot]
AI Summary
Adds an emergency shortcut to stop the process, optimizes resource embedding via YAML files, and fixes issues with battery detection and IPC messages.
Key Highlights
- Add emergency shortcut to stop Seelen process
- Improve development ecosystem of resources via embedding of yaml files
- Discord RPC now is disabled by default
- Fix IPC messages corrupted on encode/decode
New Features
- Emergency shortcut (Ctrl+Win+Alt+K)
- YAML file embedding
- Discord RPC disabled by default
Full Release Notes
### features - add emergency shortcut to stop seelen process (Ctrl + Win + Alt + K). ### enhancements - improve development ecosystem of resources via embedding of yaml files. - allow open dev tools on release builds. - optimize window movement animations. - don't show version warning if target version is not present. ### fix - not considering multiple batteries on setups. - app not forcing restart on pc sleep/resume. - app/service ipc messages corrupted on encode/decode. - window manager animations enable logic. - window manager not forcing size of windows on tiling. - wallpaper paused while using Alt + Tab. - stucked menus on extreme performance mode. - stucked inline items after being dragged on toolbar. ### refactor - move core library to main repository. - remove app tray icon registration. - remove windows tray icons related code. - discord RPC now is disabled by default. ## What's Changed * Added NEON intrinsics by @vld-b in https://github.com/eythaann/Seelen-UI/pull/1179 ## New Contributors * @vld-b made their first contribution in https://github.com/eythaann/Seelen-UI/pull/1179 **Full Changelog**: https://github.com/eythaann/Seelen-UI/compare/v2.4.3...v2.4.4