Releases: osbytes/crypt.fyi
Releases · osbytes/crypt.fyi
v0.0.14
Features
- Add OpenTelemetry (otel) header configuration [dd5c83f]
- Add autoFocus to textarea element for better UX [be68cce]
Dependencies
- Adjust version pinning and update dependencies [9ed00f6, cb756f1]
- Bump node-forge to address potential vulnerabilities [4f004d5]
- Bump js-yaml to address security issues [550b1e8]
- Update Vite to version 7.1.12 [fb69c5b]
Full Changelog: v0.0.13...v0.0.14
0.0.13
Features
Improvements
Bug Fixes
- Fix URL search param check [3f15a05]
- Fix potential code scanning alert: Workflow permissions [9c63013]
Dependencies
- Major dependency upgrade: Bump form-data in npm_and_yarn [63e225b]
- Major dependency upgrades [d5a0455]
Documentation
- Update changelog generation script [31bd16e]
Full Changelog: v0.0.12...v0.0.13
v0.0.12
- mlkem v2 w/ chacha20poly1305
Full Changelog: v0.0.10...v0.0.12
v0.0.10
Update CSP style hashes
Full Changelog: v0.0.9...v0.0.10
v0.0.9 - post-quantum support
v0.0.8
Features
- Implement IP allow list encryption at rest [99d35d6]
- Add burn after n failed access attempts functionality [8b5221a]
Improvements
- Improve error handling on file reader processes [c2f6bdc, fb816bf]
- Update query parameters for form state retention and update form display [eaf74f7, 754010c]
- Reroute API index to healthcheck route for better resource management [891bd79]
Bug Fixes
- Fix erroneous file upload issues [ae1dfb8]
- Fix scroll jump after input and URL query parameter change [39e775f]
- Fix number input causing unwanted form submission [5c9652f, b561ca0]
- Fix form creation state issues [ecd89f7]
Security
Dependencies
- Upgrade Yarn version and enable corepack support [0b3b83e]
- Bump npm_and_yarn group dependencies across directories [be6b47f]
- Upgrade various package dependencies [e2fcba3]
Documentation
- Update README and landing page to reflect new features [1405a65, adce8b8]
- Clarify "why" statement in About page for better understanding [614e4bd]
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Changelog
Features
- Implement Tanstack router [893b101]
Fixes
- Fix chrome extension notifications [58e702f]
Updates
- Update CSP hashes [8570632]
Removals
- Remove unused permission policy header values [b5d5ce3]
- Remove package-lock.json and upgrade dependencies [1e1214b]
Backward Compatibility
- Enable backward-compatible SHA-512 migration [9c3d8f1]
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Features
- Make client publishable [52a0ee5]
- Add draw animation to logo and make logo a bit smaller in header [808df13]
Enhancements
- Move fetch retry client to core and add better timeout and listener cleanup [ff2292c]
- Make configurable redis/memory rate limiter depending on multi/single-instance deployment environment [1e57a96]
Bug Fixes
- Set family=0 in redis connection to support connecting to both IPv6 and IPv4 redis endpoints [888a426]
Refactoring
- Move off of
taptest framework [a947f13]
Dependencies
- Upgrade vite to 6.0.11 [f0da259]
- Bump the npm_and_yarn group across 1 directory with 2 updates [0bc3e63]
- Bump undici in the npm_and_yarn group across 1 directory [3bf6ecc]
Chores
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- advanced configuration - ip/cidr allow list by @dillonstreator in #9
- advanced configuration max reads by @dillonstreator in #15
- add ci workflow by @dillonstreator in #18
- fix#16 clearing read count and disabling burn after read results in read count = 0 by @dillonstreator in #17
- fix lint warnings by @dillonstreator in #20
- initialize core to centralize types by @dillonstreator in #21
- centralize and share encryption and decryption by @dillonstreator in #22
- fix 24 read count ttl test by @dillonstreator in #27
- fix#23 input outline clipping in collapsible content by @dillonstreator in #29
- fix #25 encrypt in worker by @dillonstreator in #26
- decrypt in worker thread by @dillonstreator in #30
- fix #32 nginx log cleanup by @dillonstreator in #34
- require user input before attempting to fetch the secret by @dillonstreator in #35
- add i18next translation framework by @dillonstreator in #36
- fix #38 radix ui CSP hashes by @dillonstreator in #39
- add v0 browser extension by @dillonstreator in #42
- add simple webhooks support by @dillonstreator in #45
- shared client sdk by @dillonstreator in #49
- Fix 52 client compression by @dillonstreator in #53
- fix #14 url persistence and hydration for form configuration by @dillonstreator in #55
- fix #46 bullmq webhook sender by @dillonstreator in #56
- fixes #58 fetch retry client by @dillonstreator in #60
Full Changelog: https://github.com/osbytes/crypt.fyi/commits/v0.0.5