Skip to content

Commit

Permalink
release: bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGalla committed Feb 15, 2024
1 parent 4e8473d commit 368efdb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AutoStartConfirm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.*")]
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 368efdb

Please sign in to comment.