Releases: vsimakhin/web-logbook
Releases · vsimakhin/web-logbook
v2.43.2
- Fix: Error on
Total by Month
page when changing a year in Chrome and MS Edge browsers.
v2.43.1
- Fix: Attachments not uploaded if the new record saved and page wasn't reloaded
v2.43.0
- Update: Updated golang version to the latest 1.23.2 and required packages. No UI change.
- Update: Removed update_time field from tables and some small code optimization. No UI change.
v2.42.0
- Update: No longer shorten the remarks field for small screens if the option "Do not adjust logbook columns for small screens" is selected
- Fix: Recreate the database view during startup in case changes didn't propagate after a version change.
v2.41.0
- Update: Update go minor version (1.21.13) and related packages (bug and security fixes).
- Fix: Corrected a title for the login page.
- Fix: Fix the random order of the elements on Stats by Type/Class pages
v2.40.0
- Update: The page will no longer reload when saving a new flight record.
- Update: During validation, fields with correct values will no longer be highlighted in green. Only fields with incorrect values will be highlighted in red.
- New: Added a "Copy" button to the Flight Record page.
- Update: When the arrival or departure time is changed and the total time is recalculated, the other time fields will also be checked against the old total.
v2.39.0
- Fix: Incorrect night time calculation when flying inside the polar circle
v2.38.0
- Fix: Bug with columns for the extended PDF format, both A4 and A5.
- Update: Update golang to 1.21.11 and golang packages
- Fix: The daterange picker on the main Logbook page didn't recognize the settings for the first day of the week (Monday or Sunday)
v2.37.0
- Update: Session manager now stores tokens in the database instead of memory. In this case it's possible to run the application in the Cloud platforms (AWS ECS, Google Cloud Run, Kubernetes) without always keeping it live and active.
v2.36.0
- Update: Slightly updated the build script to support v6 and v7 platforms for ARM32 binaries.
- New: Added new option to the Settings page -
Do not adjust logbook columns for small screens
. In this case the full logbook table will be shown without hiding any columns for mobile devices.
- New: New stats page - Totals by Month