Releases: clglavan/private-notes
Releases · clglavan/private-notes
v0.6.2
Fix a bug where when showing a note without a password it wouldn't get destroyed. Moved logic on "Show" button.
Click show:
- decrypt succeeds without custom password = trigger ajax for delete
- if not, show password input, if decrypt works with custom password = trigger ajax for delete
At first the logic for delete was serverside happening right before returning the response, but after consideration for user experience it was moved in ajax ( eg: a user opens by mistake, was not ready, etc )
v0.6.1
- fix defaults for out of the box run with docker-compose
v0.6.0
Split destroy logic
add tests
various bug fixing / improvements
v0.5.4
- various bug fixing
- github actions
v0.5.3
- fix some frontend issues
- make all text customizable through environment variables
v0.5.2
- Fixed two bugs related to recaptcha and form submission with client side validation
v0.5.1
- various improvements for UI "optimization"
- client side validation
- server side validation with returning errors
v0.5.0
Internal switch
- let go of bucket as storage, implement redis
- add customizable expiration time for redis keys ( default 1h )
- implemented recaptcha v2 invisible
- added og tags and minor refactor
v0.4.0
Added cloud run as a deployment, this implied:
- create a main package
- create a dockerfile
- instructions for building artifact registry, cloud build and cloud deploy
- light refactor backend code
v0.3.1
Add bucket name as variable for deploy