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
- Removed services having manual start type from current auto starts
17
+
18
+
### Breaking changes
19
+
- Removed binary deserializer to improve security
20
+
Settings from Auto Start Confirm 1 cannot be imported anymore.
21
+
If Auto Start Confirm 1 is installed and migrating to a newer version is planned, first install and start an Auto Start Confirm 2 version to automatically migrate settings to the new XML format.
22
+
- Framework dependent version now requires .NET 8
23
+
24
+
### Fixed
25
+
- Clicks on toast notification do not open the app window to show messages
26
+
27
+
12
28
## [2.1.8572] (2023-06-21)
13
29
14
30
### Fixed
@@ -65,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ There are two versions:
39
39
40
40
Usually, you should download and install **AutoStartConfirmSetup_Standalone.msi**. This version includes all dependencies and can easily be installed on any computer.
41
41
42
-
The installer **AutoStartConfirmSetup_FrameworkDependent.msi** includes all dependencies except the [.NET Desktop Runtime 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) and is therefore much smaller.
42
+
The installer **AutoStartConfirmSetup_FrameworkDependent.msi** includes all dependencies except the [.NET Desktop Runtime 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and is therefore much smaller.
43
43
If multiple programs are using this runtime, it is possible to save disk space having only one central runtime installation.
44
44
When using this installer, you are responsible for installing the runtime. If it is not installed, the program cannot run.
0 commit comments