Skip to content

Commit 73a8b72

Browse files
authored
Update CHANGELOG.md
1 parent e09f976 commit 73a8b72

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 5.14.0 | 6.2.0 — 09.10.2022
9+
10+
* Moved from `PolFileEditor.dll` to [LGPO.exe](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/lgpo-exe-local-group-policy-object-utility-v1-0/ba-p/701045) from Microsoft;
11+
* It lets manually created policies keys in registry be visible in gpedit.msc snap-in by re-building policy cache by official way;
12+
* So all functions that rely on policy will be visible in the snap-in for you;
13+
* The `UpdateLGPEPolicies` was edited to be suitable for a new method based on LGPO.exe;
14+
* Commented out be default now.
15+
* Added a new function `Cursors`
16+
17+
![img](https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/i/1d4615ed-fd22-417b-970a-753c792ac85b/densjkc-0b04ea68-6347-456b-ab8a-3e6dc03ebc02.jpg)
18+
19+
* Lets you to install free (light and dark) "Windows 11 Cursors Concept v2" cursors from [Jepri Creations](https://www.deviantart.com/jepricreations/art/Windows-11-Cursors-Concept-v2-886489356) on-the-fly;
20+
* Default option is `Dark`.
21+
* The `InstallVCRedist` function now installs both x86 and x64 `Visual C++ Redistributable 2015–2022` packages;
22+
* Fixed bug in the `Windows Cleanup` scheduled task for cleaning Windows. If you applied this function in 6.1.5 release, re-apply in again using this release, unless the task won't run at all.
23+
* [How-to](https://github.com/farag2/Sophia-Script-for-Windows#how-to-run-the-specific-functions) call specific function
24+
25+
```powershell
26+
Sophia -Functions "CleanupTask -Register"
27+
```
28+
29+
* Minor changes.
30+
831
## 5.13.5 | 6.1.5 — 09.10.2022
932

1033
* Added a temp workaround to check whether `PolFileEditor.dll` assembly was loaded due to even it was unblocked for SmartScreen before, it's blocked for loading into PowerShell session;

0 commit comments

Comments
 (0)