diff --git a/AutoStartConfirm/Properties/AssemblyInfo.cs b/AutoStartConfirm/Properties/AssemblyInfo.cs index 6fc83db..c396f93 100644 --- a/AutoStartConfirm/Properties/AssemblyInfo.cs +++ b/AutoStartConfirm/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.*")] +[assembly: AssemblyVersion("3.0.*")] diff --git a/CHANGELOG.md b/CHANGELOG.md index 796ea25..222355b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.8811] (2024-02-15) + +### Added +- Search (https://github.com/ChristianGalla/AutoStartConfirm/issues/11) +- Removed services having manual start type from current auto starts + +### Breaking changes +- Removed binary deserializer to improve security + Settings from Auto Start Confirm 1 cannot be imported anymore. + 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. +- Framework dependent version now requires .NET 8 + +### Fixed +- Clicks on toast notification do not open the app window to show messages + + ## [2.1.8572] (2023-06-21) ### Fixed @@ -65,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Base functionality -[Unreleased]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8572...HEAD +[Unreleased]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v3.0.8811...HEAD +[3.0.8811]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8572...v3.0.8811 [2.1.8572]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8571...v2.1.8572 [2.1.8571]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.0.8548...v2.1.8571 [2.0.8548]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v1.1.8368...v2.0.8548 diff --git a/README.md b/README.md index e345104..93e67c7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ There are two versions: Usually, you should download and install **AutoStartConfirmSetup_Standalone.msi**. This version includes all dependencies and can easily be installed on any computer. -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. +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. If multiple programs are using this runtime, it is possible to save disk space having only one central runtime installation. When using this installer, you are responsible for installing the runtime. If it is not installed, the program cannot run.