Skip to content

Latest commit

 

History

History
132 lines (80 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

132 lines (80 loc) · 3.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Git tags are prefixed with turing- to avoid clashes with any upstream tags. This prefix is assumed for all versions referenced in this file.

1.2.3 - 2019-10-08

Added

  • Add LISTAC stack command

1.2.2 - 2019-08-09

Removed

  • Removed pyopengl-accelerate dependency

1.2.1 - 2019-07-12

Added

  • Reloaded scenario files added to .gitignore

Fixed

  • Create the directory for new scenarios if it doesn't exist

1.2.0 - 2019-06-28

Added

  • STEP command added to server and simulation

Fixed

  • Return to previous DTMULT value after simulation is resumed
  • Add PyQtWebEngine to requirements - fixes 'Bluesky needs pyqt5' error

1.1.1 - 2019-05-16

Fixed

  • Added proper handling of Ctrl+C and QUIT events

1.1.0 - 2019-05-16

Added

  • New server command to allow uploading of a scenario file

Changed

  • Try and find scenario files in settings.scenario_path if they can't be located in the given path
  • Add pip upgrade to Dockerfile

Fixed

  • Fixed typo in client class

1.0.5 - 2019-04-17

Added

  • semver added to headless requirements file

Fixed

  • Fixed handling of client/host version checking before 1.0.4

1.0.4 - 2019-04-15

Added

  • Add VERSION file and semver package
  • Emit host version on client connection. Can be used by clients to determine forwards/backwards compatibility.

1.0.3 - 2019-04-08

Added

  • Created test-scenario.scn for Turing demo
  • Add aircraft type to send_aircraft_data method

1.0.2 - 2019-03-26

Added

  • Travis CI configuration
  • Allow extra wait time for tests when running under CI
  • Handle missing scenario file in stack.py
  • Add requirements-dev.txt containing development packages

1.0.1 - 2019-02-20

  • First tag since forking from upstream - additions and changes are relative to this commit.

Added

  • Notes on startup process
  • Small test scripts to investigate client/server communication
  • Utility get_hexid method, used to convert the client_id and host_id fields into a human-readable format
  • Optional timeout to client connection
  • Client tests
  • Install script, headless mode, requirements file, Docker support
  • CLI argument to connect to remote simulation (temp. fix)
  • Pulled in changes from upstream/master

Changed

  • Main window title changed to 'RedSky' (mostly a joke, but also useful to quickly see which version of the sim is running)