Skip to content

Changelog for version 0.3.2

Release date

23.11.2025

Features

  • Implemented the ability that some parts can be translated, see secrets
  • Added a new property to secrets "missingMessage" that can contain a custom message and explain what todo when a secret could not be found
  • Added a new property to secrets "expectedVars" that contains the name of the expected variables in the secret file
  • Added a new property to secrets "expectedSecrets" that shows what secrets should be added to a certain file.
  • EnvVar Secrets can now be used in custom scripts
  • Added the ability to add php test tools to the config, like phpstan or phpcsfixer. More under Running tests
  • Rewrote the shell execution so that the output from the shell will be better displayed (like ProgressBars, Colored texts etc.)

Bugfixes

  • Remove invalid characters from the docker compose project name generation. A dot in the folder name would result in an invalid project name and prevent the project from starting
  • Fixed that "webdev services stop" did not work anymore
  • Fixed that the update checker was not working when using custom date formatting on the system
  • Fixed wrong owner of the created certs
  • Fixed an error that caused the webdev.yml to loose settings when changing other settings

Breaking changes

None