Skip to content

Commit 4879e17

Browse files
committed
Bump version
1 parent e0eaf2f commit 4879e17

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Changelog
22

3-
## KiteControllers v0.2.20
3+
## KiteControllers v0.2.20 - 2026-03-15
44
### Changed
55
- fixed new JETLS warnings, also in the tests
66
- improved script `test_flightpathcontroller1.jl`, added unit tests
77
- improved the `plot_timing`, it now shows a line at the real-time limit
88
- improve documentation
99
- bump ControlPlots to 0.2.14 to fix an MacOS bug
10+
- bump KiteViewers to 0.5.2 to avoid GUI artifact when starting the autopilot
1011
- add shutdown guard to avoid showing a 2D plot when closing the `autopilot.jl` window
12+
- re-wrote the script update_default_manifest
1113
### Added
1214
- support for MacOS
1315
- the script `test/test_menu.jl` for running manual controller tests

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KiteControllers"
22
uuid = "b19fd437-5b3a-4cca-b199-c3ded0f20ded"
33
authors = ["Uwe Fechner <fechner@aenarete.eu> and contributors"]
4-
version = "0.2.19"
4+
version = "0.2.20"
55

66
[workspace]
77
projects = ["examples", "docs", "test"]

0 commit comments

Comments
 (0)