Skip to content

Releases: odch/flightbox

v4.0.2

06 Aug 20:22
4497c68
Compare
Choose a tag to compare

Fixes:

  • Fix performance issues in movement list caused by associated movements

v4.0.1

20 Jul 23:11
f881d18
Compare
Choose a tag to compare

What's Changed

  • Readd finish actions on arrival finish screen for homebase aircrafts

Full Changelog: v4.0.0...v4.0.1

v4.0.0

16 Jul 08:03
beb5c46
Compare
Choose a tag to compare

What's Changed

  • Enable webhook by @philhug in #268
  • Preselect value in SingleSelect if only one option by @rzueger in #275
  • Add possibility to configure multiple static logins by @rzueger in #276
  • Hide runway field if activated in project config by @rzueger in #277
  • Change label for number of pax from "Anzahl" to "Anzahl Passagiere" by @rzueger in #279
  • Move items for departure commit requirements dialog to config by @rzueger in #280
  • Add reference number to movement details in list by @rzueger in #281
  • Pr/ldg fees by @rzueger in #282
  • Add custom departure requirement for LSPV by @rzueger in #283
  • Use credentials to fetch node image from dockerhub to avoid error by @rzueger in #284
  • Emphasize reference number for payment of landing fees by @rzueger in #285
  • Use correct TYPTR codes for helicopters in Airstat movements report by @rzueger in #286
  • Remove highlighting of reference number in arrival wizard finish page by @rzueger in #288
  • Add landing fees to movement list detail panel by @rzueger in #289
  • Add landing fees to (internal) movements report by @rzueger in #290
  • Use firebase@9 for deployment on wercker by @rzueger in #291
  • Pr/go around fees by @rzueger in #295
  • Add columns LDG_COUNT and GA_COUNT to internal movement report by @rzueger in #297
  • Set type of runway (TYPPI) "A" (asphalt) for LSPV runways by @rzueger in #298
  • Pr/bazl airstat fixes by @rzueger in #299
  • Add possibility to disable links in UI for certain users by @rzueger in #300
  • Fix departure and arrival routes for LSPV by @rzueger in #301
  • Fix bug where time fields were set to 0 when lost focus w/o changes by @rzueger in #302
  • Update package-lock.json by @rzueger in #303
  • Improve matching of associated movement in movement list by @rzueger in #306
  • Add dropdown to select delimiter to report forms (comma vs semicolon) by @rzueger in #307
  • Pr/aircraft import category by @rzueger in #309
  • Take custom aircrafts from settings into account during import by @rzueger in #310
  • Add new mandatory field aircraftCategory to movement wizard by @rzueger in #311
  • Replace helicopter heuristic based on registration with actual category by @rzueger in #312
  • Pr/circuits matching by @rzueger in #313
  • Remove annoying automatic scrolling in dropdown component by @rzueger in #314
  • Fix matching of circuit movements for non-homebased aircrafts by @rzueger in #318
  • Instruct pilots to create departure and arrival for circuits by @rzueger in #319
  • Add filtering options for movements (only for admins) by @rzueger in #320
  • Fix movement association if filtered with circuits by @rzueger in #321
  • Pr/card payments by @rzueger in #337
  • Add cancel button for card payments by @rzueger in #338
  • v4.0.0 by @rzueger in #339

Full Changelog: v3.2.2...v4.0.0

v3.2.2

27 Feb 20:09
c76c68a
Compare
Choose a tag to compare

Don't count "HBY.." registrations as helicopters in yearly summary report

v3.2.1

19 Apr 23:03
Compare
Choose a tag to compare

Features:

  • Enable REST API calls using the hosting domain

v3.2.0

19 Apr 21:46
050b8c8
Compare
Choose a tag to compare

New features:

  • Aerodrome status can be set in administration page and published via REST API and display page /#/aerodrome-status

Other changes:

  • Updated Firebase functions dependencies and adjusted auth cloud function

v3.1.3

09 Sep 14:45
172d49c
Compare
Choose a tag to compare

Airstat report: Split arrival record with more than one landing (or with go arounds) into arrival and an additional circuits record.

v3.1.2

01 May 11:24
6137981
Compare
Choose a tag to compare

Correct landing fees for LSZT Lommis

v3.1.1

30 Apr 19:21
699accd
Compare
Choose a tag to compare

Use Node 10 on Wercker to fix npm install

v3.1.0

30 Apr 18:09
29d1367
Compare
Choose a tag to compare

New features:

  • Calculate and display landing fees on arrival

Fixed bugs:

  • Fixed bug where older flights weren't loaded when bottom of list was reached

Other changes:

  • Updated Babel and Jest to latest version