What's Changed
- Verify hltb response has some game data by @gantoine
- Add custom tilfoil welcome message via env var by @gantoine
- Add hltb to manual search results by @gantoine in #2493
- Add support for OIDC role claim by @MaienM in #2494
- Add option to disable setup wizard by @MaienM in #2495
- Show indicator if platform not identified by @gantoine in #2500
- New multi download endpoint by @gantoine in #2499
- Fix missing integrity field of package-lock.json by @jvanbruegge in #2501
- Use proper SPDX identifier for license in pyproject.yaml by @jvanbruegge in #2503
New environment variables
DISABLE_SETUP_WIZARD
: Disables the setup wizard when using OIDCTINFOIL_WELCOME_MESSAGE
: Custom welcome message in Tinfoil- Support for OIDC role claim
OIDC_CLAIM_ROLES
: List of claim rolesOIDC_ROLE_VIEWER
: Mapped role for viewer userOIDC_ROLE_EDITOR
: Mapped role for editor userOIDC_ROLE_ADMIN
: Mapped role for admin users
New Contributors
Full Changelog: 4.3.0...4.3.1-beta.1