Lumio v0.73.0
A pull is enough — no changes to .env, the compose command or the database. Frontend and API are affected, so only the main server.
Added
- Finnish is now available, for the interface and for email alike. All 2567 interface strings and 340 mail phrases translated, with dates, numbers and currency following Finnish convention. Contributed by @canja006.
Fixed
- The dictionary check was only comparing German and Italian against English by name, so a newly added language could have shipped incomplete without anything noticing. It now takes the list of languages from the code, so the next one is covered automatically.
Added
scripts/lumio-check-ports.shchecks Lumio's ten TCP/UDP ports against the host beforedocker compose up, and offers to write an alternative into.envwhere a port has a dedicated variable. Without it a port conflict shows up as a container that quietly refuses to bind rather than as an error you can act on. Documented indocs/PORT-CHECK.md. Contributed by @manuzzi.