Skip to content

Releases: Faustvii/StartupManager

1.6.4

05 Dec 18:27
6890d30

Choose a tag to compare

Changed

  • Updated to .NET 10

Added

  • Added priority support for startup programs (ProcessPriority property) implemented by @AliRezaBeigy

1.6.3

10 Aug 10:26

Choose a tag to compare

Added

  • #6 Ability to disable/enable by index

Changed

  • Updated to .NET 9

1.6.2

12 Apr 10:38

Choose a tag to compare

Changed

  • Updated to .NET 5
  • Updated TaskScheduler dependency
  • Updated Microsoft.Win32.Registry dependency

Fixed

  • #21 Scoop installation issue due to older .NET should be resolved
  • Fixed potential null pointer warnings.

1.6.1

18 Jul 18:05

Choose a tag to compare

Fixed

  • #15 Fixed an issue with DirectoryService trying to search an empty path.

Changed

  • Updated TaskScheduler dependency

1.6.0

12 Jun 13:47

Choose a tag to compare

No new functionality was added in this release, but almost all packages were upgraded, which has resulted in a minor performance increase.

Before

Avg: 559.7063ms
Min: 553.4852ms
Max: 575.3427ms

After

Avg: 456.1703ms
Min: 450.5132ms
Max: 461.5471ms

Tested on my own machine, results may vary.

Changed

  • Updated to .NET Core 3.1
  • Updated TaskScheduler dependency
  • Updated Registry dependency
  • Updated System.Commandline framework

1.5.0

10 Nov 14:44

Choose a tag to compare

Added

  • Made the list output on average twice as fast previous versions (On test machines).
  • Enable/Disable commands have also gotten a performance boost.
  • Remove command has also gotten a small performance boost.
  • Add command has also gotten a small performance boost.

Fixed

  • In some cases an exception would be thrown when trying to Enable/Disable a program, this is no longer the case.
  • It was possible to add a new startup item with the same name as an existing one in some cases.
  • The remove command wasn't able to remove shortcut based Startup programs.

1.4.1

09 Nov 11:11

Choose a tag to compare

Fixed

  • Version number wasn't aligned for the version command.

1.4.0

08 Nov 21:59

Choose a tag to compare

Added

  • #2 It's now possible to remove programs from starting with windows.

Fixed

  • List output had too many newlines as seperator between header.
  • #7 Documentation has been updated

1.3.0

05 Nov 21:53

Choose a tag to compare

It's now finally possible to add programs to startup

Added

  • #1 Added a startup command
    • It's possible to add startup tasks for the current user to run as Administrator as well.
  • List command can now also see Startup tasks in Task Scheduler.
  • It's now possible to enable/disable startup tasks from Task Scheduler.

1.2.1

02 Nov 10:35

Choose a tag to compare

No new application features, but streamlined build, publish and release process.

Added

  • Github actions
    • Build
    • Publish
    • Release