Skip to content

Releases: Luzifer/ots

v1.2.0

14 Jun 13:30
v1.2.0
63dab6e
Compare
Choose a tag to compare
  • Improvements

    • Log API errors in server log
  • Bugfixes

    • [#89] Fix error handling of fetch API

v1.1.0

14 Jun 10:30
v1.1.0
1a24fba
Compare
Choose a tag to compare
  • New Features

    • Add QR-code display for secret URL (#61)
    • Implement frontend customizations (#71)
  • Improvements

    • Disable secret creation when secret is empty (#86)
    • Log secret expiry on startup
    • Only mention tool name in footer (#71)
    • Replace redis client, move expiry into creation interface

With this release an old migration was removed and in case you are still using the REDIS_EXPIRY environment variable you need to switch to SECRET_EXPIRY. Also with the new redis client you might need to adjust the username in your REDIS_URL to a proper ACL username (or enable legacy auth in Redis) - see the README for the REDIS_URL format.

v1.0.0

14 Apr 11:16
v1.0.0
413ad34
Compare
Choose a tag to compare
  • Breaking: Replace deprecated / archived crypto library (#80)

v0.27.0

10 Apr 20:33
v0.27.0
965b377
Compare
Choose a tag to compare

v0.26.0

29 Mar 20:45
v0.26.0
b6dc0b4
Compare
Choose a tag to compare
  • Add Swedish language (Thanks to @artingu!)

v0.25.0

17 Mar 16:53
v0.25.0
895705b
Compare
Choose a tag to compare

v0.24.1

07 Mar 16:04
v0.24.1
ec861f1
Compare
Choose a tag to compare
  • Update dependencies / fix vulnerabilities
  • CI: Fix release publishing

v0.24.0

24 Nov 21:30
v0.24.0
1fceb04
Compare
Choose a tag to compare
  • Add Traditional Chinese translations (#68)
  • Fix: Use full browser provided language tag

v0.23.0

21 Nov 10:27
v0.23.0
fde887b
Compare
Choose a tag to compare
  • Add Simplified Chinese translations (#67)
  • Replace password generation with web-crypto API
  • [typo] comprimise -> compromise (#63)

v0.22.0

10 Apr 15:30
v0.22.0
ca48e0e
Compare
Choose a tag to compare
  • Upgrade golang dependencies
  • Upgrade node dependencies
  • Add Catalan translation (#50)
  • Add Spanish translation (#49)
  • Add OpenAPI documentation (#48)
  • Add security HTTP headers (#45)
  • [#46] Remove external font deps, add SRI checks (#47)