* Misc fixes
* Misc cleanup
* Add all_versions to blender_downloader.py
* More cleanup
* Fix issue with status not reporting engine info
* Misc fixes
* Misc cleanup
* Add all_versions to blender_downloader.py
* More cleanup
* Fix issue with status not reporting engine info
* Stop previously running zeroconf instances
* Lots of formatting fixes
* Use f-strings for time delta
* More line fixes
* Update requirements.txt
* More misc cleanup
* Simplify README.md
* Initial commit for new UI
* Initial commit for new UI
* WIP
* Status bar updates and has an icon for online / offline
* Add log_viewer.py
* Use JSON for delete_engine_download API
* Fix class issue with Downloaders
* Move Config class to new ui
* Add engine_browser.py
* Add a close event handler to the main window
* Fix issue with engine manager not deleting engines properly
* Rearrange all the files
* Add icons and resources
* Cache system info in RenderServerProxy
* Toolbar polish
* Fix resource path in status bar
* Add config_dir to misc_helper.py
* Add try block to zeroconf setup
* Add add_job.py
* Add raw args to add_job.py
* Make downloaders subclass of base_downloader.py
* Link engines and downloaders together for all engines
* Replace / merge worker_factory.py with engine_manager.py
* Fix issue with engine not being available to download
* Add version caches to ffmpeg downloader
* Remove some test parameters
* "releases" should be "release" in linux ffmpeg url
* CPU was incorrectly reported as OS
* Fix naming structure for FFMPEG downloads for linux
* More linux ffmpeg work
* Improved error handling
* WIP
* Consolidate platform reporting to not use platform directly
* Fix missing folder name
* Fix project output naming
* Undo config.yaml commit
* Add is_engine_available API call
* Fix issue where subjobs would not find servers
* Add is_engine_available_to_download API call
* Fix issue with worker never throwing error if engine is not found
* Add API call to get most recent engine version
* Fix some minor import issues
* Fix web urls
* Fix default server log level
* Add progress bar for project download worker_factory downloads missing engine versions
* Better error handling when invalid version is given
* Add timeouts to engine downloaders