mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-22 12:42:21 +01:00
- Add General display options (Interval, ShowClock, etc.) to addon config schema - Add per-Account filter options (Albums, People, ShowFavorites, etc.) to Accounts schema - Rewrite 99-run.sh to generate complete Settings.yaml with General and Accounts sections - env_vars are automatically classified as General or Account-level settings - Schema options take precedence over env_vars - Full backward compatibility: existing env_var configs continue to work - Update README with comprehensive options documentation - Bump version to 1.0.32.0-4 Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2.2 KiB
2.2 KiB
1.0.32.0-4 (17-03-2026)
- Fix: env_vars now properly written to Settings.yaml instead of only environment variables
- Added General config options to addon UI (Interval, ShowClock, PhotoDateFormat, Style, Layout, etc.)
- Added per-Account config options to addon UI (Albums, People, ShowFavorites, ShowMemories, etc.)
- env_vars are automatically classified as General or Account settings in Settings.yaml
- Full backward compatibility: existing env_vars configurations continue to work
1.0.32.0-3 (16-03-2026)
- Minor bugs fixed
1.0.32.0-2 (2026-03-16)
- Added multi-account support: configure multiple Immich accounts via the
Accountsoption in the addon configuration ApiKeyandImmichServerUrlare now optional when using theAccountslist- Settings.yaml is now auto-generated from addon options for reliable multi-account configuration
1.0.32.0 (2026-03-07)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.31.0 (2026-01-21)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.30.0 (2025-12-13)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
- Added support for configuring extra environment variables via the
env_varsadd-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
"1.0.29.0" (2025-10-18)
- Minor bugs fixed
1.0.29.0 (2025-10-18)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.28.0 (2025-07-18)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.27.2 (2025-06-28)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.27.1 (2025-06-21)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
1.0.26.2-3 (2025-06-08)
- Minor bugs fixed
1.0.26.2-2 (2025-06-01)
- First build