Skip to content

Releases: HemmeligOrg/Hemmelig.app

The Big Refactor

23 Aug 19:51
f8deec7
Compare
Choose a tag to compare

f8deec7 - chore: update the desktop image
d372aa6 - chore: adjust the footer
6c46099 - chore: adjust the header
9ed0f23 - feat: improve the ux for the secret page
fadeccc - feat: improve the ux for the landing page
d9ed61f - chore: change the color for the upload and download button
21df649 - feat: add file adapter to choose between services
0a44b2e - docs: update account details
6168a81 - docs: update docker readme
dea0764 - feat: add weekly docker image build
43e1bd2 - chore: change from never expire to 14 and 28 days
f4ec83c - feat: do not burn the file if the preventBurn flag is set to true
657db08 - fix: a bug where file is always an object, which makes it not possible to create secrets
0b7254b - security: the user has to be signed in to download files
cd79333 - security: change so you cant bypass the file type that easily
28f9e50 - fix: add the pretty bytes packages to get the correct error message
0fdef6f - chore: set max file size to 8mb
a846da9 - infrastructure: publish the bleeding edge main branch to dockerhub on each push to main
32a3e97 - chore: change the icon size to 14
9a46157 - feat: make it possible to update the user data
ed99d48 - chore: remove copy and pasted text

Full Changelog: v3.4.0...v3.5.0

User Features

21 Aug 17:34
ca8ea7d
Compare
Choose a tag to compare

ca8ea7d - docs: update the account page
752f133 - feat: validate user features
dc6db30 - fix: accept the terms route from the server

Terms & Files

21 Aug 08:42
81b5c37
Compare
Choose a tag to compare

81b5c37 - docs: add terms and condition
ddbdb01 - feat: allow more file types to upload

Full Changelog: v3.2.1...v3.3.0

Clear Title

20 Aug 19:47
f9d3b4b
Compare
Choose a tag to compare

f9d3b4b - chore: change position of the base64 button and file download
11a0518 - fix: clear title on reset

File Upload

20 Aug 19:26
d59d7e8
Compare
Choose a tag to compare

This release will reenable file uploads

d59d7e8 - feat: reenable file upload
e3daa26 - docs: add preview desktop image to readme

Amazing Heading

20 Aug 17:58
9257910
Compare
Choose a tag to compare

9257910 - feat: add optional title
cf35fac - feat: change the delete profile to a modal
9f99ba7 - chore: wrap the emoji to solve the a11y issue
7de8675 - feat: make it possible to delete the user profile
0d6c437 - docs: update the privacy page
39845d0 - feat: add cloudflare and cloudfront client ip to the check

Full Changelog: v3.0.0...v3.1.0

TweetNacl Encryption

19 Aug 09:12
861795f
Compare
Choose a tag to compare

This release is a major release as it is changing how we do encryption. It changes from a home brewed solution to be using Tweetnacl.

IMPORTANT: This release will break your current secrets, so do not update until you have cleared the database / or just do not care about the secrets created.

Changes:

feat: push the docker image to dockerhub as a tag as well

security: change from own crypto to use tweetnacl

fix: how we handle the sign up error handling

chore: increase password length, and add symbols to the mix

chore: remove unused function

feat: add copy button to the password field

chore: remove unused is logged in state

Le Darkmode

18 Aug 21:12
49b2e72
Compare
Choose a tag to compare

This is the first of many releases of version 2

What's Changed

New Contributors

Full Changelog: v1.9.0...v2.0.0

Random password + never expire TTL

14 Dec 10:00
a1165dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.5...v1.9.0

Bcrypt fix

02 Nov 13:27
dc5a0c7
Compare
Choose a tag to compare
  • fix: update bcrypt to bcrypt js