Skip to content

Releases: Faustvii/StartupManager

1.6.2

12 Apr 10:38
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

1.4.0

08 Nov 21:59
Compare
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
Compare
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
Compare
Choose a tag to compare

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

Added

  • Github actions
    • Build
    • Publish
    • Release

Various enhancements

29 Oct 21:05
Compare
Choose a tag to compare

Changes in this version

Biggest change this release was the default list output was changed to be more detailed.

New Features

  • #4 Changed default list output
  • #5 Changed enabled/disabled message when the state wouldn't change

Bug fixes

  • #3 Fixed a bug with "empty" entries in the list output.

List now checks more locations

27 Oct 09:39
Compare
Choose a tag to compare

Changes in this version

Primary update in this release is the list command has been updated to find more programs.

Features

  • No new features were added in this release.

Bug fixes

  • List did not find all programs
    • It has been updated to look in more locations now.