Releases: HemmeligOrg/Hemmelig.app
Releases · HemmeligOrg/Hemmelig.app
Le Darkmode
This is the first of many releases of version 2
What's Changed
- Bump fastify-multipart from 4.0.7 to 5.3.1 by @dependabot in #45
- Bump validator from 13.6.0 to 13.7.0 by @dependabot in #46
- Bump follow-redirects from 1.14.5 to 1.14.8 by @dependabot in #48
- Bump nanoid from 3.1.23 to 3.1.31 by @dependabot in #47
- Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #49
- Bump url-parse from 1.5.7 to 1.5.10 by @dependabot in #50
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #52
- security: run the DAST for every push to main by @bjarneo in #54
- build(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #53
- build(deps): bump eventsource from 1.1.0 to 1.1.1 by @dependabot in #57
- build(deps): bump file-type from 16.5.0 to 16.5.4 by @dependabot in #59
- build(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #58
- feat: refactor and use mantine with darkmode by @bjarneo in #60
New Contributors
- @dependabot made their first contribution in #45
Full Changelog: v1.9.0...v2.0.0
Random password + never expire TTL
What's Changed
- feat: generate random password checkbox by @bjarneo in #43
- feat: add never expire TTL by @bjarneo in #44
Full Changelog: v1.8.5...v1.9.0
Bcrypt fix
- fix: update bcrypt to bcrypt js
Plz no burn me
What's Changed
- chore: add env file
- fix: ignore scripts such as prepare for husky on production build
- security: change the burn endpoint to post to prevent CSRF
- feat: add checkbox to disable burn of a secret before expiration date
- chore: disable file upload field if not active from the server
- chore: increase the default secret textarea height
- chore: run prettier
- fix: update dependencies and eslint errors
- Implement redux by @TaneliR in #42
New Contributors
Fix Awkward Client IP bug
v1.8.1 fix: awkward bug in the code
Get client IP
The Statistical Bugfix
Unique ID for password field
Nothing more. Nothing less.
Better encryption
Crypto update: 43ec153
This release also goes from Preact to React. The reason is that preact/compat does not work for all libraries. This is pain.
The Attachment
The main focus of this release is to enable users to upload an image. This requires the users to sign in. Email is required.
Other is if the secret is a base64 encoded string, it will detect this within the frontend, and add a button to convert it to plain text.