Releases: tighten/takeout
Releases · tighten/takeout
v1.5.1
Build for v1.5.1, because I built it locally before tagging but apparently didn't push. 🤦🏻♂️
v1.5.0
- Verify a volume already exists before passing it to Docker (#129)
- Add
--default
option to the enable command, to select all the defaults of a command and bypass the UI (#133)
- Add
--all
option to the disable command, to disable all services (#133)
- Group the services enable list by categories (#135)
v1.4.0
- Allow enabling/disabling multiple services at once (#127)
- Fix bug when displaying error on Docker run failure (#128)
v1.3.2
- Adds a check for OS version to display the option to stop the Docker service. Currently, only macOS will provide the option after the last running container is disabled. ( #132 )
v1.3.1
- Fixes missing method in Shell model. (1d96257)
- Add message on enable that default password for MySQL is null. (d3c3956)
- "No containers to disable" message. (50570e2)
v1.3.0
- Added MongoDB Service (#108)
- Added JSON output flag
takeout list —json
(#111 )
- Message “No Takeout containers are enabled.” displays for empty takeout list (non-json flag)(#118 )
- Implemented
mysql_native_password
native authentication plugin for all MySQL containers (#116)
- More accurate port usage warning (55a997e)
- MySQL default password is NULL - following default Laravel
.env
convention (#115)
- Added FAQ about volume persistence (#110)
v1.2.6
- Tweak output formatting
- Update all variables to hopefully be cross-OS compatible (#102)
- Take steps toward fixing Minio, but likely still not fully working (#103, 0204d16)
v1.2.4
- Add Beanstalkd (#99)
- Allow for images that only have one tag, "latest" (077c5ae)
- Update docker "is running" check to use
docker info
(#100, for Windows compatibility)
- Fix Minio run command (#101)
v1.2.3
- Fix build and restore
box.json