Releases: Faustvii/StartupManager
Releases · Faustvii/StartupManager
1.6.2
1.6.1
1.6.0
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
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
Fixed
- Version number wasn't aligned for the version command.
1.4.0
1.3.0
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
No new application features, but streamlined build, publish and release process.
Added
- Github actions
- Build
- Publish
- Release
Various enhancements
List now checks more locations
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.