Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

91 lines (60 loc) · 2.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.8811 (2024-02-15)

Added

  • Search (#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

  • Error on registry add

2.1.8571 (2023-06-20)

Added

  • Ignore certain auto starts (#3)
  • Clear history (#12)

Fixed

  • Update check using wrong local version

2.0.8548 (2023-05-28)

Changed

  • Switched from .NET 4 / WPF to WinUI 3 / .NET 7 (#13)
    • New modern looking graphical user interface (GUI)
    • Auto light or dark mode depending on the central operating system settings
    • Now two installers (with and without .NET framework)
    • Significant code refactoring for better maintainability
    • Updated many dependencies to the newest version

1.1.8368 (2022-11-29)

Added

  • Connector disabling
  • Busy indicator
  • Update check
  • Button icons

1.0.7958 (2021-10-15)

Added

  • Multiple connectors
  • Enabling and disabling of auto starts as addition to add and remove
  • Confirm, success and about dialogs
  • High DPI support

Changed

  • Merged add and remove history

Fixed

  • Multiple bugs and polished app and installer

0.1.0 (2020-06-06)

Added

  • Base functionality