Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Releases: ChrisWiegman/kana

0.27.1

07 Dec 13:56
0.27.1
094b2b5

Choose a tag to compare

0.27.1 - 2025-12-07

Chores

  • Update project dependencies

0.27.0

14 Sep 18:21
0.27.0
cf66aa9

Choose a tag to compare

0.27.0 - 2025-09-14

Breaking Changes

  • The WordPress database is now stored with the site. For existing sites this might mean data disappears on start but moving the database to the correct location will fix it.

Features

  • Sets PHP's upload_max_filesize to 200m to make it easier to develop withing WordPress.
  • Add trace and gcstats to the Xdebug mode.

Bug Fixes

  • Remove duplicate Xdebug setting when activating Xdebug

Chores

  • Remove extra code to try to reduce the binary size a bit
  • Update project dependencies
  • Use Go 1.25 for build

0.26.2

13 Jul 17:23
0.26.2
8334841

Choose a tag to compare

0.26.2 - 2025-07-13

Chores

  • Update project dependencies
  • Remove extra code to try to reduce the binary size a bit

0.26.1

05 Jul 15:34
0.26.1
465b152

Choose a tag to compare

0.26.1 - 2025-07-05

Bug Fixes

  • Ensure Trust command works on Mac.

Chores

  • Update project dependencies

0.26.0

29 Jun 14:34
0.26.0
05615a3

Choose a tag to compare

0.26.0 - 2025-06-29

Features

  • Add traefik flag to the open command to make it easy to get to the Traefik dashboard.

Bug Fixes

  • Fix a bug preventing SSL certs from being trusted on Mac.

0.25.1

28 Jun 16:18
0.25.1
4b9e789

Choose a tag to compare

0.25.1 - 2025-06-28

Bug Fixes

  • Fix a regression that forced every image to check for updates at every start

0.25.0

28 Jun 16:15
0.25.0
eff7e61

Choose a tag to compare

0.25.0 - 2025-06-28

Features

  • Updates the table output of the list command, replacing "Running" with "Status" and color coding the output for easier reading. Does not effect the json output which still uses "running" with a true/false output.

Bug Fixes

  • Don't create a site if the empty-directory warning isn't confirmed.

Chores

  • Update project dependencies.

0.24.11

17 Jun 23:51
0.24.11
724ae2b

Choose a tag to compare

0.24.11 - 2025-06-17

Bug Fixes

  • Fixes an error that was preventing sites from opening.

Chores

  • Update project dependencies

0.24.10

15 Jun 12:40
0.24.10
dc04d9d

Choose a tag to compare

0.24.10 - 2025-06-15

Chores

  • Update project dependencies

0.24.9

18 May 14:27
0.24.9
ff50208

Choose a tag to compare

0.24.9 - 2025-05-18

Chores

  • Update default Traefik version to 3.4