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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 5.20.0 | 6.8.0 — 29.12.2024
9
+
10
+
***
11
+
12
+
Happy New Year. Team Sophia wishes you the best in the coming year. Hopefully, in a few months we can release the first public preview of `SophiApp 2.0`.
* Changed DNS records for `Comss.one DNS to `195.133.25.16`, `195.133.25.99`. Applicable for Russia only;
20
+
*`StorageSenseTempFiles` & `StorageSenseFrequency` functions merged into one `StorageSense`;
21
+
* Added checkings for `InstallVCRedist` function whether the latest VC Redistributable packages were already installed to skip downloding them;
22
+
* Added checkings for `InstallDotNetRuntimes` function whether the latest .NET 8 and 9 installed;
23
+
* Moved to .NET 8 & 9.
24
+
* Now before configuring any functions related function olicies will be reset in order to avoid situations when a user has a blocked UI features due to harmful tweaks usage.
25
+
* E.g. before `RecycleBinDeleteConfirmation` function will be applied `ConfirmFileDelete` policy will be reset via LGPO.
26
+
* Minor changes;
27
+
* Fixed and improved translations;
28
+
29
+
Thanks to A5, l1ghtovskiy, DirtBikeChad, and Rahul Setia.
30
+
31
+
# Wrapper 2.7.7
32
+
33
+
* Code refactoring;
34
+
* Renamed variable for messagebox saying imported ps1 script needs to be in Sophia Script folder;
35
+
* Fixed LTSC loading differences;
36
+
* Fixed crashing because of StorageSense option, Refactor, CheckFileExists uses entire path internally
0 commit comments