Skip to content

Releases: OpenSourceAWE/KiteViewers.jl

v0.5.2

15 Mar 12:17

Choose a tag to compare

KiteViewers v0.5.2

Diff since v0.5.1

Changes

  • fix startup artifact, zoom is now correct from the beginning
  • fix examples
  • update install script

v0.5.1

01 Mar 19:39

Choose a tag to compare

KiteViewers v0.5.1

Diff since v0.5.0

Changes

  • now tested on MacOS, adjusted text position and font for MacOS
  • fix JETLS warnings

Added

  • function bring_viewer_to_front(); Mac only, does nothing otherwise
  • function reactivate_host_app(); Mac only, does nothing otherwise

Closed issues:

  • TagBot: Manual intervention needed for releases (#45)

v0.5.0

12 Feb 18:20
20702d7

Choose a tag to compare

KiteViewers v0.5 - 2026-02-12

Changes

  • BREAKING: update KiteUtils to 1.11.2
  • use a workspace "examples" instead of TestEnv -> min Julia version now 1.11
  • update examples
  • bump GLMakie to 0.13
  • update README.md
  • update CI.yml
  • update script update_manifest.jl

Added

  • add Manifest-v1.11.toml.default
  • add Manifest-v1.12.toml.default

What's Changed

Full Changelog: v0.4.24...v0.5.0

v0.4.24

01 Jun 14:37

Choose a tag to compare

KiteViewers v0.4.24

Diff since v0.4.23

Changed

  • bump GLMakie to 0.11
  • bump GeometryBasic to 0.5

Closed issues:

  • Upgrade GLMakie (#41)

v0.4.23

05 May 20:08

Choose a tag to compare

KiteViewers v0.4.23

Diff since v0.4.22

Changed

  • bumped KiteUtils to 1.10.5
  • bumped KiteModels to 0.7.3
  • adapted the code to be able to process the new arrays in SysState

v0.4.22

20 Apr 15:36
b7b124d

Choose a tag to compare

KiteViewers v0.4.22

Diff since v0.4.21

Changed

  • update KiteUtils to 1.10.2
  • removed example basic_4p_3lines.jl

Merged pull requests:

Closed issues:

  • Update GLMakie.jl (#36)

v0.4.21

17 Nov 19:33

Choose a tag to compare

KiteViewers v0.4.21

Diff since v0.4.20

Fixed

  • fix display of kite in KPS_3L model
  • make menu() work

Changed

  • reexport KiteUtils
  • automatically execute using KiteViewers when starting Julia with ./bin/run_julia
  • improved the script bin/install

Merged pull requests:

v0.4.20

09 Nov 18:49

Choose a tag to compare

KiteViewers v0.4.20

Diff since v0.4.19

Fixed

  • fix display of kite in one point model
  • fix function save_png(viewer); it uses the folder video as output now

Changed

  • now v_wind_200m and v_wind_kite are displayed as default
  • update_system has now the optional parameter wind=[:v_wind_gnd, :v_wind_200m, :v_wind_kite]

Added

  • add function install_examples()
  • add example reelout_1p.jl

Closed issues:

  • Add function copy_examples() (#27)
  • Add v_wind to GUI (#30)

v0.4.19

20 Oct 20:07

Choose a tag to compare

KiteViewers v0.4.19

Diff since v0.4.18

Changed

  • bump KiteUtils to 0.8.2
  • add param ned=true to function update_system(); with this parameter
    the orientation is automatically converted from NED to viewer reference frame
  • fix the example basic_4p.jl

v0.4.18

16 Oct 08:55

Choose a tag to compare

KiteViewers v0.4.18

Diff since v0.4.17

Changed

  • bump KiteUtils to 0.8