Internationalisation
The majority of UI strings have been moved into translation-friendly TOML files, which you can find here:
📁 https://github.com/damongolding/immich-kiosk/tree/main/locales
Want to help improve translations?
Pull requests are highly appreciated if you spot anything incorrect or awkwardly phrased!
Improved cache expiration
Cache expiration is no longer capped at 5 minutes and will scale with longer duration lengths
Weather API secret
Note
Weather locations still have to be configured using a config.yaml file.
Add KIOSK_WEATHER_API_KEY_FILE to allow suppling a global OpenWeatherMap api key via secrets.
What's Changed
🚀 New Features
- Feature/i18n by @damongolding in #592
⚡ Fixes
- Improved cache expiration by @damongolding in #595
- Add image background blur for edge cases by @mikemulhearn in #585
Other changes
- add weather api secret by @damongolding in #597
New Contributors
- @mikemulhearn made their first contribution in #585
Full Changelog: v0.28.1...v0.28.2