cli-v0.3.0

pydantic/pydantic-aicli-v0.3.0Jul 10, 2026by github-actions[bot]

AI Summary

Adds `--exclude-albums` flag for exports, admin email testing command, and improved passkey/email-OTP compatibility. Fixes handling of tilde and relative paths.

Key Highlights

  • Added `--exclude-albums` to skip albums during export
  • Added `admin send-mail` for testing email configuration
  • Improved passkey and email-OTP login compatibility
  • Fixed handling of `~` and relative paths for exports

New Features

  • Album exclusion flag
  • Admin email testing
  • Login compatibility improvements
  • Path handling fixes

Full Release Notes

  - Added `--exclude-albums` to skip albums by name during export. Matching is case-insensitive, and existing
  exported files are left untouched.
  - Added `admin send-mail` for testing email configuration on self-hosted servers.
  - Improved passkey and email-OTP login compatibility, particularly for self-hosted deployments.
  - Fixed handling of `~` and relative paths for export directories and Auth export decryption.