diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f2921aa..311b8b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -### Unpublished -- add the field `corr_vec` to all `fpp_setings_xxx.yaml` files +### KiteControllers v0.2.4 - 2024-06-18 +#### Changed +- add the field `corr_vec` to all `fpp_settings_xxx.yaml` files - modify `kiteobserver.jl` to use this correction vector -- the projects `hydra10_951` and `hydra20_600` work correctly now; key change: set k_c2_high to 6.0 +- the projects `hydra10_951` and `hydra20_600` `hydra20_920` work correctly now; key change: set k_c2_high to 6.0 - new plot control_plot_II - remove compatibility with Julia 1.9, version 1.10 is the only supported version now diff --git a/Project.toml b/Project.toml index d543572c..d6a98663 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KiteControllers" uuid = "b19fd437-5b3a-4cca-b199-c3ded0f20ded" authors = ["Uwe Fechner and contributors"] -version = "0.2.3" +version = "0.2.4" [deps] JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"