Skip to content

Releases: odch/flightbox

v2.4.2

31 Mar 15:42
a6cd54c

Choose a tag to compare

New features:

  • None

Fixed bugs:

  • None

Other changes:

  • Updated 3rd party library react-router (major update to v4.2.2).

v2.4.1

30 Mar 12:13
ad592dd

Choose a tag to compare

New features:

  • None

Fixed bugs:

  • None

Other changes:

  • Updated some 3rd party libraries.

v2.4.0

27 Nov 11:22
bafc762

Choose a tag to compare

New feature:

  • New CSV report for yearly summary of all movements

v2.3.1

18 Jun 13:27

Choose a tag to compare

  • Display link to opendigital.ch on start page
  • Added more automated tests

v2.3.0

23 May 20:18

Choose a tag to compare

New feature:

  • Associate movements in movement list (match the arrivals and departures which belong together).
    The movements are associated as follows:
    • If it's a departure and the aircraft is based on this aerodrome: associated movement is the subsequent arrival
    • If it's an arrival and the aircraft is based on this aerodrome: associated movement is the preceding departure
    • If it's a departure and the aircraft is not based on this aerodrome: associated movement is the preceding arrival
    • If it's an arrival and the aircraft is not based on this aerodrome: associated movement is the preceding departure

Other changes:

  • Everytime the movement list is opened, all previously loaded older movements are discarded. We don't keep the whole list in the client anymore.

v2.2.0

11 May 10:54

Choose a tag to compare

New feature:

  • All movements (both departures and arrivals) are displayed in a single list now (not in a tab panel anymore)

v2.1.4

26 Apr 06:26

Choose a tag to compare

Fixed bug:

  • There occur stability problems when the application is active for more than 24 hours. A nightly reload has been added now to mitigate these problems (as a temp. workaround until the problems are solved properly).

v2.1.3

23 Apr 15:14

Choose a tag to compare

Usability improvements:

  • Better movement wizard progress indicator
  • Better layout of buttons on small devices (expanded to full width)

v2.1.2

19 Apr 06:30

Choose a tag to compare

Fixed bug:

  • Keep movement list getting synced after the Firebase session expires and refreshes (after 24h)

v2.1.1

09 Apr 17:10

Choose a tag to compare

Updated dependencies css-loader, file-loader, sass-loader and style-loader.