• release-1.1.0 5c945c776a

    1.1.0
    Some checks are pending
    Release / Build heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Generate SBOM (push) Waiting to run
    Release / Build heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch main Docker image (push) Blocked by required conditions
    Release / Create multi-arch aio Docker image (push) Blocked by required conditions
    Release / Build heavy-aio Docker image (linux/amd64) (push) Waiting to run
    Release / Build heavy-aio Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy heavy Docker manifest (push) Blocked by required conditions
    Release / Merge Heavy heavy-aio Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-07-18 16:01:22 +00:00 | 65 commits to main since this release

    Added:

    • Added DB Agent Integration
    • Added Live File Collaboration support
    • Added CLI Command for Shell Autocompletions
    • Added support for defining backup groups
    • Added new schedule steps for backup-related logic
    • Added new schedule logic blocks for better conditions
    • Added new schedule triggers for resource usage over time
    • Added wings query tunnel to allow websocket-proxied tcp/udp tunnels into servers
    • Added support for binary payloads in file write/read endpoints
    • Added resource duplication to tons of models
    • Added overview pages for servers and nodes
    • Added ability to export backups to the server filesystem
    • Added more deployment customization to server deployment
    • Added async backup deletion to prevent long deletions from causing silent failures
    • Added ability to select "other" servers in copy remote and group add modals
    • Added ability to define compression type for raw s3 backups
    • Added readme preview for egg repository eggs when browsing
    • Added proper, readable error displays for tables
    • Added ability to look up users/servers/oauth using external id/identifiers
    • Added "advanced" system for forms, to reduce confusion for unimportant fields
    • Added placeholder system for server routing
    • Added better error messages to security key creation
    • Added ability to remote copy individual files instead of just mass-selections
    • Added new default avatars that display initials instead of the calagopus logo
    • Added better error messages for captcha api errors
    • Added ability to disable built-in panel frontend for deploying only the api

    Fixed:

    • Fixed some wings-proxy body proxying issues
    • Fixed json ordering issues in pterodactyl/pelican import
    • Fixed ports that were removed from a server but not yet deallocated being able to be assigned to new servers
    • Fixed some endpoints logging out the frontend by accident
    • Fixed invalid owner uuid check in copy remote
    • Fixed general performance issues on some pages due to giant state subscriptions
    • Fixed some issues in backup transfer reassignment
    • Fixed general fetching/state issues by switching more and more to tanstack
    • Fixed mobile responsiveness in the sidebar and on some pages in particular
    • Fixed giant page shifts when opening certain modals
    • Fixed issues in server websocket handler that caused pointless reconnects and issues on transfer finishes
    • Fixed issue where server stats would show a very high initial "per second" value instead of waiting for a tick
    • Fixed unability to press enter in some modals/forms
    • Fixed impersonation being stored in localStorage instead of session storage, therefore affecting other tabs
    • Fixed issue where certain code paths ended up not correctly downcasting DisplayErrors causing useless user error messages

    Full Changelog: https://github.com/calagopus/panel/compare/release-1.0.11...release-1.1.0

    Downloads