Skip to content

Releases: Luzifer/ots

v1.7.0

13 Aug 10:04
v1.7.0
4f48a88
Compare
Choose a tag to compare
  • [#110] Add interaction buttons for displayed secret (#111)

v1.6.1

10 Aug 23:16
v1.6.1
d157f7c
Compare
Choose a tag to compare
  • Fix: Adjust HTML page title to customized AppTitle (#107)
  • Fix dutch translation for minute (#108)

v1.6.0

04 Aug 09:45
v1.6.0
48d16f3
Compare
Choose a tag to compare

v1.5.1

07 Jul 11:41
v1.5.1
c66f5b9
Compare
Choose a tag to compare
  • Add missing Catalan translations (thanks to @v0ctor) (#102)
  • Add missing Spanish translations (thanks to @v0ctor) (#103)

v1.5.0

06 Jul 12:38
v1.5.0
7d0c6fc
Compare
Choose a tag to compare
  • New Features
    • [#97] Add framework for formal language & formal German translation (#98)
    • Add Ukrainian language (thanks to @t0rik) (#99)

v1.4.0

27 Jun 11:16
v1.4.0
d58e4f8
Compare
Choose a tag to compare
  • New Features
    • [#85] Allow to customize secret expiry (#93)

v1.3.0

24 Jun 11:14
v1.3.0
fbf127b
Compare
Choose a tag to compare
  • New Features

    • [#91] Add Copy-to-Clipboard button to secret URL
    • [#92] Add detection for write-disabled instances
    • Add Turkish language (thanks to @vehbiyilmaz)
  • Improvements

    • Implement proper tool to manage translations
    • Improve README readability
    • Mitigate possible XSS through unsafe-inline script CSP

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)