v1.2.0-beta
Pre-release
Pre-release
Error Logging
This release introduces proper error logging. Now, whenever an error occurs it is logged to the .error folder, along with the full exception thrown if applicable. Errors shown in the program output have a unique code that can be used to lookup the error in the applicable log. Errors will always log in a file, regardless of user settings.
Code Refactoring
Further progress has been made to make the code more readable and efficient. While it most definitely isn't perfect, it seems satisfactory for the moment.