Skip to content

Releases: jhaals/yopass

6.1.0

19 Dec 21:31
e2d3165
Compare
Choose a tag to compare

Rewrite website in typescript
Add option to bind to custom address

6.0.2

11 Oct 17:37
e102fa4
Compare
Choose a tag to compare
  • Update website to use react-scripts 2.0 (faster page loads)
  • Revert Include cookies in request to backend. This cased issues with CORS headers when running in AWS lambda

6.0.1

03 Oct 13:12
e7a7cc6
Compare
Choose a tag to compare
  • Include cookies in request to backend. Fixes #18
  • checkout specific tags of website to get reproducible builds

6.0.0

02 Sep 19:11
fd3bfc7
Compare
Choose a tag to compare
  • reorganize packages into pkg/ and cmd/
  • move to command line flags instead of environment variables to simplify usage
  • use distroless container instead of alpine linux
  • replace go dep with go modules

5.0.2

14 Mar 09:01
6e8ea28
Compare
Choose a tag to compare
  • Switch back to hash based routing, this fixes issues #17 where some browsers don't treat the website as a single page app and tries to load the full url from the web server.

5.0.1

29 Jan 18:53
ecfc929
Compare
Choose a tag to compare
  • Export HTTPHandler
    -Remove debug output

5.0.0

24 Jan 16:26
847ba3c
Compare
Choose a tag to compare

4.1.0

31 Aug 15:33
e6d8f0b
Compare
Choose a tag to compare
  • Add HTTP OPTIONS support.
  • Shrink image size from ~700mb to ~11mb thanks to multi-stage builds.

4.0.5

04 May 11:50
9645214
Compare
Choose a tag to compare

Fix gorilla mux panic on startup.
Bump dependencies.

4.0.4

18 Aug 10:32
Compare
Choose a tag to compare
  • move to sjcl
  • Add integrity check for all javascript dependencies