Plausible and More
Release v0.40.0
setInterval calls.


deployment:
environments:
- name: dev
- name: test
- name: staging
requires:
- dev
- test
- name: live
requires:
- staging
excluded-workflows:
- Deploy
- Manually deploy app


styleUrl instead of styleUrls array throughout the appStatusTagComponent and PollingProgressComponent

inject() over DI via constructorprotected
DeployCommitDialogComponent.flatMap with mergeMapandaction.yml config with excluded-workflows so it can be configured which workflows should be ignored when checking a commit's state..github/andaction.yml in your repository or in your organization's .github repository.Deployment tags are highlighted for the latest deployments correctly.
Commits view is extended with the following information for each commit:
Fix broken login redirect url.
Updates to Angular 12 and updates all NPM packages.
Electron is completely removed from the app. It is now developed as a web app served on Netlify. This makes development much easier and faster.