Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.22](https://github.com/encryption4all/cryptify/compare/v0.1.21...v0.1.22) - 2026-04-24

### Added

- make chunk size configurable via TOML, default 5 MB
- tiered upload limits for API key users, 10 MiB chunks, resets_at in 413
- enforce server-side upload limits (5 GiB/upload, 15 GiB rolling/email)

### Fixed

- align upload limits to round GB values (5 GB / 100 GB)
- use GB instead of GiB in API description
- *(upload)* raise Rocket data limits to match CHUNK_SIZE

### Other

- Merge branch 'main' into feat/x-postguard-email-header
- Merge pull request #105 from encryption4all/fix/upload-chunk-data-limit
- remove outdated cryptify-frontend/backend references
- Add PostGuard logo to README
- Standardize README

## [0.1.21](https://github.com/encryption4all/cryptify/compare/v0.1.20...v0.1.21) - 2026-04-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cryptify"
version = "0.1.21"
version = "0.1.22"
authors = ["David Venhoek <david@tweedegolf.com>"]
edition = "2021"
repository = "https://github.com/encryption4all/cryptify"
Expand Down