Various UI / UX enhancements around authentication:
- reduces some confusion with OIDC accounts allowing password resets
- properly marks required vs optional fields on account creation
- fixes a bug where OIDC users with
OIDC_AUTO_LAUNCH=truecould never actually log out.
Adds a visual separation for uploaded files which have no supported conversions.
Introduces localization support for future translations and added German translations with the help of @AnguTom. New translations are more than welcome, please see: https://transmute.sh/docs/translations/
Changes
- fix: fixed optional fields visibility (4109dfe)
- feat(converter): add RenameConverter for file extension rename conversions (zip to cbz, etc.) #99 (9e9e03d)
- feat(users): prevent oidc managed users & guest accounts from having their non-existent passwords set or overridden (47a7331)
- chore(deps): bump pytest from 9.0.2 to 9.0.3 (cf8809f)
- chore(deps): bump pillow from 12.1.1 to 12.2.0 (cd2d7fd)
- feat(converter): seperate unsupported files to prevent confusion (#116) (f88533b)
- fix(pkcs7): improve error handling for base64 decoding in PKCS7Converter (010f238)
- fix(auth): allow for a one time display of the auth screen when logging out while OIDC_AUTO_LAUNCH is enabled (#112) (fa3d6ba)
- feat: add German translations for the application (#107) (AI assisted) (a324bfe)
- feat: add i18next and react-i18next for internationalization support (#107) (AI assisted) (9fbdf48)
- chore: enhanced required field readability (353fb88)
Version Information
- Full version:
v0.11.0 - Minor version tag:
v0.11 - Major version tag:
v0
Updated Tags
v0.11→v0.11.0(created)v0→v0.11.0(updated)