Releases: ChrisWiegman/kana
Releases · ChrisWiegman/kana
0.18.1
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
0.18.0 - 2024-02-25
Breaking Changes
- Removed
theme
andplugin
start flags in favor of the singletype
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
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
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
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
0.16.0 - 2024-01-20
Breaking Changes
- Removes the
local
flag and related configuration items. All sites that don't use thename
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
0.15.0 - 2024-01-07
Features
- Added configuration items for
scriptdebug
which controls the wp-configSCRIPT_DEBUG
configuration item. - Added config option for
environment
which controls the wp-configWP_ENVIRONMENT_TYPE
setting. - Default
WP_ENVIRONMENT_TYPE
tolocal
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
0.14.1 - 2024-01-07
Chores
- Update GitHub action versions
0.14.0
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
0.13.1 - 2023-11-15
Features
- Change default image update check from 1 day to 7 days
Chores
- Update project dependencies