PixelFed v0.10.8 Release Notes

Release Date: 2020-01-29 // about 4 years ago
  • ➕ Added

    • ➕ Added BANNED_USERNAMES .env var, an optional comma separated string to ban specific usernames from being used (6cdd64c6)
    • ➕ Added RestrictedAccess middleware for Restricted Mode (17c1a83d)
    • ➕ Added FailedJob garbage collection (5d424f12)
    • ➕ Added Password Reset garbage collection (829c41e1)

    🛠 Fixed

    • 🛠 Fixed Story Compose bug affecting postgres instances (#1918)
    • 🛠 Fixed header background bug on MomentUI profiles (#1933)
    • 🛠 Fixed TRUST_PROXIES configuration (#1941)
    • 🛠 Fixed settings page default language (4223a11e)
    • 🛠 Fixed DeleteAccountPipeline bug that did not use proper media paths (578d2f35)

    ⚡️ Updated

    • ⚡️ Updated presenter components, load fallback image on errors (273170c5)
    • ⚡️ Updated Story model, hide json attribute by default (de89403c)
    • ⚡️ Updated compose view, add deprecation notice for v3 (57e155b9)
    • ⚡️ Updated StoryController, orientate story media and strip exif (07a13fcf)
    • ⚡️ Updated admin reports, fixed 404 bug (dbd5c4cf)
    • ⚡️ Updated AdminController, abstracted dashboard stats to AdminStatsService (41abe9d2)
    • ⚡️ Updated StoryCompose component, added upload progress page (2de3c56f)
    • ⚡️ Updated instance config, cleanup and add restricted mode (3be32597)
    • ⚡️ Update RelationshipSettings Controller, fixes #1605 (4d2da2f1)
    • ⚡️ Updated password reset, now expires after 24 hours (829c41e1)
    • ⚡️ Updated nav layout (73249dc2)
    • ⚡️ Updated views with noscript warnings (eaca43a6)

    ⬆️ Upgrade Instructions

    • ⏱ Please make sure you are running the scheduler cronjob that process periodic garbage collection and other things.