Releases: vsimakhin/web-logbook
Releases · vsimakhin/web-logbook
v2.44.0
- Update: Update golang packages.
- Fix: Add database schema version and check, so the app will not recreate DB views on every start up.
- Update: There are few major updates for the docker files and image containers
- The base image changed from
debian:bookworm-slim
toalpine
, which reduced the container image size 3x - from 104MB to 37MB - The image supports
linux/amd64
andlinux/arm64
now - The entrypoint and cmd are changed. If you don't see data with the new image try to remove
./web-logbook
from the command
# old image ENTRYPOINT ["./web-logbook", "-dsn", "/data/web-logbook.sql"] # new image ENTRYPOINT ["./web-logbook" ] CMD ["-dsn", "/data/web-logbook.sql"]
- The base image changed from
v2.43.3
v2.43.2
v2.43.1
v2.43.0
v2.42.0
v2.41.0
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.