Skip to content

v0.5.0

Compare
Choose a tag to compare
@TheNickOfTime TheNickOfTime released this 08 Aug 23:31
· 105 commits to main since this release
8f216e9

What's Changed

  • fix: queue status will be set to idle when there are available workers but no available jobs by @TheNickOfTime in #41
  • feature: add suppoort for config.yaml to load configuration properties on the server and client by @TheNickOfTime in #44
  • chore: remove unused directory-tree package and references by @TheNickOfTime in #45
  • feature: adding capability to add folders from the client's file-browser by @TheNickOfTime in #47
  • feat: database variable never returns null by @TheNickOfTime in #48
  • feat: show fps and eta metrics for jobs in the queue on the client by @TheNickOfTime in #51
  • feat: improvements to dashboard presentation, focusing on the queue section by @TheNickOfTime in #52
  • feat: adding time started/finished properties to job types, allows display of time elapsed in the client by @TheNickOfTime in #53
  • feature: overhaul presentation of preset information in the presets section with tabs and all available fields by @TheNickOfTime in #54
  • feat: create separate docker images for the server and the worker by @TheNickOfTime in #55
  • feature: add directory monitoring/watching capabilities to allow the automatic creation of jobs by @TheNickOfTime in #63

Full Changelog: v0.4.0...v0.5.0