This repository was archived by the owner on Dec 10, 2025. It is now read-only.
Releases: ChrisWiegman/kana
Releases · ChrisWiegman/kana
0.27.1
0.27.0
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_filesizeto 200m to make it easier to develop withing WordPress. - Add
traceandgcstatsto 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
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
0.26.1 - 2025-07-05
Bug Fixes
- Ensure Trust command works on Mac.
Chores
- Update project dependencies
0.26.0
0.26.0 - 2025-06-29
Features
- Add
traefikflag to theopencommand 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
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
0.25.0 - 2025-06-28
Features
- Updates the table output of the
listcommand, 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
0.24.11 - 2025-06-17
Bug Fixes
- Fixes an error that was preventing sites from opening.
Chores
- Update project dependencies
0.24.10
0.24.10 - 2025-06-15
Chores
- Update project dependencies
0.24.9
0.24.9 - 2025-05-18
Chores
- Update default Traefik version to 3.4