Releases: vsimakhin/web-logbook
Releases · vsimakhin/web-logbook
v2.31.0
- New: Add autoformat for the date field, so it can convert
D/MM/YYYY
,DD/MM/YYYY
andD/M/YYYY
to the fullDD/MM/YYYY
format. - Fix: Allow full HH:MM format for flight time, so even 02:15 is valid (previously it allowed 2:15 only without leading 0)
- Fix: If the name field in the AirportDB listing is too long, the listing is displayed outside the popup. Fixed.
v2.30.0
- Fix: Map now show a great circle arcs instead of "direct" lines.
- Fix: Duplicate models in the field of the flight record form. Fixed. Plus added sorting for models and regs.
- Fix: The ICAO code was not properly set for the airports from ourairports.com source. Changed the algorithm to assign the codes.
v2.29.1
v2.29.0
- New: Additional sources for the airport databases. The new option added is from https://ourairports.com
v2.28.1
v2.28.0
- New: Add licensing synchronization with mobile app. No UI changes.
- Fix: The
-url
parameter was ignored. Now the default value is empty, which means the app will listen on all available network interfaces.
You can set-url localhost
and app will listen onlocalhost
or127.0.0.1
only. - New: Few changes for the future new mobile client. No UI changes.
v2.27.0
v2.26.0
- Update: ignore case for filters on the
Map
page - Fix: The filter on the
Map
page wasn't working correctly if there was a space in the fields - Update: Show the total number of rows for most of the tables (Logbook, Licensing, Airports)
- New: Date Range Picker first day of the week settings - Sunday or Monday.
- New: Attachments synchronization support for the mobile application.