Skip to content

Releases: ChrisWiegman/kana

0.18.7

22 Apr 18:43
143eb1e
Compare
Choose a tag to compare

0.18.7 - 2024-04-22

Features

  • Update Traefik container name to make format of other containers.

Bug Fixes

  • Ensure the current Docker context is always used as appropriate

Chores

  • Update project dependencies

0.18.6

19 Mar 20:30
f5d5ae9
Compare
Choose a tag to compare

0.18.6 - 2024-03-19

Chores

  • Update project dependencies
  • Rename repository from kana-cli to kana

0.18.5

19 Mar 01:12
6a13a9a
Compare
Choose a tag to compare

0.18.5 - 2024-03-19

Bug Fixes

  • Fix a bug preventing wp-cli commands running on named sites.

Chores

  • Update project dependencies

0.18.4

17 Mar 15:59
1eae972
Compare
Choose a tag to compare

0.18.4 - 2024-03-17

Bug Fixes

  • Ensure wp-cli can run on plugins and themes.
  • Ensure we can run interactive wp-cli commands such as help

Chores

  • Update project dependencies
  • Add further testing including full command tests

0.18.3

16 Mar 23:00
c34858f
Compare
Choose a tag to compare

0.18.3 - 2024-03-16

Features

  • Add an admin flag to the open command to make accessing the WordPress dashboard easier.

Bug Fixes

  • Save proper site name and version when creating mu plugin
  • Don't show a "directory not empty" error for named sites.
  • Fix xdebug command description
  • Fix an issue that caused a fatal error when running kana db export

Chores

  • Refactor: use simpler function names to make the naming convention easier.

0.18.2

15 Mar 23:32
d205372
Compare
Choose a tag to compare

0.18.2 - 2024-03-15

Chores

  • Update project dependencies.

0.18.1

25 Feb 16:29
a24abc4
Compare
Choose a tag to compare

0.18.1 - 2024-02-25

Chores

  • Switch to PHP 8.2 as the default PHP version for new sites
  • Update Traefik from 2.10 to 2.11

0.18.0

25 Feb 15:59
34862e7
Compare
Choose a tag to compare

0.18.0 - 2024-02-25

Breaking Changes

  • Removed theme and plugin start flags in favor of the single type start flag.
  • Removed the self-updater. For now the app will stick with Homebrew for updates.

Chores

  • Update project dependencies.
  • Update to Go 1.22

0.17.2

07 Feb 01:13
dd0130b
Compare
Choose a tag to compare

0.17.2 - 2024-02-07

Bug Fixes

  • Fixed a bug whereby SCRIPT_DEBUG wasn't accurately accounted for when using the export command.
  • Abort the update check without failing if we can't conact the server.

Chores

  • Update project dependencies.

0.17.1

21 Jan 00:56
8d4cc8d
Compare
Choose a tag to compare

0.17.1 - 2024-01-21

Bug Fixes

  • Fixed an error that could break numerous commands as the correct site type was not being set.