Skip to content

Releases: odch/flightbox

v2.1.0

08 Apr 09:29

Choose a tag to compare

New features:

  • Click on a movement in the list displays detailed information (no need to click through the wizard anymore). To edit the movement there is an edit button on the bottom right.

v2.0.4

02 Apr 11:25

Choose a tag to compare

  • Changed label "Abflug" to "Abflug erfassen" in movements list
  • Adjusted LSZT theme according to new CI

v2.0.3

29 Mar 16:51

Choose a tag to compare

Fixed bugs:

  • Fixed layout issues in movement wizard which got introduced in v2.0.2

v2.0.2

28 Mar 19:54

Choose a tag to compare

Fixed bugs:

  • Fixed layout issues in pages with vertical header on the left side (for example the movements page): there was a blank space at the bottom when the browser address bar wasn't visible.
  • Fix infinite scrolling on movements page (on Chromebit)

v2.0.1

19 Mar 17:44

Choose a tag to compare

Fixed bug:

  • Movement wizard: only display clear button in member nr dropdown, if dropdown is not readonly

v2.0.0

21 Feb 15:52

Choose a tag to compare

  • Major refactoring (Redux)
  • Support for multiple projects (each with its own config)
  • Replaced selection list for aircraft, pilot or aerodrome at the right with dropdown components

v1.1.1

09 Oct 13:40

Choose a tag to compare

  • Fix support for Safari and Internet Explorer (fetch polyfill)

v1.1.0

02 Oct 14:29

Choose a tag to compare

  • Display confirmation dialog if unknown aerodrome is entered
  • Convert departure and destination aerodrome to upper case (as you type)
  • Convert aircraft registration to uppercase and remove invalid letters (as you type)
  • Added item for preflight check in commit requirement dialog

v1.0.1

02 Oct 08:42

Choose a tag to compare

  • New MFGT API services (authentication)
  • Updated several dependencies to the latest version

v1.0

29 May 09:43

Choose a tag to compare

Let auth cookie expire when browser session is closed

It's dangerous to keep the cookie as long as Firebase
token is valid, because a user could be logged in again
automatically even though he quit the browser in the
intervening time (there are many users who forget to
click the logout button).