The entire code has been refactored, it has practically been done from scratch to be able to apply the best practices learned in the last year, now it is easier to maintain and collaborate <3.
Added features:
- Asynchronous functions
- Loading bar for each process
- Reduction of steps by the user (closer to the perfect automatic)
- QuickEdit, which caused the application to stop when the user accidentally clicked on the console, has been disabled.
- New icon added to the project.
- Name of the executable incorporated into the project.
If you also need to export your own executable from the project, use PowerShell: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true --self-contained true