- (Web) Disable Vector than Track Return
- (Web) Fixed Vector then Track Return logic to be actually correct.
- (Web) Reworked entirety of enroute calculator.
- (Web) Implemented "Add Time".
- (Web) Implemented "Add Distance".
- (Web) Implemented "Cross Time".
- (Web) Implemented Vector -> Direct Fix function.
- (Web) Updated Vector -> Direct Fix styling to match single value.
- (Web) Updated apply speed to show separation gained (+Separation).
- (Web) Added backend functions for degree/minute calculations.
- (Web) Changed cookies to secure (same-site settings).
- (Web) Made reported mach number not required in Enroute Calculator.
- (Web) Info Pane and Tools now remember their state between sessions.
- (Web) Apply Speed now working with Enroute Calculator.
- (Code) Refactored Enroute JavaScript into classes for UI and Calculator (i.e. View, Controller/Model);
- (Code) Added
CHANGELOG.md
andVERSION
. - (Web) Updated footer to support
VERSION
. - (Web) Implementation and calculation for speeds (not yet working correctly, outputs are incorrect).
- (Web) Inputs/outputs clear/update correctly when mode is changed.
- (Web) Styling corrections to for Enroute Calculator.
- (Code) Fixed bugs with prefixes not working.
- (Web) Initial implementation of calculations (not yet working correctly, outputs are incorrect).
- (Web) Added all labels, IDs, and classes to inputs/outputs.
- (Code) Updated jinja to jinja2 due to deployment issues.
- (Code) Updated build process to use jinja for everything.
- (Code) Fixed bugs with prefixes not working.
Initial Enroute Calculator implementation:
- (Web) Added styling for Enroute Calculator.
- (Code) Added jinja to allow for better templating.
- (Data) Custom Virtual Airline additions.
- (Web) Fixed bug causing
vatSys
mode to not be responsive.
- (Web) Added Menu to allow enable/disable each tools individually.
- (Web) Made design responsive.
- (Code) Streamlined imports and structure.
- (Web) Re-styled buttons to be more consistent with oneSky.
- (Data) Added many custom aircraft for popular models.
- (Web) Added Wake Turbulence Timer feature.
- (Web) Added
vatSys
mode which removes sidebar/footer when?vatsys=true
is appended to the URL. - (Web) UI Bugs and added content encoding details to HTML.
Infrastructure maintenance release.
- (Infrastructure) Updated deployment method away from Cloudflare Workers.
This is the initial release of sim-atc-tools
. Basic functionality
includes the following features:
- (Data) Data Generators for:
- Airline/Callsign ICAO Codes.
- Aircraft ICAO Codes.
- Airport ICAO Codes.
- (Data) Functionality to allow custom Airlines and Aircraft.
- (Web) Added initial interface that allows lookups.
- (Web) Initial styling includes base layout, sidebar and footer.