From 0a473e62db28a3381979053535a9a9fcb39e399a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:50:55 +0000 Subject: [PATCH] chore: release v0.1.27 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b85b90a..542c7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.27](https://github.com/encryption4all/cryptify/compare/v0.1.26...v0.1.27) - 2026-05-13 + +### Added + +- staging_mode config that logs instead of sending email +- *(upload)* GET /fileupload/{uuid}/status for cross-refresh resume + +### Fixed + +- add HTTP Range support to /filedownload + +### Other + +- resolve conflicts with main (download route) +- *(upload)* cover /status preflight + deadline-extension AC + ## [0.1.26](https://github.com/encryption4all/cryptify/compare/v0.1.25...v0.1.26) - 2026-05-07 ### Added diff --git a/Cargo.lock b/Cargo.lock index 914c816..fbd2190 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.26" +version = "0.1.27" dependencies = [ "askama", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 53f36bb..dc7486e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.26" +version = "0.1.27" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify"