-
v2.2.0
Stablereleased this
2026-03-26 15:43:46 +00:00 | 0 commits to main since this releaseThis 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-originsargument (orCORS_ORIGINSenvironment variable), falling back tosame-originif not specified. - The
--trust-proxyargument (orTRUST_PROXYenvironment variable) is used to indicate trust of theX-Forwarded-Forheader 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-Typeheader.
Docker: https://hub.docker.com/repository/docker/blakerain/parcel/tags/v2.2.0
Forgejo: https://git.blakerain.com/BlakeRain/-/packages/container/parcel/v2.2.0Full Changelog: https://git.blakerain.com/BlakeRain/parcel/compare/v2.1.4...v2.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.1.4 Stable
released this
2025-07-18 16:38:36 +00:00 | 99 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.1.0 Stable
released this
2024-10-26 21:23:40 +00:00 | 187 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.1.0-beta2 Pre-release
released this
2024-10-26 20:23:27 +00:00 | 190 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v2.0.4 Stable
released this
2024-10-12 10:39:03 +00:00 | 229 commits to main since this releaseThis 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)