Skip to content

Releases: vsimakhin/web-logbook

v3.16.0

25 Oct 12:18
6d27c17

Choose a tag to compare

  • Fix: Error when building aircraft list if multiple aircraft types were logged under the same registration number.
  • Update: Golang and npm packages/security patches
  • Fix/Update: Simplified and corrected night time calculation. Previously, it could be inaccurate for routes on the opposite side of the globe from Europe.
  • Fix: Night time field wasn't updated (for copied flights) if the actual night time was 0.

v3.15.0

15 Oct 13:59
ee39278

Choose a tag to compare

  • New: Add option to upload and download the database file (SQLite only).
  • Fix: Update column number for the ICAO code for Our Airports database source.
  • Fix: Recalculate night time even the field is not empty.
  • New: Added an option to hide time fields on the Flight Record page.
  • Update: Reorganized action buttons on the Flight Record page.
  • Update: Set start of the week to Monday for the date fields.
  • New: Added badges on the navigation panel for very soon expiring and expired licenses, configurable from the Settings page.

v3.14.0

07 Oct 08:35
27f3d46

Choose a tag to compare

  • New: Expiration date tracking for Currency - Valid Until and Expire @xtncl

v3.13.0

06 Oct 13:43
e2729d2

Choose a tag to compare

  • Fix: Dashboard stats calculation when using custom manual dates

v3.12.0

04 Oct 07:25
d9e8471

Choose a tag to compare

  • Update: Dashboard and stats improved - simulator flights are now counted under the correct aircraft type or category when simulator type matches, otherwise grouped as "Simulator".
  • Update: Improved import with automatic recognition of date, time, and route in CSV fields, and added a help button with field format descriptions.

v3.11.0

27 Sep 08:44
46064ed

Choose a tag to compare

  • Update: General code optimization and UI improvements for the aircraft and airports tables (column resizing)
  • New: Custom person roles (new field on the Settings page)
  • New: Added Since and All Time time frame units for the Currency
  • Update: grey out 0:00/0 values in the stats tables
  • New: Enroute field as a new custom type. Allows to add enroute/touch-n-goes airfields and show them on the map. Distance is recalculated as well.

v3.10.0

19 Sep 09:31
ee93018

Choose a tag to compare

  • Fix: track plotting from SkyDaemon KML files

v3.9.0

13 Sep 11:27
5a2d65b

Choose a tag to compare

  • Fix: Corrected caching for Persons entity
  • Update: Increase timeout for initial DB check
  • Update: Golang and npm packages/security patches
  • Fix: Don't show the brackets if the person doesn't have a role
  • Update: Change Map selectors No Route Lines/No Tracks to Route Lines/Tracks
  • New: Added Track and Attachments columns for the logbook table. Shows if a flight record has a track attached and amount of the attachments. Hidden by default

v3.8.0

06 Sep 08:20
90dbd75

Choose a tag to compare

  • New: Added a support to change the naming for the standard fields on the flight record page and all the tables (logbook and stats)

v3.7.0

03 Sep 14:11

Choose a tag to compare

  • New: Added new section Persons to track the crew members for the flights @danielkappelle