Skip to content

Releases: tighten/takeout

v1.5.1

12 Oct 20:45
Compare
Choose a tag to compare

Build for v1.5.1, because I built it locally before tagging but apparently didn't push. 🤦🏻‍♂️

v1.5.0

12 Oct 20:33
Compare
Choose a tag to compare
  • 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

26 Sep 03:55
Compare
Choose a tag to compare
  • Allow enabling/disabling multiple services at once (#127)
  • Fix bug when displaying error on Docker run failure (#128)

v1.3.2

23 Sep 08:51
Compare
Choose a tag to compare
  • 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

14 Sep 09:58
Compare
Choose a tag to compare
  • 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

14 Sep 09:01
Compare
Choose a tag to compare
  • 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

09 Sep 16:38
Compare
Choose a tag to compare
  • 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.5

08 Sep 22:55
Compare
Choose a tag to compare
  • Build for v1.2.4 🤦🏻‍♂️

v1.2.4

08 Sep 22:54
5ff13fc
Compare
Choose a tag to compare
  • 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

03 Sep 21:01
Compare
Choose a tag to compare
  • Fix build and restore box.json