• v2.2.0 5add9b9026

    v2.2.0
    All checks were successful
    Check / check (push) Successful in 3m36s
    Release / docker-hub (push) Successful in 2m37s
    Release / docker-hub-libreoffice (push) Successful in 2m38s
    Stable

    BlakeRain released this 2026-03-26 15:43:46 +00:00 | 0 commits to main since this release

    This release adds some small fixes and improvements, bumps some dependencies, and represents the
    migration away from GitHub to a self-hosted instance of Forgejo.

    • Include generation of upload previews.
    • Bump various dependencies to their latest versions
    • Upload information is now loaded concurrently from the database
    • The administration pages now include pagination
    • Error handling has been improved
    • Accounts can now be locked after a number of failed login attempts (default is 10)
    • Bulk operations, such as deleting uploads and managing user teams, are now batched to reduce issues with concurrent access.
    • The download filename is now sanitised to prevent safety issues.
    • Can now specify a list of CORS origins to allow via the --cors-origins argument (or CORS_ORIGINS environment variable), falling back to same-origin if not specified.
    • The --trust-proxy argument (or TRUST_PROXY environment variable) is used to indicate trust of the X-Forwarded-For header for client IP detection. This is more relevant now that we are locking accounts after a number of failed login attempts.
    • Added a CSRF error page to better explain what went wrong.
    • Uploads can now be searched.
    • Generation of the upload slug now avoids collisions with existing slugs. Didn't think this would ever happen!
    • Migrated to Tailwind CSS v4.
    • If we have the MIME type of a uploaded file, we now include it in the download Content-Type header.

    Docker: https://hub.docker.com/repository/docker/blakerain/parcel/tags/v2.2.0
    Forgejo: https://git.blakerain.com/BlakeRain/-/packages/container/parcel/v2.2.0

    Full Changelog: https://git.blakerain.com/BlakeRain/parcel/compare/v2.1.4...v2.2.0

    Downloads
  • v2.1.4 e12d5d5260

    v2.1.4 Stable

    BlakeRain released this 2025-07-18 16:38:36 +00:00 | 99 commits to main since this release

    This release adds some various fixes and improvements

    • Upload permissions were revamped (tracking in #6)
    • Address incorrect number formatting (IEC vs SI)
    • Account and team limits now include a dropdown for scale
    • The SQLite database now uses the WAL
    • Bulk uploads now insert into the database far faster
    • Group checkboxes (for selecting uploads) now just use DOM state
    • Stats are now updated when deleting uploads
    • Teams edit modal now automatically creates the team slug
    • Better error pages
    • Tabs now show the number of uploads
    • Passwords now automatically transition from PBKDF2 to ARGON2
    • Share modal copy button now correctly forms the URL
    • Deletion operations now include CSRF checking
    • Fixes for various formatting and layout issues

    Full Changelog: https://github.com/BlakeRain/parcel/compare/v2.1.0...v2.1.4

    Downloads
  • v2.1.0 84e8913689

    v2.1.0 Stable

    BlakeRain released this 2024-10-26 21:23:40 +00:00 | 187 commits to main since this release

    This release adds support for teams (see #1).

    • Teams can be created in the administration page and can have custom URL slugs.
    • Users can be added to any number of teams.
    • Uploads that belong to teams can be managed by all members of the team.
    • Team uploads with custom slugs will use the team slug in their URL (i.e.: /uploads/my-team-name/my-upload-name)

    Full Changelog: https://github.com/BlakeRain/parcel/compare/v2.0.4...v2.1.0

    Downloads
  • v2.1.0-beta2 3606953f87

    v2.1.0-beta2 Pre-release

    BlakeRain released this 2024-10-26 20:23:27 +00:00 | 190 commits to main since this release

    This is the beta release for Parcel with support for teams (#1).

    Full Changelog: https://github.com/BlakeRain/parcel/compare/v2.0.5...v2.1.0-beta2

    Downloads
  • v2.0.4 b70ff8eb75

    v2.0.4 Stable

    BlakeRain released this 2024-10-12 10:39:03 +00:00 | 229 commits to main since this release

    This is a small release that addresses some small bugs. Previously released from Gitea but recreated here.

    Full Changelog: https://github.com/BlakeRain/parcel/compare/v2.0.0...v2.0.4

    Downloads