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
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.