Changes compared to the previous beta, v0.108.0-b.59. See CHANGELOG.md for all changes.
Warning
This beta includes a fix for a specific issue caused by changes related to #7314 that broke the update process. In short, if you've updated to v0.108.0-b.59 on Windows, this may have caused AdGuard Home to restrict itself from running by setting incorrect permissions on the binary. This release should fix this behavior, but for those who have encountered this problem, the following steps should help:
-
Go to the AdGuard Home working directory, right click on
AdGuardHome.exe
, choose "Properties"; -
go to "Security" tab, click "Advanced";
-
click "Continue" (it requires Administrator rights);
-
choose the "Administrators" group, click "Edit";
-
click "Show advanced permissions";
-
tick "Traverse folder / Execute file" and "Full control", save the changes.
After that the binary should become executable from PowerShell with Administrator rights.
Full changelog
Security
- The release executables are now signed.