Skip to content

Releases: Synalix/ReWindows

ReWindows 0.1.2

05 Apr 23:00

Choose a tag to compare

v.0.1.2

Bug Fixes

Fixed background style buttons not applying gradient changes live, gradient now updates immediately on click
Fixed Animations Off tweak silently doing nothing (replaced GetDword with SetString)
Fixed Sticky Keys tweak silently doing nothing (replaced GetDword with SetString)

New Tweaks (33 total, up from 24)

System: Disable AutoPlay, NumLock on at Startup, Prevent Update Auto-Reboot

Privacy: Disable Background Apps, Disable Remote Assistance, Disable Cloud Clipboard Sync

Performance: Disable SysMain, Disable Search Indexing, Disable Delivery Optimization
Internal

Added CI version-check workflow for releases

Full Changelog: 0.1.1...0.1.2

ReWindows 0.1.1

04 Apr 21:17

Choose a tag to compare

v0.1.1
Bug Fixes
Background style buttons: Fixed gradient not updating when switching styles. BackgroundAnimationEnabled was being set before BackgroundStyle, causing SukiUI to reset the animation. Now set in the correct order.
Disable Animations tweak: Fixed tweak having no effect. MinAnimate is a string registry value (REG_SZ), not a DWORD. Was being written as the wrong type and silently ignored by Windows.
Search text performance: Removed a spurious OnPropertyChanged call for IsOnDebloatPage that fired on every keystroke despite having no relation to search text.

Notes
Background styles are only visible in dark mode

ReWindows 0.1.0

27 Mar 23:17

Choose a tag to compare

ReWindows v0.1.0 – Initial Release