You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Fix: In rare instances the log files could have illegal characters, which would cause the log file to not be written and error out. This is fixed in this update
Bug Fix: During long batch encodes the jobs.dat file that is generated/updated could sometimes throw an error one it was empty. The program no longer will prompt an error for this
Batch processing QOL: When opening files to batch process, before the program would just hang until it was done doing all the processing. Now upon opening the files the window is disabled for user input, but it updates the user what is going on in the title bar and in the list box. So you can see the progress of the files being parsed
Job Manager QOL: Upon adding jobs to the Job Manager from the Batch window, this would also cause the program to actually withdraw (hide) until the processing was done. On large file/large amount of inputs this could happen for quite some time, now this is multithreaded and gives the user a progress update in the title bar
Jobs Manager QOL: Title bar will always keep the total amount of jobs up to date, so you have a rough idea of the progress of your jobs when there is a lot of them