Skip to content

Commit 368efdb

Browse files
release: bump version to 3.0
1 parent 4e8473d commit 368efdb

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

AutoStartConfirm/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@
5151
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
5252
// indem Sie "*" wie unten gezeigt eingeben:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("2.2.*")]
54+
[assembly: AssemblyVersion("3.0.*")]

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111

12+
## [3.0.8811] (2024-02-15)
13+
14+
### Added
15+
- Search (https://github.com/ChristianGalla/AutoStartConfirm/issues/11)
16+
- 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+
1228
## [2.1.8572] (2023-06-21)
1329

1430
### Fixed
@@ -65,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6581
### Added
6682
- Base functionality
6783

68-
[Unreleased]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8572...HEAD
84+
[Unreleased]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v3.0.8811...HEAD
85+
[3.0.8811]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8572...v3.0.8811
6986
[2.1.8572]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.1.8571...v2.1.8572
7087
[2.1.8571]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v2.0.8548...v2.1.8571
7188
[2.0.8548]: https://github.com/ChristianGalla/AutoStartConfirm/compare/v1.1.8368...v2.0.8548

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are two versions:
3939

4040
Usually, you should download and install **AutoStartConfirmSetup_Standalone.msi**. This version includes all dependencies and can easily be installed on any computer.
4141

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.
4343
If multiple programs are using this runtime, it is possible to save disk space having only one central runtime installation.
4444
When using this installer, you are responsible for installing the runtime. If it is not installed, the program cannot run.
4545

0 commit comments

Comments
 (0)