Skip to content

Commit f0bfea7

Browse files
committed
Update changelog and bump version
1 parent c10ccee commit f0bfea7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## KiteControllers v0.2.30 - 2026-06-21
4+
### Fixed
5+
- Added missing `FFMPEG_jll` dependency to `install_examples()` to prevent errors when running `autopilot.jl`
6+
7+
### Changed
8+
- Increased plot sizes (`ysize`) in `batch_plot.jl` from 10 to 16 (control/fpc plots) and from 10 to 14 (winch plots) for better readability
9+
310
## KiteControllers v0.2.29 - 2026-06-21
411
### Changed
512
- **Switched from ControlPlots to MakieControlPlots** across all examples, tests, and scripts. Main advantages: Less installation issues,

Project.toml

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

66
[workspace]

0 commit comments

Comments
 (0)