Skip to content

Releases: ChrisWiegman/kana

0.13.0

30 Sep 17:20
Compare
Choose a tag to compare

0.13.0 - 2023-09-30

Features

  • Only add Kana's SSL certificate to the MacOS keychain when it needs to be used.
  • Adds a trust-ssl command for Mac to easily add the SSL cert to the Mac system Keychain

Bug Fixes

  • Ensure the local SSL setting is respected to load the correct URL
  • Ensures the --ssl start flag is properly implemented and set.

Chores

  • Update project dependencies

0.12.0

17 Sep 16:34
Compare
Choose a tag to compare

0.12.0 - 2023-09-17

Features

  • The list command no longer requires that Docker be running for use.
  • Add config setting that will delete the default WordPress plugins when starting a new site

Bug Fixes

  • Ensure we're properly checking for errors when files and other streams are closed.
  • Ensure the export command properly handles the databaseClient and multisite settings.

Chores

  • Update Go dependencies

0.11.2

04 Sep 17:14
Compare
Choose a tag to compare

0.11.2 - 2023-09-04

Features

  • Use the current Docker context to find the correct Docker host. This results in more reliable connections to Docker, particularly with Docker Desktop.
  • Kana will no longer try to start Docker automatically if it cannot connect to it on Mac.

Bug Fixes

  • Removed the extra information that reiterated the empty site list on the list command as the table format has since made it redundant.
  • Upate confirmation text on stop command to make it easier to read.

Chores

  • Update project dependencies

0.11.1

16 Aug 21:07
Compare
Choose a tag to compare

0.11.1 - 2023-08-16

Chores

  • Update project dependencies
  • Update CI/CD processes to Go 1.21

0.11.0

26 Jul 12:21
Compare
Choose a tag to compare

0.11.0 - 2023-07-26

Features

  • Added the ability to open a database directly in TablePlus instead of PhpMyAdmin.
  • Add support for both subdirectory and subdomain multisite installations

Bug Fixes

  • Ensure the config item imageUpdateDays isn't case sensitive
  • Ensure the proper error message is displayed when a CLI command fails
  • Remove erroneous debugging statement when using the "activate" flag on startup.

Chores

  • Update Go dependencies

0.10.1

08 Jul 19:01
Compare
Choose a tag to compare

0.10.1 - 2023-07-08

Chores

  • Update GoLang upstream dependencies
  • Update GoReleaser config to fix deprecations.

0.10.0

25 Jun 20:38
Compare
Choose a tag to compare

0.10.0 - 2023-06-25

Features

  • Added flush command which flushes the cache and deletes all transients

0.9.0

25 Jun 20:11
Compare
Choose a tag to compare

0.9.0 - 2023-06-25

Breaking Changes

  • Renamed phpmyadmin flag to database on the open command to better reflect its operation.
  • Changed default MariaDB version from 10 to 11.

Features

  • Users can now choose between MariaDB 10 or 11 using the config command or settings files.

Bug Fixes

  • PHP version will properly revert to default if an invalid configuration is entered into settings

0.8.1

19 Jun 00:21
Compare
Choose a tag to compare

0.8.1 - 2023-06-19

Bug Fixes

  • Ensure Xdebug can be installed when running Kana on Linux

0.8.0

18 Jun 16:44
Compare
Choose a tag to compare

0.8.0 - 2023-06-18

Features

  • Add xdebug command to make managing Xdebug easier
  • Suppress non-JSON output when downloading new images if --output-json flag is set on the command.

Bug Fixes

  • Show an empty array rather than null when there are no sites and the kana list command is used with the --output-json flag

Chores

  • Update Go project dependencies