Skip to content

Releases: ChrisWiegman/kana

0.18.1

25 Feb 16:29
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
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
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
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.

0.17.0

21 Jan 00:12
Compare
Choose a tag to compare

0.17.0 - 2024-01-21

Features

  • Add changelog command to help users understand what has changed between versions.
  • Add update command to self-update Kana for installations that didn't use Homebrew.
  • Will check for updates and warn users of a newer version if one is available.

0.16.0

20 Jan 17:09
Compare
Choose a tag to compare

0.16.0 - 2024-01-20

Breaking Changes

  • Removes the local flag and related configuration items. All sites that don't use the name flag now store their WordPress and database in the folder from which the site was initiated.

Features

  • Kana will ask for confirmation when starting a new site in a non-empty folder to avoid file conflicts with WordPress.

Bug Fixes

  • Environment will now be properly handled on export.

Chores

  • Update project dependencies.
  • Updated Moby to version 25.x.

0.15.0

07 Jan 16:51
Compare
Choose a tag to compare

0.15.0 - 2024-01-07

Features

  • Added configuration items for scriptdebug which controls the wp-config SCRIPT_DEBUG configuration item.
  • Added config option for environment which controls the wp-config WP_ENVIRONMENT_TYPE setting.
  • Default WP_ENVIRONMENT_TYPE to local to better reflect the nature of a given site in the tool.

Chores

  • Update GitHub actions to use Ubuntu 22.04 on all actions for consistency and ensure all actions are up to date.

0.14.1

07 Jan 01:41
Compare
Choose a tag to compare

0.14.1 - 2024-01-07

Chores

  • Update GitHub action versions

0.14.0

06 Jan 16:23
Compare
Choose a tag to compare

0.14.0 - 2024-01-06

Features

  • Allow for abstract PHP and MariaDB versions in the config.
  • Kana will now detect if a folder where a site is started is a theme or a plugin and start the appropriate site type.

Chores

  • Cleanup Go modules with go mod tidy
  • Update project dependencies

0.13.1

15 Nov 15:52
Compare
Choose a tag to compare

0.13.1 - 2023-11-15

Features

  • Change default image update check from 1 day to 7 days

Chores

  • Update project dependencies