🆕 What's New & Fixed
- Fixed update source priority to GitHub and removed redundant simultaneous requests
- Fixed
HttpClientsocket exhaustion issues by adding async DNS resolution with timeout. - Fixed UI locking issue after double-clicking the title bar.
- Fixed enabled state for tweaks requiring windows activation.
- Fixed profile avatar icons not displayed correctly.
- Fixed clipping of process/service counts on long OS names.
- Fixed potential memory leak in
FactoryAnimationby ensuringCompletedevent handlers are detached. - Fixed black screen hangs by preventing redundant Explorer restarts and ensuring process exit before relaunch.
- Fixed
FlowPanelitem offsets inEqualizeItemSizemode when handling numerous items. - Fixed Home item randomly reappearing in Explorer after applying tweak
- Added smooth auto-scrolling to selected navigation items and ensured the active button remains visible when the window is resized.
- Added logic to hide Windows Update section when update services are disabled.
- Added System Information page updates:
- Added Refresh Rate display for the primary monitor with real-time updates via event subscription.
- Added Storage usage statistics showing free and used space percentages for all drives including external devices with automatic updates.
- Added Chipset detection via hardware-based reading; while functional on 90% of systems, Not detected may be shown on virtual or specific environments requiring mapping tables.
- Updated
ToggleButtonto unify state handling and improved performance by skipping animations on load. - Updated overlay dialog system using a centralized global manager.
- Updated method checking single instance logic now includes existing window restoration along with a message window.
- Updated hosts blocklist logic to dynamically append missing entries using
HashSetverification and smart padding, ensuring existing system records are preserved while maintaining clean formatting.