Skip to content

Simofa v0.1.0

Compare
Choose a tag to compare
@TrueWinter TrueWinter released this 26 Dec 17:47
· 54 commits to main since this release
  • Added an experimental plugin API
    • Keep in mind that the API may change at any time, use at your own risk
    • At the moment, only a limited set of features are exposed through the API
    • Docs are available on JitPack
  • A "build queued" message is now logged when a build is queued
  • A new build status (preparing) has been added. This status is used after a build has been removed from the queue, but before the build starts.
  • Fixed a bug that would sometimes result in a new build being stopped if an existing build for that website is already running.
  • Docker containers started by Simofa now have a label attached. This allows Simofa to only delete the containers it created instead of deleting all containers on shutdown.
  • If a build is not found, the dashboard will now redirect back to the website logs page.
  • Tables on the builds page will now scroll instead of overflowing the page on phones.
  • A 16px gap has been added to the status header on the website build logs page.