Skip to content

Commit

Permalink
Prepare changelog for 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed May 24, 2024
1 parent f8c099f commit 98558b4
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 15 deletions.
18 changes: 18 additions & 0 deletions .changes/0.21.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## 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
3 changes: 0 additions & 3 deletions .changes/unreleased/Breaking Changes-20240517-163720.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240524-144430.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240524-145518.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240516-170843.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240517-164912.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 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 - 2024-05-15

### Bug Fixes
Expand Down

0 comments on commit 98558b4

Please sign in to comment.