@@ -7,6 +7,180 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.9] ( https://github.com/encryption4all/cryptify/compare/v0.1.8...v0.1.9 ) - 2026-03-27
11+
12+ ### Added
13+
14+ - one qr code for signature
15+ - add button to include sender confirmation
16+ - add sent confirmation, also encrypt for sender
17+ - keep the border around the file box
18+ - apply more of Jorrits new design
19+ - add filesharing to multiple recipients
20+ - more work on signatures
21+ - update pg-wasm package
22+ - change postguard pkg url
23+ - add sender verification and update rocket to rc3
24+ - include metrics header in all PKG requests
25+ - retrieve lang setting via message
26+ - add example irma server configuration
27+ - determine backend url automatically
28+ - bump wasm dependency to 0.2.2
29+ - add swapped font
30+ - minor style changes to match embedded design
31+ - remove rocket cors for now, since backend and frontend are on the same host
32+ - update docker-compose config
33+ - feat add/update docker-compose configurations
34+ - only expose nginx service from host
35+ - frontend and backend on same origin
36+
37+ ### Fixed
38+
39+ - semver version on release
40+ - scope config.toml gitignore pattern to repo root only
41+ - add initial v0.1.0 changelog entry to prevent release-plz from including all history
42+ - trigger delivery on tag push so semver Docker tags are applied
43+ - remove invalid command value from release-plz workflow
44+ - replace checkmark SVG with HTML/unicode equivalent in email ([ #29 ] ( https://github.com/encryption4all/cryptify/pull/29 ) )
45+ - replace SVG with PNG in email template ([ #29 ] ( https://github.com/encryption4all/cryptify/pull/29 ) )
46+ - keep one recipient, clear when removed
47+ - scrollable column
48+ - use correct language in EncryptPanel
49+ - translation and layout fixes
50+ - start command in dev setup
51+ - remove/rename irma/mailhog correctly
52+ - wrong expiry date calculation
53+ - height input file button in dutch
54+ - minor changes to message textarea css
55+ - actually use irma token in onEncrypt()
56+ - sending e-mails now work in debug and release mode
57+ - several front-end bugfixes
58+ - typos
59+ - backend config read correctly
60+ - trailing slash backend url
61+ - set public path correctly
62+ - production-like config.toml
63+ - error in dev config
64+ - fix some post-merge errors
65+ - fix conflicts
66+ - force lowercase email address
67+ - dont use form in DecryptPanel, since button in form uses has
68+
69+ ### Other
70+
71+ - release v0.1.8
72+ - Disable release-plz cargo publishing
73+ - Add id-token write
74+ - release v0.1.7
75+ - Reset release-plz to defaults
76+ - release v0.1.6
77+ - release v0.1.5
78+ - move Rust crate from cryptify/ subdirectory to repo root
79+ - release v0.1.4
80+ - Merge pull request #68 from encryption4all/fix/release-plz-setup
81+ - release v0.1.1
82+ - add package description to Cargo.toml
83+ - update Rust edition from 2018 to 2021
84+ - add repository and license metadata to Cargo.toml
85+ - Merge pull request #58 from encryption4all/feat/release-plz
86+ - Update pipeline action versions
87+ - Add release-plz
88+ - * (deps)* bump rustls-webpki from 0.103.8 to 0.103.10 in /cryptify
89+ - Merge pull request #50 from encryption4all/dependabot/cargo/cryptify/time-0.3.47
90+ - Merge pull request #49 from encryption4all/dependabot/cargo/cryptify/bytes-1.11.1
91+ - * (deps)* bump bytes from 1.10.1 to 1.11.1 in /cryptify
92+ - upgrade anchore/scan-action to v7.3.2 and codeql-action to v4
93+ - Move imdage name from cryptify-backend to cryptify
94+ - Split Docker build into native amd64/arm64 jobs, add cargo-chef caching
95+ - Add poll watching for claude code
96+ - Change email template to match design
97+ - Merge pull request #46 from encryption4all/rm-frontend
98+ - Change url send confirmation
99+ - Add SMTP logging and connection timeout to email sending
100+ - Add 10s timeout to PKG fetch to prevent silent startup hang
101+ - Change error to properly print url
102+ - Add better error msg for pkg fetch
103+ - Fix CI deployment
104+ - Change email url
105+ - Rename cryptify-backend to cryptify
106+ - Add dockerignore to cut build context
107+ - Change pkg_url in dev.toml
108+ - Improve dev setup and update API description
109+ - Remove frontend
110+ - Remove frontend and clean up unused deployment files
111+ - Add docker-compose.dev.yml for local development
112+ - Update dev configuration for Rocket compatibility
113+ - Add development Dockerfile for frontend
114+ - Add development Dockerfile for backend with cargo-chef
115+ - Remove double wasm types definition nginx.conf
116+ - Use matrix builds for faster build times
117+ - Use hashes instead of tags to prevent potential sidechain attacks
118+ - External config file ([ #31 ] ( https://github.com/encryption4all/cryptify/pull/31 ) )
119+ - Frontend docker file ([ #30 ] ( https://github.com/encryption4all/cryptify/pull/30 ) )
120+ - Frontend docker file ([ #29 ] ( https://github.com/encryption4all/cryptify/pull/29 ) )
121+ - Made a docker file for the frontend ([ #28 ] ( https://github.com/encryption4all/cryptify/pull/28 ) )
122+ - I do not know how it got built with docker, now builds with command line too
123+ - Added health endpoint ([ #27 ] ( https://github.com/encryption4all/cryptify/pull/27 ) )
124+ - expose port
125+ - Updated deps and made workflow for delivery ([ #26 ] ( https://github.com/encryption4all/cryptify/pull/26 ) )
126+ - Update PKG URL
127+ - Updated env var
128+ - Update env variable
129+ - Updated env vars
130+ - Updated backend url to use main env
131+ - Merge branch 'main' of https://github.com/encryption4all/cryptify
132+ - Updated PKG URL
133+ - Merge branch 'main' of https://github.com/encryption4all/cryptify
134+ - Updated pg-wasm version
135+ - Merge branch 'stable' into main
136+ - * (deps)* update pg-wasm 0.3.0
137+ - remove yivi css
138+ - more work on layout
139+ - change to sign and send button
140+ - small changes
141+ - merge main
142+ - small changes
143+ - use new pkg urls
144+ - initial signature support
145+ - remove unused encrypt panel code
146+ - update to released version of lettre, minor other changes
147+ - use PUBLIC_URL env variable
148+ - small changes
149+ - embed version of cryptify
150+ - postguard embed version
151+ - Merge branch 'dev'
152+ - update readme
153+ - add backend dockerfile
154+ - update package-lock.json
155+ - update docker-compose config
156+ - update gitignore
157+ - simplify decryptPanel
158+ - small changes to compose
159+ - remove old deployment files
160+ - for now, don't include cors settings
161+ - move dev config file to conf/
162+ - remove unused old CORS config
163+ - remove unused responders structs
164+ - changes to verification code and setup CORS configuration
165+ - simplify encryption process
166+ - Merge main including sender authentication in dev branch
167+ - Merge branch 'main' into add-email-verification
168+ - Merge pull request #1 from arjentz/add-rust-backend
169+ - Processed review
170+ - Fix docker-compose.dev.yml
171+ - Add development setup
172+ - Remove metadata, cargo clippy, cargo fmt
173+ - Update backend to match frontend changes
174+ - Uncomment some proper checks
175+ - Add code from rust backend
176+ - Final sync to github
177+ - Initial commit.
178+ - Update README.md
179+ - Update README.md
180+ - Delete LICENSE
181+ - Create LICENSE
182+ - Initial commit
183+
10184## [ 0.1.8] ( https://github.com/encryption4all/cryptify/compare/v0.1.7...v0.1.8 ) - 2026-03-27
11185
12186### Fixed
0 commit comments