Skip to content

Commit

Permalink
Prepare changelog for 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 27, 2024
1 parent 3a60efd commit 689ba02
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 33 deletions.
24 changes: 24 additions & 0 deletions .changes/0.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## 0.22.0 - 2024-06-27

### Breaking Changes

* Renamed the `mariadb` config option to `databaseVersion` to better accomodate different database options.
* The `ImageUpdateDays` settings has been renamed to `UpdateInterval`. This will allow it to be reused more easily, where appropriate.

### Features

* Add the ability to use SQLite as a database in place of MariaDB
* Add option to use MySQL in addition to MariaDB and SQLite
* Kana will now check that the database is ready before continuing site setup. This should result in more reliable site startup.

### Bug Fixes

* When outputting JSON results, the extra line break at the end of the output should be removed
* When saving changes to various settings the type of the setting will now be maintained in the config file.

### Chores

* Update project dependencies.
* Improve testing throughout the project
* The `settings` package has been heavily refactored to help ensure stable development in the future.
* Update GitHub Actions for more reliable releases and testing
3 changes: 0 additions & 3 deletions .changes/unreleased/Breaking Changes-20240603-191730.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Breaking Changes-20240619-170141.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240619-170217.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Bug Fixes-20240619-170256.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240601-144942.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240604-150539.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240619-170049.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20240627-173211.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240603-182531.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240603-204648.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240615-224133.yaml

This file was deleted.

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


## 0.22.0 - 2024-06-27

### Breaking Changes

* Renamed the `mariadb` config option to `databaseVersion` to better accomodate different database options.
* The `ImageUpdateDays` settings has been renamed to `UpdateInterval`. This will allow it to be reused more easily, where appropriate.

### Features

* Add the ability to use SQLite as a database in place of MariaDB
* Add option to use MySQL in addition to MariaDB and SQLite
* Kana will now check that the database is ready before continuing site setup. This should result in more reliable site startup.

### Bug Fixes

* When outputting JSON results, the extra line break at the end of the output should be removed
* When saving changes to various settings the type of the setting will now be maintained in the config file.

### Chores

* Update project dependencies.
* Improve testing throughout the project
* The `settings` package has been heavily refactored to help ensure stable development in the future.
* Update GitHub Actions for more reliable releases and testing

## 0.21.2 - 2024-05-29

### Bug Fixes
Expand Down

0 comments on commit 689ba02

Please sign in to comment.