You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore original hosts file. A new "Restore original" button on the DNS & Hosts tab reverts the system hosts file to the pristine backup taken before SysManager first modified it.
Fixed
Hosts file backup no longer destroys the pristine original.SaveHosts previously copied the current hosts file over hosts.bak on every save with overwrite: true, so after the first save the backup already held SysManager's own output — the real original was lost and restore was impossible. The backup is now written only once (when none exists), preserving the true pre-SysManager file.
DNS and hosts changes now require confirmation. Applying a DNS preset and overwriting the system hosts file each prompt with DialogService.Confirm first, stating exactly what will change and how to revert. Declining makes no system change.
Changed
HostsFileService gained a path-injection constructor (used only for testing) and HasBackup / RestoreBackup members backing the new restore flow.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
SysManager 1.20.0 is out!
Download from GitHub Releases
[1.20.0] - 2026-06-08
Added
Fixed
SaveHostspreviously copied the current hosts file overhosts.bakon every save withoverwrite: true, so after the first save the backup already held SysManager's own output — the real original was lost and restore was impossible. The backup is now written only once (when none exists), preserving the true pre-SysManager file.DialogService.Confirmfirst, stating exactly what will change and how to revert. Declining makes no system change.Changed
HostsFileServicegained a path-injection constructor (used only for testing) andHasBackup/RestoreBackupmembers backing the new restore flow.Verify the download
Expected SHA256:
4930ED40D577F0426FDFFD09308452036AEC5243228B268F73CB35203441DAF9Beta Was this translation helpful? Give feedback.
All reactions