Release 1.6.0
Note: You will need to manually update the config.php
for your sites to be based on the latest example config.php
provided with this release in order to get these bug fixes and improvements.
Improvements:
- Add support for starting containers by default via
tup
(#177 by @markmetcalfe) - Automatically detect the correct PHP container to start/use when running
tup php
/tzsh php
(#177 by @markmetcalfe) - Add
tlog
command for quickly getting container logs (#186 by @markmetcalfe) - Upgrade XDebug to 3.0 (#181 by @derschatta)
- Add XDebug container for PHP 8.0 (#181 by @derschatta)
- Add PostgreSQL 14.0 container (#179 by @samanthajayasinghe)
- Add Microsoft SQL Server 2019 container (#180 by @derschatta)
- Improve
tdb
database restoration handling (#179 by @simoncoggins)
Fixes
- Fix Selenium containers (#175 by @derschatta)
- General fixes & improvements to the example
config.php
file (@davewallace & multiple other contributors)