Releases: ChrisWiegman/kana
Releases · ChrisWiegman/kana
0.21.0
0.21.0 - 2024-05-24
Breaking Changes
- The primary domain for Kana, kana.li, has been replaced with
kana.sh
.
Features
- The list command will now highlight the site path in yellow if it no longer exists.
Bug Fixes
- Fixes an issue with the automatic WordPress login that prevented login if the admin user differs from the configured user.
- Ensure we're properly using the automaticLogin setting to allow or prevent logins.
Chores
- Update project dependencies
0.20.2
0.20.2 - 2024-05-15
Bug Fixes
- Ensure type detection message ends with a line break.
- Fix an error when starting a theme due to a false positive in default theme detection.
Chores
- Update project dependencies
0.20.1
0.20.1 - 2024-05-05
Bug Fixes
- Fix an error that prevented a site from starting when the current folder was detected as a plugin or a theme.
Chores
- Update projecct dependencies
0.20.0
0.20.0 - 2024-05-05
Breaking Changes
- Shorthand flags for string parameters have been removed. For example, the
name
flag must use the full "--name=" syntax and the "-n=" has been removed. - Rename
adminLogin
setting toautomaticLogin
Features
- Adds a "theme" option to set a default theme (not available for sites where the type is set to "theme")
- Sort
config
command output alphabetically - Add
plugins
flag to install specified plugins on start. - Allow for global configuration of default plugins
Bug Fixes
- Always ensure that all default plugins are installed and activated on site start
Chores
- Update project dependencies
0.19.0
0.19.0 - 2024-05-04
Features
- Update Traefik to 3.0.0 (https://traefik.io/blog/traefik-3-0-ga-has-landed-heres-how-to-migrate/)
- Automatically login to wp_admin when opening a wp_admin URL
- Introduce the
adminLogin
config variable to allow users to disable automatic login into the WordPress Dashboard - Introduce the
IS_KANA_ENVIRONMENT
env variable to allow developers to verify they're working in a Kana development environment
Bug Fixes
- Fixed a warning in the Traefik rules due to an improper rule
- WordPress will no longer display an email send error if Mailpit is running
- Fix documentation of default PHP version
Chores
- Update project dependencies
0.18.7
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
0.18.6 - 2024-03-19
Chores
- Update project dependencies
- Rename repository from
kana-cli
tokana
0.18.5
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
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
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.